diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-03 02:44:51 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-07 08:13:42 +0700 |
commit | fdfb81a718b0170e9e33508b9ad096d046fbeef5 (patch) | |
tree | e7e2f938cd84de29fba1689874622da843c37903 /development/xasm | |
parent | 49e5ecece68d8833346e2fbd202171a8b9e5d0e0 (diff) |
development/xasm: Updated for version 3.2.1.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/xasm')
-rw-r--r-- | development/xasm/xasm.SlackBuild | 4 | ||||
-rw-r--r-- | development/xasm/xasm.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/development/xasm/xasm.SlackBuild b/development/xasm/xasm.SlackBuild index d453c2c4b00c9..c9662dadf7f1a 100644 --- a/development/xasm/xasm.SlackBuild +++ b/development/xasm/xasm.SlackBuild @@ -6,10 +6,12 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230103 bkw: updated for v3.2.1. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xasm -VERSION=${VERSION:-3.2.0} +VERSION=${VERSION:-3.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/xasm/xasm.info b/development/xasm/xasm.info index 684beff658553..03a9bfaec8da8 100644 --- a/development/xasm/xasm.info +++ b/development/xasm/xasm.info @@ -1,8 +1,8 @@ PRGNAM="xasm" -VERSION="3.2.0" +VERSION="3.2.1" HOMEPAGE="https://github.com/pfusik/xasm" -DOWNLOAD="https://github.com/pfusik/xasm/archive/xasm-3.2.0/xasm-xasm-3.2.0.tar.gz" -MD5SUM="00445b43cd1525082005a62cfbcf2c70" +DOWNLOAD="https://github.com/pfusik/xasm/archive/xasm-3.2.1/xasm-xasm-3.2.1.tar.gz" +MD5SUM="01f9c9d73bc1ae32ce7039d56a5a17f5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="dmd" |