summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2021-04-04 10:37:03 +0900
committerAdriĆ  Arrufat2021-04-04 10:37:03 +0900
commit6794fb75e649fae44f3518895c95b621126fb9a4 (patch)
tree5bfd285731e3cd94eb3f14a00e4a00da62f5951d /PKGBUILD
parent716e5f49c0d9453e168a388aa13712e9c4bce3a7 (diff)
downloadaur-6794fb75e649fae44f3518895c95b621126fb9a4.tar.gz
update to v3.1.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e13abb29b59..c13677ba69b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=3.1.10
+pkgver=3.1.11
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=('185984cf7f7e713feb91bcac396d0d16f1f21b6b60b37f1a2269e324af727130')
+sha256sums=('43542115612f066ae22610da1510356955b142135bb23e97ed4266be28ec3e13')
build() {
cd ${pkgname}-${pkgver}