summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2020-08-25 00:06:37 +0900
committerAdriĆ  Arrufat2020-08-25 00:06:37 +0900
commita3f54a5466dc4292556ee66ab9c72f751edfb447 (patch)
treee6c90db02a3421eba7b452697e49b71598bc3bd0 /PKGBUILD
parenta25c766c188684cdf688239edcf0a0434ab35a11 (diff)
downloadaur-a3f54a5466dc4292556ee66ab9c72f751edfb447.tar.gz
update to v2.5.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43bde6aad589..08f622fa91a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=2.5.2
+pkgver=2.5.3
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=('a7b7a7db99a24b6191d7e381c536a88998d995f2ccd308ea5aba015155f8be6f')
+sha256sums=('83f2017ba05f7ce7ded74097832df071d2be89d41b357f45c4dce801c2a0cae6')
build() {
cd ${pkgname}-${pkgver}