Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / ugrep
Commits: 1a066722 by Caleb Maclennan at 2025-04-25T08:05:10+03:00 upgpkg: 7.4.1-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 = 7.4.0 + pkgver = 7.4.1 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/v7.4.0/ugrep-7.4.0.tar.gz - sha256sums = d4d18db97ba0063dbc0368b30b99a625301bec77c0699bfa096867155c70fb3a + source = https://github.com/Genivia/ugrep/archive/v7.4.1/ugrep-7.4.1.tar.gz + sha256sums = 4e263e226dfb768ad82cab95f6fcfee9af41e53004b12023d3c42ce36760a5d8 pkgname = ugrep ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Adria Arrufat <swiftscythe at gmail dot com> pkgname=ugrep -pkgver=7.4.0 +pkgver=7.4.1 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=('d4d18db97ba0063dbc0368b30b99a625301bec77c0699bfa096867155c70fb3a') +sha256sums=('4e263e226dfb768ad82cab95f6fcfee9af41e53004b12023d3c42ce36760a5d8') build() { cd "$_archive" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ugrep/-/commit/1a0667224a324254c754f2cdf56c97c69cbe3619 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ugrep/-/commit/1a0667224a324254c754f2cdf56c97c69cbe3619 You're receiving this email because of your account on gitlab.archlinux.org.