diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2024-01-14 20:51:34 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-20 09:16:20 +0700 |
commit | 317701ba4ed537942d57661ea406fac1567db76a (patch) | |
tree | 2e7f76ff91382a76fbc645ca2ab9a37645c68dc4 /games/tome/tome.SlackBuild | |
parent | 7e584b1c53cf3a868dc0d39332d76408004ed471 (diff) |
games/tome: Updated for version 1.7.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/tome/tome.SlackBuild')
-rw-r--r-- | games/tome/tome.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/tome/tome.SlackBuild b/games/tome/tome.SlackBuild index a34159a417184..403559c078f02 100644 --- a/games/tome/tome.SlackBuild +++ b/games/tome/tome.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tome -# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2024 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,14 +22,11 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# 20220221 bkw: Modified by SlackBuilds.org: fix build on 15.0, -# by upgrading to 1.6.0 (not the latest version). - cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tome SRCNAM=t-engine4-src -VERSION=${VERSION:-1.7.4} +VERSION=${VERSION:-1.7.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |