Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / ugrep
Commits: fd08c73b by Caleb Maclennan at 2024-10-25T10:39:52+03:00 upgpkg: 7.0.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.5.0 + pkgver = 7.0.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.5.0/ugrep-6.5.0.tar.gz - sha256sums = eec1ddcd17dcc017987caad916ed245adef5ccc151837eefae5f86047fae0d99 + source = https://github.com/Genivia/ugrep/archive/v7.0.0/ugrep-7.0.0.tar.gz + sha256sums = 5b24228ff4452d861bf1b2b0afa0232d13e8bee0289c1d1e963e7dc102eb745b pkgname = ugrep ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Adria Arrufat <swiftscythe at gmail dot com> pkgname=ugrep -pkgver=6.5.0 +pkgver=7.0.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=('eec1ddcd17dcc017987caad916ed245adef5ccc151837eefae5f86047fae0d99') +sha256sums=('5b24228ff4452d861bf1b2b0afa0232d13e8bee0289c1d1e963e7dc102eb745b') build() { cd "$_archive" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ugrep/-/commit/fd08c73b8b2794dda13f9a4985aad3eb858d81e2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ugrep/-/commit/fd08c73b8b2794dda13f9a4985aad3eb858d81e2 You're receiving this email because of your account on gitlab.archlinux.org.