mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/mawk: Updated for version 1.3.4_20200120.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
4200c3b410
commit
5440280af7
2 changed files with 6 additions and 5 deletions
|
@ -6,13 +6,14 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20200302 bkw: Update for v1.3.4_20200120.
|
||||
# 20200111 bkw: Update for v1.3.4_20200106.
|
||||
# 20191129 bkw: Update for v1.3.4_20190203.
|
||||
# 20180902 bkw: Add BUILTIN_REGEX option.
|
||||
|
||||
PRGNAM=mawk
|
||||
VERSION=${VERSION:-1.3.4_20200106}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.3.4_20200120}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mawk"
|
||||
VERSION="1.3.4_20200106"
|
||||
VERSION="1.3.4_20200120"
|
||||
HOMEPAGE="http://invisible-island.net/mawk/mawk.html"
|
||||
DOWNLOAD="ftp://ftp.invisible-island.net/mawk/mawk-1.3.4-20200106.tgz"
|
||||
MD5SUM="d8bee273fad823d51a72b2fcf3226036"
|
||||
DOWNLOAD="ftp://ftp.invisible-island.net/mawk/mawk-1.3.4-20200120.tgz"
|
||||
MD5SUM="d48752f402d7371d9eb5f68de3da05d4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue