summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2021-08-06 22:36:22 +0900
committerAdriĆ  Arrufat2021-08-06 22:36:22 +0900
commit494a45060d8468d9d30893a63905b256e47a3419 (patch)
tree981cac703e34f92886031dad1162d330aa160c0b /PKGBUILD
parentfd96a52068b8090445c7113f43a518054a3f2e5b (diff)
downloadaur-494a45060d8468d9d30893a63905b256e47a3419.tar.gz
update to v3.3.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1a87a7663b2..1af99e1e71fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=3.3.6
+pkgver=3.3.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=('a536375252af0fb82b296b238cc3e45851f526283a333ce41390500e03a42e24')
+sha256sums=('6125c19e33037714645a8d5a8700659d02e46a20c8e1f62c0a766d2a9bf0f93c')
build() {
cd ${pkgname}-${pkgver}