Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
repgrep


Commits:
27104b8f by Caleb Maclennan at 2025-05-06T13:59:13+03:00
upgpkg: 0.16.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = repgrep
        pkgdesc = An interactive command line replacer for ripgrep
-       pkgver = 0.16.0
+       pkgver = 0.16.1
        pkgrel = 1
        url = https://github.com/acheronfail/repgrep
        arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = repgrep
        makedepends = asciidoctor
        depends = gcc-libs
        depends = ripgrep
-       source = 
repgrep-0.16.0.tar.gz::https://github.com/acheronfail/repgrep/archive/0.16.0.tar.gz
-       sha512sums = 
6e3a9b889775d38e13bcc3c700940307ed14cfb4ea7980a4d00e2d02d2cdde4c8a5ff1ef0c0ad3649aa16b327fcb42a016cfbe06855dfd24bd13bc97820995bd
+       source = 
repgrep-0.16.1.tar.gz::https://github.com/acheronfail/repgrep/archive/0.16.1.tar.gz
+       sha512sums = 
9cc58690102114e383599fd7de30336acdf2f86eb9ab4399f903ff56b6798c529c10264565f4fe4134fb68373bf09e59906af95645cdeb302f533f7b136b758b
 
 pkgname = repgrep


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=repgrep
 _pkgname=rgr
-pkgver=0.16.0
+pkgver=0.16.1
 pkgrel=1
 pkgdesc="An interactive command line replacer for ripgrep"
 arch=('x86_64')
@@ -12,7 +12,7 @@ license=('MIT' 'Apache' 'Unlicense')
 depends=('gcc-libs' 'ripgrep')
 makedepends=('cargo' 'asciidoctor')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('6e3a9b889775d38e13bcc3c700940307ed14cfb4ea7980a4d00e2d02d2cdde4c8a5ff1ef0c0ad3649aa16b327fcb42a016cfbe06855dfd24bd13bc97820995bd')
+sha512sums=('9cc58690102114e383599fd7de30336acdf2f86eb9ab4399f903ff56b6798c529c10264565f4fe4134fb68373bf09e59906af95645cdeb302f533f7b136b758b')
 
 prepare() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/repgrep/-/commit/27104b8f3f9e066324965becc905f5f3607c8394

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/repgrep/-/commit/27104b8f3f9e066324965becc905f5f3607c8394
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to