aboutsummaryrefslogtreecommitdiff
path: root/games/jollygood/jollygood.SlackBuild
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-04-04 17:40:04 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-08 09:16:35 +0700
commit6b1c21f2473cec984e06eb4cb17389499aed0b9f (patch)
treeae0b91ca80be13c9b032992cb3961e575ef5e3ee /games/jollygood/jollygood.SlackBuild
parentc665cb309028eda4feac38974dcb457021383a45 (diff)
games/jollygood: Updated for version 1.0.1.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/jollygood/jollygood.SlackBuild')
-rw-r--r--games/jollygood/jollygood.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/jollygood/jollygood.SlackBuild b/games/jollygood/jollygood.SlackBuild
index 20270f10309bf..ee826f8744835 100644
--- a/games/jollygood/jollygood.SlackBuild
+++ b/games/jollygood/jollygood.SlackBuild
@@ -30,15 +30,16 @@
# version number, but there's a separate APIVER in case that turns out
# to be wrong.
+# 20230404 bkw: updated for v1.0.1 (APIVER still 1.0.0).
# 20230121 bkw: submitted v1.0.0.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jollygood
SRCNAM=jgrf
-VERSION=${VERSION:-1.0.0}
+VERSION=${VERSION:-1.0.1}
APINAM=jg
-APIVER=${VERSION:-1.0.0}
+APIVER=${APIVER:-1.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}