nawk: update to 20180827. (#2216)
This commit is contained in:
parent
f7c669170f
commit
fc869fccb7
|
@ -1,17 +1,16 @@
|
|||
# Template file for 'nawk'
|
||||
pkgname=nawk
|
||||
version=20180823
|
||||
version=20180827
|
||||
revision=1
|
||||
_commit=0f4e1ba922ccd45f7bd47701e923d98566ceb7c5
|
||||
wrksrc="awk-${_commit}"
|
||||
wrksrc="awk-${version}"
|
||||
hostmakedepends="bison"
|
||||
short_desc="The one, true implementation of AWK"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="SMLNJ"
|
||||
homepage="https://github.com/onetrueawk/awk"
|
||||
changelog="https://raw.githubusercontent.com/onetrueawk/awk/master/ChangeLog"
|
||||
distfiles="https://github.com/onetrueawk/awk/archive/${_commit}.tar.gz"
|
||||
checksum=fa4c0fd349c18fd62178d7c54ac340d8ba49c17a538fbe8e7f9362a973726452
|
||||
distfiles="https://github.com/onetrueawk/awk/archive/${version}.tar.gz"
|
||||
checksum=c9232d23410c715234d0c26131a43ae6087462e999a61f038f1790598ce4807f
|
||||
|
||||
provides="awk-0_1"
|
||||
alternatives="
|
||||
|
|
Loading…
Reference in New Issue