mawk: update to 1.3.4.20161107.

This commit is contained in:
Christian Neukirchen 2016-11-08 13:51:57 +01:00
parent 14ded242c8
commit 8e7c105b81

View file

@ -1,16 +1,16 @@
# Template file for 'mawk'
pkgname=mawk
_distver=1.3.4
_datever=20160930
_datever=20161107
version=${_distver}.${_datever}
revision=1
build_style="gnu-configure"
short_desc="An interpreter for the AWK Programming Language"
maintainer='Juan RP <xtraeme@voidlinux.eu>'
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://invisible-island.net/mawk/mawk.html"
distfiles="http://invisible-mirror.net/archives/mawk/mawk-${_distver}-${_datever}.tgz"
checksum=ebf29e64d0053ac0c81946a79875cc27ec7d37e8bd247db797e7f510255ca967
checksum=f086b6571cb8b3c76447363e1ee321196800b83da51761d26fa09f2cec8c97d6
wrksrc=${pkgname}-${_distver}-${_datever}
provides="awk-0_1"