summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-30 08:31:03 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-30 08:31:03 +0000
commit0b953d024ef0963a9fa124d8dcb1548c5881b933 (patch)
tree3cc1966f09ebd40f118d33399820de0907ea1b89
parentfe80a8839f10886f154256527a39d9f2353e7b74 (diff)
downloadpackages-0b953d024ef0963a9fa124d8dcb1548c5881b933.tar.gz
packages-0b953d024ef0963a9fa124d8dcb1548c5881b933.tar.bz2
packages-0b953d024ef0963a9fa124d8dcb1548c5881b933.tar.xz
packages-0b953d024ef0963a9fa124d8dcb1548c5881b933.zip
system/grep: Bugfix bump to 3.4
-rw-r--r--system/grep/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/system/grep/APKBUILD b/system/grep/APKBUILD
index e8225712c..36763a41d 100644
--- a/system/grep/APKBUILD
+++ b/system/grep/APKBUILD
@@ -2,7 +2,7 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=grep
-pkgver=3.3
+pkgver=3.4
pkgrel=0
pkgdesc="Pattern matching utilities"
url="https://www.gnu.org/software/grep/grep.html"
@@ -14,7 +14,8 @@ makedepends="pcre-dev autoconf automake"
subpackages="$pkgname-doc $pkgname-lang"
source="https://mirrors.kernel.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz
gnulib-tests-dont-require-gpg-passphrase.patch
- fix-tests.patch"
+ fix-tests.patch
+ "
build() {
./configure \
@@ -39,6 +40,6 @@ package() {
rmdir -p "$pkgdir"/usr/lib 2>/dev/null || true
}
-sha512sums="e4805dbddf7cd0f0faf412557d408509650c1ccf703bc450f10a3f727c690dbfaa1235aa81939a0e4b7ac6190f88c15ea1fcc562b343d4b4c7550f967aeb15db grep-3.3.tar.xz
+sha512sums="0f1506bd19971fbdcb47a111277ca63e8ad045456f096980852fd0a61c860f29f4b369bbaaa5cbce4b0a81718e3e3274d9a078b491f2109baa9a02ce600ee206 grep-3.4.tar.xz
fd97fccd661befc558b3afb3e32c82dd2cef511a05e6129d49540599297c1b59ab1f109e63a12f585a2348c26c28fb98330c348829d1fe61cf8149d0dd1c989c gnulib-tests-dont-require-gpg-passphrase.patch
9ba6b01c0c74933299afb469dadd2ea0c7e24befa34c691671a576063e32a1f0c735541e5e2bb0073d8afd814790909f7f895827aa8a2fbacdfcae380a7bcb11 fix-tests.patch"