Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
ugrep
Commits:
bcb1a400 by Caleb Maclennan at 2024-01-10T20:04:40+03:00
upgpkg: 4.5.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ugrep
pkgdesc = ultra fast grep with interactive TUI, fuzzy search, boolean
queries, hexdumps and more
- pkgver = 4.5.1
+ pkgver = 4.5.2
pkgrel = 1
url = https://github.com/Genivia/ugrep
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = ugrep
optdepends = libreoffice: to search office documents
optdepends = csvkit: to search spreadsheets
optdepends = openssl: to search certificates and key files
- source =
https://github.com/Genivia/ugrep/archive/v4.5.1/ugrep-4.5.1.tar.gz
- sha256sums =
81b4854b6a8bd69ff3bac616a8e5363bd020224161fa0a1af3c63da0e7a07150
+ source =
https://github.com/Genivia/ugrep/archive/v4.5.2/ugrep-4.5.2.tar.gz
+ sha256sums =
01fabb1d65775aa90d60d37a484675d81f3d688b0a29a2ec732c7843bc2b2f32
pkgname = ugrep
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=4.5.1
+pkgver=4.5.2
pkgrel=1
pkgdesc='ultra fast grep with interactive TUI, fuzzy search, boolean queries,
hexdumps and more'
arch=(x86_64)
@@ -23,7 +23,7 @@ optdepends=('python-pdftotext: to search pdf'
'openssl: to search certificates and key files')
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('81b4854b6a8bd69ff3bac616a8e5363bd020224161fa0a1af3c63da0e7a07150')
+sha256sums=('01fabb1d65775aa90d60d37a484675d81f3d688b0a29a2ec732c7843bc2b2f32')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ugrep/-/commit/bcb1a40035cd0a323c4c651a3c6dc6fddf28f461
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ugrep/-/commit/bcb1a40035cd0a323c4c651a3c6dc6fddf28f461
You're receiving this email because of your account on gitlab.archlinux.org.