diff options
author | B. Watson <yalhcru@gmail.com> | 2015-09-04 10:38:46 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-05 18:24:41 +0700 |
commit | 2c1d567023a6ba2e86da0e3e40bf1a5c52942523 (patch) | |
tree | e2dcd0f14a0dd79d93be2327ea785c7f1978b163 | |
parent | 766dd8d0d0c1f9b86ac6c14193f5e3789a9a2d23 (diff) | |
download | slackbuilds-2c1d567023a6ba2e86da0e3e40bf1a5c52942523.tar.gz |
games/frotz: Updated for version 2.44.
-rw-r--r-- | games/frotz/frotz.SlackBuild | 4 | ||||
-rw-r--r-- | games/frotz/frotz.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games/frotz/frotz.SlackBuild b/games/frotz/frotz.SlackBuild index b1e9570c6f..3110ac572d 100644 --- a/games/frotz/frotz.SlackBuild +++ b/games/frotz/frotz.SlackBuild @@ -8,8 +8,10 @@ # - updated for Slackware 14 and frotz 2.43d # - include dumb terminal frotz in build +# 20150904 bkw: updated for frotz 2.44 + PRGNAM=frotz -VERSION=${VERSION:-2.43d} +VERSION=${VERSION:-2.44} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/frotz/frotz.info b/games/frotz/frotz.info index 7e073a4f0d..a14a402164 100644 --- a/games/frotz/frotz.info +++ b/games/frotz/frotz.info @@ -1,8 +1,8 @@ PRGNAM="frotz" -VERSION="2.43d" +VERSION="2.44" HOMEPAGE="http://frotz.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/project/frotz/frotz/2.43/frotz-2.43d.tar.gz" -MD5SUM="6f4211c9180c75214cda1020c7db2629" +DOWNLOAD="http://downloads.sourceforge.net/project/frotz/frotz/frotz-2.44.tar.gz" +MD5SUM="705457af0e2cf745ce7f6bc243f05968" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |