summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2022-04-08 09:18:35 +0900
committerAdriĆ  Arrufat2022-04-08 09:18:35 +0900
commitbc3161845913870ef440725d7c2292b261ef77ac (patch)
treee16b70d8f62a40e9fb39b62fdac3584f535fb7d7
parent0e4ca005d8c27beeca91ed23d397fbeefa1b9915 (diff)
downloadaur-ugrep.tar.gz
Updata to v3.7.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddd4716d5a6c..966a6d5f512e 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.8
+ pkgver = 3.7.9
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.8.tar.gz
- sha256sums = b2e03615890b92df4487a2891bf47675429c469b1825d5d05600ed3a729b92c7
+ source = https://github.com/Genivia/ugrep/archive/v3.7.9.tar.gz
+ sha256sums = 016e771756574a2a0b026ec50f7e7f3898d39cb61771ce98bc225c34d86a03be
pkgname = ugrep
diff --git a/PKGBUILD b/PKGBUILD
index b07e99bfcc61..9afa5df052b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=3.7.8
+pkgver=3.7.9
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=('b2e03615890b92df4487a2891bf47675429c469b1825d5d05600ed3a729b92c7')
+sha256sums=('016e771756574a2a0b026ec50f7e7f3898d39cb61771ce98bc225c34d86a03be')
build() {
cd ${pkgname}-${pkgver}