development/mawk: Updated for version 1.3.4_20200120.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2020-03-02 11:22:37 -05:00 committed by Willy Sudiarto Raharjo
parent 4200c3b410
commit 5440280af7
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 5 deletions

View file

@ -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

View file

@ -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=""