frotz: Bump to 2.54

This commit is contained in:
Tee KOBAYASHI 2022-11-24 19:28:30 +09:00 committed by xtkoba
parent dca7d29959
commit 1dfb232bfc
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.53
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION=2.54
TERMUX_PKG_SRCURL=https://gitlab.com/DavidGriffith/frotz/-/archive/${TERMUX_PKG_VERSION}/frotz-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=ed288b2ddad6c100f7ad7cb6ee8c867053d75144e96160b5ba00abb8969cdf30
TERMUX_PKG_SHA256=ba39c07bdd00968f411a281e33916f37cd21c804c45a7bfbdf962cef73c24eef
TERMUX_PKG_DEPENDS="ncurses, dialog, curl"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_GROUPS="games"