frotz: update 2.53

This commit is contained in:
Henrik Grimler 2021-06-10 20:06:07 +02:00
parent dff3b8a56b
commit 1a1f889b36
1 changed files with 2 additions and 3 deletions

View File

@ -3,10 +3,9 @@ TERMUX_PKG_DESCRIPTION="Interpreter for Infocom and other Z-machine interactive
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
# frotz does not depend on dialog or curl, but the zgames script we bundle below in termux_step_make_install() do.
TERMUX_PKG_VERSION=2.52
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION=2.53
TERMUX_PKG_SRCURL=https://gitlab.com/DavidGriffith/frotz/-/archive/${TERMUX_PKG_VERSION}/frotz-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=3eb9afb9e726f388a3373feced9b82077b9f529c6d90413e37bf7f720eb8d385
TERMUX_PKG_SHA256=ed288b2ddad6c100f7ad7cb6ee8c867053d75144e96160b5ba00abb8969cdf30
TERMUX_PKG_DEPENDS="ncurses, dialog, curl"
TERMUX_PKG_BUILD_IN_SRC=true