mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
main/grep: upgrade to 2.15
This commit is contained in:
parent
796c63570a
commit
bef2a6e7eb
@ -1,7 +1,7 @@
|
||||
# Contributor: Michael Mason <ms13sp@gmail.com>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=grep
|
||||
pkgver=2.14
|
||||
pkgver=2.15
|
||||
pkgrel=0
|
||||
pkgdesc="Searches input files for lines containing a match to a specified pattern"
|
||||
url="http://www.gnu.org/software/grep/grep.html"
|
||||
@ -17,7 +17,6 @@ _builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
prepare() {
|
||||
cd "$_builddir"
|
||||
update_config_sub || return 1
|
||||
}
|
||||
|
||||
build() {
|
||||
@ -43,4 +42,6 @@ package() {
|
||||
return 0
|
||||
}
|
||||
|
||||
md5sums="d4a3f03849d1e17ce56ab76aa5a24cab grep-2.14.tar.xz"
|
||||
md5sums="8cab8ca52bcae735af40278423c7c942 grep-2.15.tar.xz"
|
||||
sha256sums="bf5a834e587974c8c64e71b35b9e75cd21c7ff253c0e7fbfb0a78be794965314 grep-2.15.tar.xz"
|
||||
sha512sums="095b32f5948cdfdfb6af4a2661f780d676899c17617ceeee7b312666351551a49445e90060821bac7150f7fed646da47928efc0f30e1b9f1a96a7efa5f9c47c3 grep-2.15.tar.xz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user