aboutsummaryrefslogtreecommitdiff
path: root/development/bmake/bmake.SlackBuild
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-01-08 02:26:00 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-14 08:50:23 +0700
commit22aa04a66ebaefb36fe9e29f9824c1e785eb6d2f (patch)
tree97cad5c3f8317dc03e8367029c86791ba9971836 /development/bmake/bmake.SlackBuild
parent9a9c77987d549a8c4d1bf6401d9fccb043c89169 (diff)
downloadslackbuilds-22aa04a66ebaefb36fe9e29f9824c1e785eb6d2f.tar.xz
development/bmake: Updated for version 20220928.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/bmake/bmake.SlackBuild')
-rw-r--r--development/bmake/bmake.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/bmake/bmake.SlackBuild b/development/bmake/bmake.SlackBuild
index fcac31e64137..ddc09c7bab2d 100644
--- a/development/bmake/bmake.SlackBuild
+++ b/development/bmake/bmake.SlackBuild
@@ -24,6 +24,7 @@
# Now maintained by B. Watson <urchlay@slackware.uk>
+# 20230108 bkw: update for 20220928
# 20210829 bkw: update for 20210803
# - there is a 20210808 release (5 days newer) but it fails its
# own self-tests (specifically job-output-null).
@@ -40,7 +41,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bmake
-VERSION=${VERSION:-20210803}
+VERSION=${VERSION:-20220928}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}