diff options
Diffstat (limited to 'development/bmake/bmake.SlackBuild')
-rw-r--r-- | development/bmake/bmake.SlackBuild | 3 |
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} |