diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-07-07 21:08:15 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-09 10:06:18 +0700 |
commit | 76381b589db79accabdc879df548ecb46803e626 (patch) | |
tree | 4a51d9ec20ead9012c8351b67e66fbeea0a2af18 /games/tome | |
parent | 45b2e9985398c422a242e6aabe132079a858cafb (diff) |
games/tome: Updated for version 1.7.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/tome')
-rw-r--r-- | games/tome/tome.SlackBuild | 4 | ||||
-rw-r--r-- | games/tome/tome.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/tome/tome.SlackBuild b/games/tome/tome.SlackBuild index 6314d41acaa5..a34159a41718 100644 --- a/games/tome/tome.SlackBuild +++ b/games/tome/tome.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tome -# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tome SRCNAM=t-engine4-src -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.7.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/tome/tome.info b/games/tome/tome.info index 67ccbedfb516..130ce30dc679 100644 --- a/games/tome/tome.info +++ b/games/tome/tome.info @@ -1,8 +1,8 @@ PRGNAM="tome" -VERSION="1.6.0" +VERSION="1.7.4" HOMEPAGE="https://te4.org/" -DOWNLOAD="https://te4.org/dl/t-engine/t-engine4-src-1.6.0.tar.bz2" -MD5SUM="a73a7c2f41cec91afe5dc8392b63c502" +DOWNLOAD="https://te4.org/dl/t-engine/t-engine4-src-1.7.4.tar.bz2" +MD5SUM="d118418ed0dd3084757adb9e82497460" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="premake" |