mawk: update to 1.3.4-20140914.
This commit is contained in:
parent
5c5c256d50
commit
35f4062160
1 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'mawk'
|
||||
pkgname=mawk
|
||||
version=1.3.4.20131226
|
||||
_vers=1.3.4-20131226
|
||||
revision=2
|
||||
_distver=1.3.4
|
||||
_datever=20140914
|
||||
version=${_distver}.${_datever}
|
||||
revision=1
|
||||
build_style="gnu-configure"
|
||||
short_desc="An interpreter for the AWK Programming Language"
|
||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
license="GPL-2"
|
||||
homepage="http://invisible-island.net/mawk/mawk.html"
|
||||
distfiles="http://invisible-island.net/datafiles/release/${pkgname}.tar.gz"
|
||||
checksum=a89956b60c31dcd626271d1c4f17145fe738daa6e7d4b231320ee26d03a946fc
|
||||
wrksrc=${pkgname}-${_vers}
|
||||
checksum=fb8fb2b7a4906c49d5262344835ab96c9e1ca82ad532c15fb81c51a5a77e0e78
|
||||
wrksrc=${pkgname}-${_distver}-${_datever}
|
||||
|
||||
provides="awk-0_1"
|
||||
replaces="awk>=0"
|
||||
|
|
Loading…
Reference in a new issue