summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2020-05-17 13:21:38 +0900
committerAdriĆ  Arrufat2020-05-17 13:21:38 +0900
commit9e16bf6e137e3555451067169889a7e18c17bcc8 (patch)
tree018ca0eefa9336046eef5cb0b8df727c31f5b429 /PKGBUILD
parent93eac15e478d3f36c8d0399e9c3cc320f4c14289 (diff)
downloadaur-9e16bf6e137e3555451067169889a7e18c17bcc8.tar.gz
update to v2.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9edf35036ea5..60c882a0aac9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=2.1.0
+pkgver=2.1.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=('8f3c75640427e92082f85bc94d5f1ea6fa6f03051d4130fa1a9762ed065aa1d5')
+sha256sums=('4978abcf4014a4274952f7b0794e149bd098978c35688fb9ba0b818ab2d67266')
build() {
cd ${pkgname}-${pkgver}