summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec54e82b9411..1e36a0a5309c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ugrep
pkgdesc = Universal grep: ultra fast searcher of file systems, text and binary files, source code, archives, compressed files, documents, and more.
- pkgver = 3.2
+ pkgver = 3.2.1
pkgrel = 1
url = https://github.com/Genivia/ugrep
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = ugrep
depends = pcre2
depends = xz
depends = zlib
- source = https://github.com/Genivia/ugrep/archive/v3.2.tar.gz
- sha256sums = e5b4d7b2e4a87b34416200d068dc1984967f980418670fa6b08268edf00a4a9d
+ source = https://github.com/Genivia/ugrep/archive/v3.2.1.tar.gz
+ sha256sums = a377b399227296caeca3e1b8945fcfc12001e78ad735f9d3d63d8015082608ee
pkgname = ugrep
diff --git a/PKGBUILD b/PKGBUILD
index e0f6bf0f1542..f398df9386a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=3.2
+pkgver=3.2.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=(bzip2 lz4 pcre2 xz zlib)
source=("https://github.com/Genivia/ugrep/archive/v${pkgver}.tar.gz")
-sha256sums=('e5b4d7b2e4a87b34416200d068dc1984967f980418670fa6b08268edf00a4a9d')
+sha256sums=('a377b399227296caeca3e1b8945fcfc12001e78ad735f9d3d63d8015082608ee')
build() {
cd ${pkgname}-${pkgver}