git » ripgrep.git » commit 271896f

upgpkg: 14.0.3-1

author Sven-Hendrik Haase
2023-11-29 11:25:41 UTC
committer Sven-Hendrik Haase
2023-11-29 11:25:41 UTC
parent a5b0cb454bc69c9ab9689410e0f5b060c3bc2b09

upgpkg: 14.0.3-1

.SRCINFO +3 -3
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index 5ae9991..6dfa1d4 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 = 14.0.2
+	pkgver = 14.0.3
 	pkgrel = 1
 	url = https://github.com/BurntSushi/ripgrep
 	arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = ripgrep
 	makedepends = rust
 	depends = gcc-libs
 	depends = pcre2
-	source = ripgrep-14.0.2.tar.gz::https://github.com/BurntSushi/ripgrep/archive/14.0.2.tar.gz
-	sha512sums = be80aea9b5e3645d96ca657898975214bbd72da7c18d514d31dde1af7f8cfb24e0e9d4c783868e499621252becea4cd962325d2301bf594036e07cfc07ee31d2
+	source = ripgrep-14.0.3.tar.gz::https://github.com/BurntSushi/ripgrep/archive/14.0.3.tar.gz
+	sha512sums = ffe0a7fa619c94cb48642854f0660cc091a09e38d3b9a59baac76f54f0ba2d59a693849fc73b34a09e2fff26f3059dfe396b34a6864b9332bbd3daffe490d4b0
 
 pkgname = ripgrep
diff --git a/PKGBUILD b/PKGBUILD
index 3d4effd..470e2d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Maxim Baz <archlinux at maximbaz dot com>
 # Contributor: Andrew Gallant <jamslam@gmail.com>
 pkgname=ripgrep
-pkgver=14.0.2
+pkgver=14.0.3
 pkgrel=1
 pkgdesc="A search tool that combines the usability of ag with the raw speed of grep"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT' 'custom')
 depends=('gcc-libs' 'pcre2')
 makedepends=('rust')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('be80aea9b5e3645d96ca657898975214bbd72da7c18d514d31dde1af7f8cfb24e0e9d4c783868e499621252becea4cd962325d2301bf594036e07cfc07ee31d2')
+sha512sums=('ffe0a7fa619c94cb48642854f0660cc091a09e38d3b9a59baac76f54f0ba2d59a693849fc73b34a09e2fff26f3059dfe396b34a6864b9332bbd3daffe490d4b0')
 
 build() {
   cd "$pkgname-$pkgver"