summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2021-06-04 09:37:45 +0900
committerAdriĆ  Arrufat2021-06-04 09:37:45 +0900
commit3da83d8d507074eb7a026ee4aedfe3bf7f14bd60 (patch)
tree3efb25290a3d722b7945aa85311beea8684d4ebc /PKGBUILD
parente9694c088bb075b169858a5abdfb832c209af243 (diff)
downloadaur-3da83d8d507074eb7a026ee4aedfe3bf7f14bd60.tar.gz
update to v3.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd6e5b23b550..0ff961952d96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=3.3
+pkgver=3.3.1
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=('06d170fedef1f758764ea26e519d59a5e2396d7a8ed9c25deb98ad39b4e3ced3')
+sha256sums=('65d8ff9784630d25b4e4fadef6bd1f60ddcff206fbb38f756b42f0c63c6b2c23')
build() {
cd ${pkgname}-${pkgver}