mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
mawk: update to 1.3.4.20161107.
This commit is contained in:
parent
14ded242c8
commit
8e7c105b81
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'mawk'
|
# Template file for 'mawk'
|
||||||
pkgname=mawk
|
pkgname=mawk
|
||||||
_distver=1.3.4
|
_distver=1.3.4
|
||||||
_datever=20160930
|
_datever=20161107
|
||||||
version=${_distver}.${_datever}
|
version=${_distver}.${_datever}
|
||||||
revision=1
|
revision=1
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
short_desc="An interpreter for the AWK Programming Language"
|
short_desc="An interpreter for the AWK Programming Language"
|
||||||
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://invisible-island.net/mawk/mawk.html"
|
homepage="http://invisible-island.net/mawk/mawk.html"
|
||||||
distfiles="http://invisible-mirror.net/archives/mawk/mawk-${_distver}-${_datever}.tgz"
|
distfiles="http://invisible-mirror.net/archives/mawk/mawk-${_distver}-${_datever}.tgz"
|
||||||
checksum=ebf29e64d0053ac0c81946a79875cc27ec7d37e8bd247db797e7f510255ca967
|
checksum=f086b6571cb8b3c76447363e1ee321196800b83da51761d26fa09f2cec8c97d6
|
||||||
wrksrc=${pkgname}-${_distver}-${_datever}
|
wrksrc=${pkgname}-${_distver}-${_datever}
|
||||||
|
|
||||||
provides="awk-0_1"
|
provides="awk-0_1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue