Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
ugrep
Commits:
0e224a70 by Caleb Maclennan at 2024-06-03T22:48:29+03:00
upgpkg: 6.1.0-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 = 6.0.0
+ pkgver = 6.1.0
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/v6.0.0/ugrep-6.0.0.tar.gz
- sha256sums =
ee155c8561747b1f694e1cf4a064c2e4d504094d0714e908e3f9ea2ac9b7a9aa
+ source =
https://github.com/Genivia/ugrep/archive/v6.1.0/ugrep-6.1.0.tar.gz
+ sha256sums =
587ebb694dd3d2f5bef9f35df5b9e196b89da981cfe1084539e55b8d9a62fd65
pkgname = ugrep
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=6.0.0
+pkgver=6.1.0
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=('ee155c8561747b1f694e1cf4a064c2e4d504094d0714e908e3f9ea2ac9b7a9aa')
+sha256sums=('587ebb694dd3d2f5bef9f35df5b9e196b89da981cfe1084539e55b8d9a62fd65')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ugrep/-/commit/0e224a707a8e95e7785b194d5e67f7788fd20894
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ugrep/-/commit/0e224a707a8e95e7785b194d5e67f7788fd20894
You're receiving this email because of your account on gitlab.archlinux.org.