frotz: update to 2.52

This commit is contained in:
Henrik Grimler 2020-05-15 22:29:40 +02:00
parent 00d9dbe975
commit 64a8bc60c9
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://gitlab.com/DavidGriffith/frotz
TERMUX_PKG_DESCRIPTION="Interpreter for Infocom and other Z-machine interactive fiction (IF) games"
TERMUX_PKG_LICENSE="GPL-2.0"
# 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.51
TERMUX_PKG_VERSION=2.52
TERMUX_PKG_SRCURL=https://gitlab.com/DavidGriffith/frotz/-/archive/${TERMUX_PKG_VERSION}/frotz-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=7916f17061e845e4fa5047c841306c4be2614e9c941753f9739c5d39c7e9f05b
TERMUX_PKG_SHA256=3eb9afb9e726f388a3373feced9b82077b9f529c6d90413e37bf7f720eb8d385
TERMUX_PKG_DEPENDS="ncurses, dialog, curl"
TERMUX_PKG_BUILD_IN_SRC=true