summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2022-04-06 09:52:50 +0900
committerAdriĆ  Arrufat2022-04-06 09:52:50 +0900
commit0e4ca005d8c27beeca91ed23d397fbeefa1b9915 (patch)
tree8ff2836a5a99d5c48a4514dc29d4425a528eab7a
parenta3379e701f73b679c4a5ed7e7f388add558e658a (diff)
downloadaur-0e4ca005d8c27beeca91ed23d397fbeefa1b9915.tar.gz
Update to v3.7.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20dde0dc8a06..ddd4716d5a6c 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.7
+ pkgver = 3.7.8
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.7.tar.gz
- sha256sums = 5490d6491267bb1aaaeac27a0ba41d502f4b1c1b8998b8cc377c91374603932d
+ source = https://github.com/Genivia/ugrep/archive/v3.7.8.tar.gz
+ sha256sums = b2e03615890b92df4487a2891bf47675429c469b1825d5d05600ed3a729b92c7
pkgname = ugrep
diff --git a/PKGBUILD b/PKGBUILD
index 794c1e217d37..b07e99bfcc61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=3.7.7
+pkgver=3.7.8
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=('5490d6491267bb1aaaeac27a0ba41d502f4b1c1b8998b8cc377c91374603932d')
+sha256sums=('b2e03615890b92df4487a2891bf47675429c469b1825d5d05600ed3a729b92c7')
build() {
cd ${pkgname}-${pkgver}