diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-08 02:26:00 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:23 +0700 |
commit | 22aa04a66ebaefb36fe9e29f9824c1e785eb6d2f (patch) | |
tree | 97cad5c3f8317dc03e8367029c86791ba9971836 /development/bmake | |
parent | 9a9c77987d549a8c4d1bf6401d9fccb043c89169 (diff) |
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')
-rw-r--r-- | development/bmake/bmake.SlackBuild | 3 | ||||
-rw-r--r-- | development/bmake/bmake.info | 6 |
2 files changed, 5 insertions, 4 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} diff --git a/development/bmake/bmake.info b/development/bmake/bmake.info index af1323f09ba0..c1a2973678e3 100644 --- a/development/bmake/bmake.info +++ b/development/bmake/bmake.info @@ -1,8 +1,8 @@ PRGNAM="bmake" -VERSION="20210803" +VERSION="20220928" HOMEPAGE="https://www.crufty.net/help/sjg/bmake.htm" -DOWNLOAD="https://www.crufty.net/ftp/pub/sjg/bmake-20210803.tar.gz" -MD5SUM="b85be0c3119d9000939e8f40382ede8e" +DOWNLOAD="https://www.crufty.net/ftp/pub/sjg/bmake-20220928.tar.gz" +MD5SUM="71889f3ab749e3f581b2f29b03ddad1e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |