diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-02-10 23:12:41 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-12 00:29:35 +0700 |
commit | 9c8c19055e64453b7b06402a4cac4e37be022b81 (patch) | |
tree | 5d94b242a47b52504e7d264386335a155454910e | |
parent | 3768b12da439538efb7eb7ca32cda5905e3d1e71 (diff) |
games/curseofwar: Updated for version 1.3.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/curseofwar/curseofwar.SlackBuild | 4 | ||||
-rw-r--r-- | games/curseofwar/curseofwar.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/curseofwar/curseofwar.SlackBuild b/games/curseofwar/curseofwar.SlackBuild index 3faf7ed7e37f..8c8b80a33c7b 100644 --- a/games/curseofwar/curseofwar.SlackBuild +++ b/games/curseofwar/curseofwar.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for curseofwar -# Copyright 2014-2016 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 @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=curseofwar -VERSION=${VERSION:-1.2.0} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/curseofwar/curseofwar.info b/games/curseofwar/curseofwar.info index 2b097cd81be2..4460414ab39f 100644 --- a/games/curseofwar/curseofwar.info +++ b/games/curseofwar/curseofwar.info @@ -1,8 +1,8 @@ PRGNAM="curseofwar" -VERSION="1.2.0" +VERSION="1.3.0" HOMEPAGE="http://a-nikolaev.github.io/curseofwar/" -DOWNLOAD="https://github.com/a-nikolaev/curseofwar/archive/v1.2.0.tar.gz" -MD5SUM="361f364342af357ed78ae4eabe465da8" +DOWNLOAD="https://github.com/a-nikolaev/curseofwar/archive/v1.3.0/curseofwar-1.3.0.tar.gz" +MD5SUM="49c00956ed4a51488d271e6b3ce3ee37" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |