summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2020-06-23 09:40:19 +0900
committerAdriĆ  Arrufat2020-06-23 09:40:19 +0900
commit964bd8951d11d6044ffb6995196260af4bb160ca (patch)
tree068f8750329d6b7e8f5c4b21c29c6adba9aec1fa /PKGBUILD
parenta3b4dbbb260f6b005674b050e0790cdbee073347 (diff)
downloadaur-964bd8951d11d6044ffb6995196260af4bb160ca.tar.gz
update to v2.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4bc82efc27c..521de5b01188 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=2.2.1
+pkgver=2.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=(pcre2 zlib bzip2 xz)
source=("https://github.com/Genivia/ugrep/archive/v${pkgver}.tar.gz")
-sha256sums=('80e982dd333a88737b0dbfcb10a1acd8400956f6c83ec6f4fc9f81e19506ff20')
+sha256sums=('6fee62c90caaa7e2312f9fbece4e73a6adf08f72ec1dac95ea8499b474e835a0')
build() {
cd ${pkgname}-${pkgver}