summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2020-05-22 12:37:25 +0900
committerAdriĆ  Arrufat2020-05-22 12:37:25 +0900
commitc54950d2af502626e816cb01ea9fd0c260d28691 (patch)
treed6caab283996426497407f2dc0e2ae4e2a92db38 /PKGBUILD
parent9e16bf6e137e3555451067169889a7e18c17bcc8 (diff)
downloadaur-c54950d2af502626e816cb01ea9fd0c260d28691.tar.gz
update to v2.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60c882a0aac9..b956773d187a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=2.1.1
+pkgver=2.1.2
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=('4978abcf4014a4274952f7b0794e149bd098978c35688fb9ba0b818ab2d67266')
+sha256sums=('3ecd2285dfa3640ce88f3da976b1f815eaaec7265f058988b4cc505cedc88081')
build() {
cd ${pkgname}-${pkgver}