bump(main/calc): 2.15.0.2

This commit has been automatically submitted by Github Actions.
This commit is contained in:
Termux Github Actions 2023-12-09 00:22:42 +00:00
parent 1c78aa0729
commit 51995665fd
1 changed files with 2 additions and 2 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.15.0.1"
TERMUX_PKG_VERSION="2.15.0.2"
TERMUX_PKG_SRCURL=https://github.com/lcn2/calc/releases/download/v$TERMUX_PKG_VERSION/calc-$TERMUX_PKG_VERSION.tar.bz2
TERMUX_PKG_SHA256=bbf9adf72e3cd392166037441f3f7874f6f857e778615aeb873cfcbf707eab6e
TERMUX_PKG_SHA256=74f123df64a247b46123d7c16bd9f2f7e104bae8974b65acc1170356e38c2577
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="ncurses, readline"
TERMUX_PKG_BUILD_IN_SRC=true