summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2022-04-02 11:45:36 +0900
committerAdriĆ  Arrufat2022-04-02 11:45:36 +0900
commita3379e701f73b679c4a5ed7e7f388add558e658a (patch)
tree8738cd261e87ba71e13cb7bb35cf675d76475a10
parent07740dc96bac73313f1dd77fe4adb21248487a96 (diff)
downloadaur-a3379e701f73b679c4a5ed7e7f388add558e658a.tar.gz
update to v3.7.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91626cac673f..20dde0dc8a06 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.6
+ pkgver = 3.7.7
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.6.tar.gz
- sha256sums = 8288af9eb9f5a5638134911e9e81c8b37d02f29223d473dd96a2046c228cd5d4
+ source = https://github.com/Genivia/ugrep/archive/v3.7.7.tar.gz
+ sha256sums = 5490d6491267bb1aaaeac27a0ba41d502f4b1c1b8998b8cc377c91374603932d
pkgname = ugrep
diff --git a/PKGBUILD b/PKGBUILD
index d47c06345f52..794c1e217d37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=3.7.6
+pkgver=3.7.7
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=('8288af9eb9f5a5638134911e9e81c8b37d02f29223d473dd96a2046c228cd5d4')
+sha256sums=('5490d6491267bb1aaaeac27a0ba41d502f4b1c1b8998b8cc377c91374603932d')
build() {
cd ${pkgname}-${pkgver}