[arch-commits] Commit in ack/trunk (PKGBUILD)

Florian Pritz bluewind at gemini.archlinux.org
Sun Aug 28 10:32:12 UTC 2022


    Date: Sunday, August 28, 2022 @ 10:32:12
  Author: bluewind
Revision: 1285068

upgpkg: ack 3.6.0-1: upstream update

Modified:
  ack/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-28 10:23:19 UTC (rev 1285067)
+++ PKGBUILD	2022-08-28 10:32:12 UTC (rev 1285068)
@@ -3,8 +3,8 @@
 # Contributor: Michael S. Walker <barrucadu at localhost>
 
 pkgname=ack
-pkgver=3.5.0
-pkgrel=3
+pkgver=3.6.0
+pkgrel=1
 pkgdesc="A Perl-based grep replacement, aimed at programmers with large trees of heterogeneous source code"
 arch=('any')
 url="http://betterthangrep.com/"
@@ -12,7 +12,7 @@
 depends=('perl-file-next')
 options=('!emptydirs')
 source=("https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/$pkgname-v$pkgver.tar.gz")
-md5sums=('7d0ed07ac0f546b5c4641ce4d2b46b99')
+md5sums=('f601a803b45974bf6f0b72207b5e883e')
 
 build() {
   cd "$srcdir/$pkgname-v$pkgver"



More information about the arch-commits mailing list