| author | Carl Smedstad
<carsme@archlinux.org> 2025-10-22 17:20:18 UTC |
| committer | Carl Smedstad
<carsme@archlinux.org> 2025-10-22 17:20:18 UTC |
| parent | 49aa7795da6d5e5c55551ba99d2194baf26d65e0 |
| .SRCINFO | +3 | -3 |
| PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 148817a..457260e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = ripgrep pkgdesc = A search tool that combines the usability of ag with the raw speed of grep - pkgver = 15.0.0 + pkgver = 15.1.0 pkgrel = 1 url = https://github.com/BurntSushi/ripgrep arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = ripgrep depends = gcc-libs depends = glibc depends = pcre2 - source = https://github.com/BurntSushi/ripgrep/archive/15.0.0/ripgrep-15.0.0.tar.gz - sha512sums = 7c05fc205b540cc2f40686c0619adf362002e898e2cf4bc4a90fb694c91681d0b16cc7755fdf7d2221cda1b27f959818897ad85803a7676b87e43aba4374e376 + source = https://github.com/BurntSushi/ripgrep/archive/15.1.0/ripgrep-15.1.0.tar.gz + sha512sums = 3e54683ceaaa79e6e1b52f7e1b92aefaf0b8f721daf2ab6433e1f45931878904ca20379cfb9b13770bf79d06a21ce896d471e80f557c6614417b836aabb6b803 pkgname = ripgrep diff --git a/PKGBUILD b/PKGBUILD index 20e377a..c411094 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Andrew Gallant <jamslam@gmail.com> pkgname=ripgrep -pkgver=15.0.0 +pkgver=15.1.0 pkgrel=1 pkgdesc="A search tool that combines the usability of ag with the raw speed of grep" arch=('x86_64') @@ -16,7 +16,7 @@ depends=( ) makedepends=('rust') source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('7c05fc205b540cc2f40686c0619adf362002e898e2cf4bc4a90fb694c91681d0b16cc7755fdf7d2221cda1b27f959818897ad85803a7676b87e43aba4374e376') +sha512sums=('3e54683ceaaa79e6e1b52f7e1b92aefaf0b8f721daf2ab6433e1f45931878904ca20379cfb9b13770bf79d06a21ce896d471e80f557c6614417b836aabb6b803') build() { cd "$pkgname-$pkgver"