diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-14 11:36:55 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-14 15:41:52 +0000 |
commit | f09db9b50ebdf40e4a3cc9a22fbfc01def73b463 (patch) | |
tree | d0ccd620ca1a069a68949c587a80382e161dbec3 | |
parent | 165cc9f46d1c8c38547c0cc72953811da82b7462 (diff) |
main/gawk: upgrade to 5.1.0
-rw-r--r-- | main/gawk/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/main/gawk/APKBUILD b/main/gawk/APKBUILD index 2f89b5c56d3..69f55b80a9b 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=5.0.1 +pkgver=5.1.0 pkgrel=0 pkgdesc="GNU awk pattern-matching language" url="https://www.gnu.org/software/gawk/gawk.html" @@ -12,8 +12,7 @@ license="GPL-3.0-or-later" options="!check" # failing tests checkdepends="coreutils diffutils" subpackages="$pkgname-doc" -source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz" -builddir="$srcdir/$pkgname-$pkgver" +source="https://ftp.gnu.org/gnu/gawk/gawk-$pkgver.tar.xz" build() { ./configure \ @@ -35,4 +34,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="ff9842a91035f843482d93eac8a35cddf2ce16acaa43a0112c1efff08802aebf705ee70d47eff74a190dca7be330c31f7204ad27cb63bdee65333f9b9c984212 gawk-5.0.1.tar.xz" +sha512sums="971e6a7617eb051d587984f64be2ff830e49eb60721c3401e8944401e3c3a7cd3334f0334b6e28bfc9283aaff15d83b0933f1fd77b0f8c7059068fa3f94c3cb4 gawk-5.1.0.tar.xz" |