Date: Thursday, July 12, 2018 @ 08:04:53
Author: bluewind
Revision: 357588
upgpkg: ack 2.24-1
Modified:
ack/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-12 07:56:11 UTC (rev 357587)
+++ PKGBUILD 2018-07-12 08:04:53 UTC (rev 357588)
@@ -4,7 +4,7 @@
# Contributor: Michael S. Walker <barrucadu@localhost>
pkgname=ack
-pkgver=2.22
+pkgver=2.24
pkgrel=1
pkgdesc="A Perl-based grep replacement, aimed at programmers with large trees
of heterogeneous source code"
arch=('any')
@@ -13,7 +13,7 @@
depends=('perl-file-next')
options=('!emptydirs')
source=(http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/$pkgname-$pkgver.tar.gz)
-md5sums=('1ad95c20973678a4cdd14efe28920840')
+md5sums=('92246556c479018b32828cbc5e0ce5cb')
build() {
cd "$srcdir/$pkgname-$pkgver"