summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2021-07-21 09:56:15 +0900
committerAdriĆ  Arrufat2021-07-21 09:56:15 +0900
commit1e32d642be02c17b78eea81f3c383a83a11f40f5 (patch)
treec58400429d57abe87129b466d7f80e14870ae9d2 /PKGBUILD
parent2bdbcd9c09b1a3a341aa16e81cc40101a0a7d986 (diff)
downloadaur-1e32d642be02c17b78eea81f3c383a83a11f40f5.tar.gz
update to v3.3.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7dc422b289ba..4ec23a94af08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=3.3.4
+pkgver=3.3.5
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=('b5eca59aa67020052e5f796dfaddc1cb30ee9dd6e4cd89fb5cde1e3f110584ff')
+sha256sums=('c9105eff3c22d6a39d1fcf1cf5f5185ed3f137fb36f835c7e2a7059ea4c6cbd2')
build() {
cd ${pkgname}-${pkgver}