summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2022-02-08 10:50:00 +0900
committerAdriĆ  Arrufat2022-02-08 10:50:00 +0900
commita94ab414c250263eb3f5c2434ea7669807146517 (patch)
tree32ba3cf1e3f03caff680101264d2dab1a64ed342 /PKGBUILD
parentc74ded68a34b8bffa7ad741debc71e7c0bc77253 (diff)
downloadaur-a94ab414c250263eb3f5c2434ea7669807146517.tar.gz
update to v3.7.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index acf45793e694..cf1c506e9906 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=3.7.1
+pkgver=3.7.2
pkgrel=1
pkgdesc="Universal grep: ultra fast searcher of file systems, text and binary files, source code, archives, compressed files, documents, and more."
arch=(x86_64)
@@ -9,7 +9,7 @@ license=(BSD-3)
url="https://github.com/Genivia/ugrep"
depends=(bzip2 lz4 pcre2 xz zlib)
source=("https://github.com/Genivia/ugrep/archive/v${pkgver}.tar.gz")
-sha256sums=('90c358f2fa16de9a183f1ef2c18965ad0921d41c8b870b70155310de7436a8b3')
+sha256sums=('ce36c0ef91cfd99fd3a5fdcbd0b04eae4b7dc40c7af8e3df67e732e9213bf28c')
build() {
cd ${pkgname}-${pkgver}