mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
gawk: update to 4.0.0.
This commit is contained in:
parent
4f97fdaef4
commit
a5e0b62c35
1 changed files with 4 additions and 2 deletions
|
@ -1,12 +1,14 @@
|
||||||
# Template file for 'gawk'
|
# Template file for 'gawk'
|
||||||
pkgname=gawk
|
pkgname=gawk
|
||||||
version=3.1.8
|
version=4.0.0
|
||||||
|
homepage="http://www.gnu.org/directory/GNU/gawk.html"
|
||||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="ac_cv_func_working_mktime=yes"
|
configure_args="ac_cv_func_working_mktime=yes"
|
||||||
short_desc="The GNU awk utility"
|
short_desc="The GNU awk utility"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=2146b3cc7a2d2b16a9457e73f14a3cb51a4292575425ed8f16f7e0a5e4f1a50d
|
license="GPL-3"
|
||||||
|
checksum=c3a7cf7d976e05c6a1d8a9b3f14fa55d4304707408ddafb1396212653ea00be5
|
||||||
long_desc="
|
long_desc="
|
||||||
The GNU AWK utility, a pattern scanning and processing tool."
|
The GNU AWK utility, a pattern scanning and processing tool."
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue