Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
ugrep
Commits:
0d0f78b9 by Caleb Maclennan at 2024-07-31T23:10:49+03:00
upgpkg: 6.3.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.2.0
+ pkgver = 6.3.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.2.0/ugrep-6.2.0.tar.gz
- sha256sums =
e7b54e8e7d2d9058167269673fd783651071ba1ace547cf6c926b833607d2e1b
+ source =
https://github.com/Genivia/ugrep/archive/v6.3.0/ugrep-6.3.0.tar.gz
+ sha256sums =
e6042ba7b4bf040e44c16b89a056e926d46d179de48b1077888abb5b8a7be435
pkgname = ugrep
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=6.2.0
+pkgver=6.3.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=('e7b54e8e7d2d9058167269673fd783651071ba1ace547cf6c926b833607d2e1b')
+sha256sums=('e6042ba7b4bf040e44c16b89a056e926d46d179de48b1077888abb5b8a7be435')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ugrep/-/commit/0d0f78b977885853bb7f7ceaa164a7628e3006cf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ugrep/-/commit/0d0f78b977885853bb7f7ceaa164a7628e3006cf
You're receiving this email because of your account on gitlab.archlinux.org.