diff options
Diffstat (limited to 'development/onetrueawk/onetrueawk.SlackBuild')
-rw-r--r-- | development/onetrueawk/onetrueawk.SlackBuild | 4 |
1 files changed, 3 insertions, 1 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} |