[arch-commits] Commit in grep/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Mon Mar 29 22:17:53 UTC 2010
Date: Monday, March 29, 2010 @ 18:17:52
Author: allan
Revision: 74062
upgpkg: grep 2.6.2-1
upstream bug fix release
Modified:
grep/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-03-29 22:15:30 UTC (rev 74061)
+++ PKGBUILD 2010-03-29 22:17:52 UTC (rev 74062)
@@ -3,7 +3,7 @@
# Contributor: judd <jvinet at zeroflux.org>
pkgname=grep
-pkgver=2.6.1
+pkgver=2.6.2
pkgrel=1
pkgdesc="A string search utility"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
makedepends=('texinfo>=4.8a')
install=${pkgname}.install
source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('6462c218ad2df7e111206d06bef38363')
+md5sums=('b2d5841757ab065b28d0ff4c7ca2eca8')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
More information about the arch-commits
mailing list