mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/gawk: upgrade to 5.1.0
This commit is contained in:
parent
165cc9f46d
commit
f09db9b50e
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user