summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2022-02-24 10:10:27 +0900
committerAdriĆ  Arrufat2022-02-24 10:10:27 +0900
commit0b2033c6bf57b6897b4fc8db6accc52030f6d915 (patch)
treecbcfcc2013fac9eddffe7fe193e189481fa4fb34
parentc909389646506cb4f7c58e501fe9574e3e31dab9 (diff)
downloadaur-0b2033c6bf57b6897b4fc8db6accc52030f6d915.tar.gz
update to v3.7.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab12d811aaac..82b58f9b0dff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ugrep
pkgdesc = Universal grep: ultra fast searcher of file systems, text and binary files, source code, archives, compressed files, documents, and more.
- pkgver = 3.7.3
+ pkgver = 3.7.4
pkgrel = 1
url = https://github.com/Genivia/ugrep
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = ugrep
depends = pcre2
depends = xz
depends = zlib
- source = https://github.com/Genivia/ugrep/archive/v3.7.3.tar.gz
- sha256sums = b7790dc746c8f7902afb2c6484aebbb11d31fb5748955acc177715feb10502ef
+ source = https://github.com/Genivia/ugrep/archive/v3.7.4.tar.gz
+ sha256sums = 47505886facf738aa33019ccf22a66e98a46e81171bcb6aabf1815f97925b54f
pkgname = ugrep
diff --git a/PKGBUILD b/PKGBUILD
index 6e591d4fade8..314f5f776aa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=3.7.3
+pkgver=3.7.4
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=('b7790dc746c8f7902afb2c6484aebbb11d31fb5748955acc177715feb10502ef')
+sha256sums=('47505886facf738aa33019ccf22a66e98a46e81171bcb6aabf1815f97925b54f')
build() {
cd ${pkgname}-${pkgver}