summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2021-12-21 10:08:37 +0100
committerAdriĆ  Arrufat2021-12-21 10:08:37 +0100
commit364099d2244a3693e4973930e77e7b26d62c798d (patch)
treeb3ac0ec1396ecfda5dd5a558cb7c40bc6ff20254 /PKGBUILD
parent8882f7aa121e1a2507f940e99a332ddd83332b8c (diff)
downloadaur-364099d2244a3693e4973930e77e7b26d62c798d.tar.gz
update to v3.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1271b1e5ab12..046ef912d082 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=3.3.12
+pkgver=3.4.0
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=('24f7de6d1dc2263a75b455c461c2d04b3a719d4165b6383c99d270b99758878e')
+sha256sums=('b6404b0bc83e6e852892e705deeafbe1593faf5435baa6fb58991da6242c45e4')
build() {
cd ${pkgname}-${pkgver}