summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2020-05-12 22:29:07 +0900
committerAdriĆ  Arrufat2020-05-12 22:29:07 +0900
commit93eac15e478d3f36c8d0399e9c3cc320f4c14289 (patch)
treea58d7feb40f7f14a639dd0f75f2a587e7f4c78b0 /PKGBUILD
parent58e9335293fd4037e54846c515d97619f2ffa2eb (diff)
downloadaur-93eac15e478d3f36c8d0399e9c3cc320f4c14289.tar.gz
update to v2.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33cc11c2b82b..9edf35036ea5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=2.0.6
+pkgver=2.1.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=(pcre2 zlib bzip2 xz)
source=("https://github.com/Genivia/ugrep/archive/v${pkgver}.tar.gz")
-sha256sums=('c51f87b8c57d0705b730437927b2e3fd459771885c50115c5ce39b6943cdf653')
+sha256sums=('8f3c75640427e92082f85bc94d5f1ea6fa6f03051d4130fa1a9762ed065aa1d5')
build() {
cd ${pkgname}-${pkgver}