summaryrefslogtreecommitdiffstats
path: root/libraries/remglk/remglk.SlackBuild
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2023-01-04 17:41:57 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-07 08:13:48 +0700
commit4d93a7c10d2f7e39c37b4f3cef754e0fa2411043 (patch)
tree33d027548f17283581358a4e3c2f7ee44fd08559 /libraries/remglk/remglk.SlackBuild
parentf06b521015970db7afa85e81799ae800046ef429 (diff)
downloadslackbuilds-4d93a7c10d2f7e39c37b4f3cef754e0fa2411043.tar.gz
slackbuilds-4d93a7c10d2f7e39c37b4f3cef754e0fa2411043.tar.xz
libraries/remglk: Updated for version 0.3.0.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/remglk/remglk.SlackBuild')
-rw-r--r--libraries/remglk/remglk.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/remglk/remglk.SlackBuild b/libraries/remglk/remglk.SlackBuild
index 91acd54b2c..cd662ab678 100644
--- a/libraries/remglk/remglk.SlackBuild
+++ b/libraries/remglk/remglk.SlackBuild
@@ -6,10 +6,12 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20230104 bkw: updated for v0.3.0.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=remglk
-VERSION=${VERSION:-0.2.6}
+VERSION=${VERSION:-0.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}