Skip to content

Commit

Permalink
Update grep to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HP committed Aug 5, 2020
1 parent 625370e commit e4c112b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-grep/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
_realname=grep
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=2.24
pkgver=3.4
pkgrel=1
pkgdesc="Grep searches one or more input files for lines containing a match to a specified pattern (mingw-w64)"
arch=('any')
Expand All @@ -13,7 +13,7 @@ license=('GPL3')
depends=("${MINGW_PACKAGE_PREFIX}-pcre")
options=('strip' '!libtool' 'staticlibs')
source=("https://ftp.gnu.org/gnu/${_realname}/${_realname}-${pkgver}.tar.xz")
sha256sums=('f248beb9098c5aab94d2fdd03b5a21d705e5ba8a3ce4d8c9f607a670498eec14')
sha256sums=('58e6751c41a7c25bfc6e9363a41786cff3ba5709cf11d5ad903cf7cce31cc3fb')

prepare() {
cd ${srcdir}/${_realname}-${pkgver}
Expand Down

0 comments on commit e4c112b

Please sign in to comment.