frobtads: update to 2.0

This commit is contained in:
Leonid Pliushch 2021-06-13 22:53:04 +03:00
parent 847d85fdce
commit e480059aa1
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 3 additions and 4 deletions

View File

@ -1,10 +1,9 @@
TERMUX_PKG_HOMEPAGE=http://www.tads.org/frobtads.htm
TERMUX_PKG_DESCRIPTION="TADS is a free authoring system for writing your own Interactive Fiction"
TERMUX_PKG_LICENSE="non-free"
TERMUX_PKG_VERSION=1.2.4
TERMUX_PKG_REVISION=4
TERMUX_PKG_SRCURL=https://github.com/realnc/frobtads/releases/download/$TERMUX_PKG_VERSION/frobtads-$TERMUX_PKG_VERSION.tar.bz2
TERMUX_PKG_SHA256=705be5849293844f499a85280e793941b0eacb362b90d49d85ae8308e4c5b63c
TERMUX_PKG_VERSION=2.0
TERMUX_PKG_SRCURL=https://github.com/realnc/frobtads/releases/download/v$TERMUX_PKG_VERSION/frobtads-$TERMUX_PKG_VERSION.tar.bz2
TERMUX_PKG_SHA256=893bd3fd77dfdc8bfe8a96e8d7bfac693da0e4278871f10fe7faa59cc239a090
TERMUX_PKG_RM_AFTER_INSTALL="share/frobtads/tads3/doc share/frobtads/tads3/lib/webuires"
TERMUX_PKG_DEPENDS="libc++, ncurses, libcurl"
TERMUX_PKG_LICENSE_FILE="doc/COPYING"