summaryrefslogtreecommitdiffstats
path: root/main/gawk/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-04-23 21:00:19 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-24 08:41:07 +0000
commit6ca34864cfcb4bec44d9b1f4bd2511c1e96b4f55 (patch)
tree3b6d8bed3e2aa4b2bcfca0935bee1826f1987db0 /main/gawk/APKBUILD
parentffb0f91414cbc239d02fe351762dd966e085e356 (diff)
main/gawk: update to 5.0.0
Diffstat (limited to 'main/gawk/APKBUILD')
-rw-r--r--main/gawk/APKBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/main/gawk/APKBUILD b/main/gawk/APKBUILD
index 098c7e245ae..94dc699fa2b 100644
--- a/main/gawk/APKBUILD
+++ b/main/gawk/APKBUILD
@@ -3,7 +3,7 @@
# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: TBK <alpine@jjtc.eu>
pkgname=gawk
-pkgver=4.2.1
+pkgver=5.0.0
pkgrel=0
pkgdesc="GNU awk pattern-matching language"
url="https://www.gnu.org/software/gawk/gawk.html"
@@ -13,12 +13,7 @@ subpackages="$pkgname-doc"
source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"
-prepare() {
- cd "$builddir"
-}
-
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -31,8 +26,7 @@ build() {
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
-sha512sums="0e3006a795dc3ac91359a7d2590c0cccbfd39b18a1d491617d68505c55a2800355b1439050681b4fcacf65fb0d533151a046babe0fd774503037bab363ef2ae4 gawk-4.2.1.tar.xz"
+sha512sums="9eb663bbcad53165b7ddb7d72cfb8377252b68004733a9eb8c191b2ddddaff857e48ba811280311384243eb67574fbe7ac9edf4e507f9a82d67b4b2adff8ef6e gawk-5.0.0.tar.xz"