diff options
Diffstat (limited to 'development/onetrueawk')
-rw-r--r-- | development/onetrueawk/onetrueawk.SlackBuild | 4 | ||||
-rw-r--r-- | development/onetrueawk/onetrueawk.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/development/onetrueawk/onetrueawk.SlackBuild b/development/onetrueawk/onetrueawk.SlackBuild index 30bccbafb2..a6dd0b9392 100644 --- a/development/onetrueawk/onetrueawk.SlackBuild +++ b/development/onetrueawk/onetrueawk.SlackBuild @@ -6,11 +6,13 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250902 bkw: update for v20250116. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=onetrueawk SRCNAME=awk -VERSION=${VERSION:-20240728} +VERSION=${VERSION:-20250116} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/onetrueawk/onetrueawk.info b/development/onetrueawk/onetrueawk.info index 2ed61624e6..b20331dce6 100644 --- a/development/onetrueawk/onetrueawk.info +++ b/development/onetrueawk/onetrueawk.info @@ -1,8 +1,8 @@ PRGNAM="onetrueawk" -VERSION="20240728" +VERSION="20250116" HOMEPAGE="https://github.com/onetrueawk/awk" -DOWNLOAD="https://github.com/onetrueawk/awk/archive/20240728/awk-20240728.tar.gz" -MD5SUM="e40e171aa59739c93073d96e855e6b75" +DOWNLOAD="https://github.com/onetrueawk/awk/archive/20250116/awk-20250116.tar.gz" +MD5SUM="5dcd9dd989e1100f7774db9b802ae23b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |