Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
ripgrep
Commits:
a5b0cb45 by Sven-Hendrik Haase at 2023-11-28T06:49:16+01:00
upgpkg: 14.0.2-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.1
+ pkgver = 14.0.2
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.1.tar.gz::https://github.com/BurntSushi/ripgrep/archive/14.0.1.tar.gz
- sha512sums =
6503f6e32da293ec2b3aeea232a26e7494fde70b34c65b1a7547f7c8f67c0234db5772cdbef2a8d80acf9053cd4a8508181f715c7eea62e800364a6bb5f1834e
+ source =
ripgrep-14.0.2.tar.gz::https://github.com/BurntSushi/ripgrep/archive/14.0.2.tar.gz
+ sha512sums =
be80aea9b5e3645d96ca657898975214bbd72da7c18d514d31dde1af7f8cfb24e0e9d4c783868e499621252becea4cd962325d2301bf594036e07cfc07ee31d2
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.1
+pkgver=14.0.2
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=('6503f6e32da293ec2b3aeea232a26e7494fde70b34c65b1a7547f7c8f67c0234db5772cdbef2a8d80acf9053cd4a8508181f715c7eea62e800364a6bb5f1834e')
+sha512sums=('be80aea9b5e3645d96ca657898975214bbd72da7c18d514d31dde1af7f8cfb24e0e9d4c783868e499621252becea4cd962325d2301bf594036e07cfc07ee31d2')
build() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ripgrep/-/commit/a5b0cb454bc69c9ab9689410e0f5b060c3bc2b09
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ripgrep/-/commit/a5b0cb454bc69c9ab9689410e0f5b060c3bc2b09
You're receiving this email because of your account on gitlab.archlinux.org.