Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
ripgrep
Commits:
271896f8 by Sven-Hendrik Haase at 2023-11-29T12:25:41+01:00
upgpkg: 14.0.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.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
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Maxim Baz <archlinux at maximbaz dot com>
# Contributor: Andrew Gallant <[email protected]>
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"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ripgrep/-/commit/271896f8b4a49b12ea5589cbfe4b7db84b8d47fc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ripgrep/-/commit/271896f8b4a49b12ea5589cbfe4b7db84b8d47fc
You're receiving this email because of your account on gitlab.archlinux.org.