summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2020-05-29 17:55:59 +0900
committerAdriĆ  Arrufat2020-05-29 17:55:59 +0900
commitb22233587fd919b68a81ac939d45eabec6504610 (patch)
treeaa8cc792ed3c3d7290bf8fc83d0cf4a47cc0bb18 /PKGBUILD
parentc54950d2af502626e816cb01ea9fd0c260d28691 (diff)
downloadaur-b22233587fd919b68a81ac939d45eabec6504610.tar.gz
update to v2.1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b956773d187a..7a01cc170631 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=2.1.2
+pkgver=2.1.4
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=('3ecd2285dfa3640ce88f3da976b1f815eaaec7265f058988b4cc505cedc88081')
+sha256sums=('fb4aa87c5d38ef96ca1f8c04b48fad1dba1cf21f95ac820fef50fdca7c6c0993')
build() {
cd ${pkgname}-${pkgver}