calc: update to 2.13.0.1 (#6728)

This commit is contained in:
Suhan G Paradkar 2021-05-05 20:12:40 +05:30 committed by GitHub
parent 00641c1b69
commit b3dd55e275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=http://www.isthe.com/chongo/tech/comp/calc/
TERMUX_PKG_DESCRIPTION="Arbitrary precision console calculator"
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.12.8.0
TERMUX_PKG_SRCURL=https://github.com/lcn2/calc/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=4c632a5336e497d8912c6640fd78ac6edfbd0f0e2939e9f1b4a010b994662e63
TERMUX_PKG_VERSION=2.13.0.1
TERMUX_PKG_SRCURL=https://github.com/lcn2/calc/releases/download/v$TERMUX_PKG_VERSION/calc-$TERMUX_PKG_VERSION.tar.bz2
TERMUX_PKG_SHA256=6ae538f57785c5701a70112ccf007ab5553abd332ae2deaadaf564f401c734ad
TERMUX_PKG_DEPENDS="ncurses, ncurses-ui-libs, readline"
TERMUX_PKG_BUILD_IN_SRC=true

View File

@ -1,5 +1,5 @@
--- ./Makefile.ship~ 2021-02-13 06:35:46.000000000 +0000
+++ ./Makefile.ship 2021-02-14 07:20:08.457009951 +0000
--- ./Makefile 2021-02-13 06:35:46.000000000 +0000
+++ ./Makefile 2021-02-14 07:20:08.457009951 +0000
@@ -1125,8 +1125,8 @@
# The ARCH_CFLAGS are ${CC} when compiling C files. They follow
# CCMISC and precede EXTRA_CFLAGS.