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 a17cda30a274..05c643e08ef8 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.3.5
+ pkgver = 3.3.6
pkgrel = 1
url = https://github.com/Genivia/ugrep
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = ugrep
depends = pcre2
depends = xz
depends = zlib
- source = https://github.com/Genivia/ugrep/archive/v3.3.5.tar.gz
- sha256sums = c9105eff3c22d6a39d1fcf1cf5f5185ed3f137fb36f835c7e2a7059ea4c6cbd2
+ source = https://github.com/Genivia/ugrep/archive/v3.3.6.tar.gz
+ sha256sums = a536375252af0fb82b296b238cc3e45851f526283a333ce41390500e03a42e24
pkgname = ugrep
diff --git a/PKGBUILD b/PKGBUILD
index 4ec23a94af08..d1a87a7663b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=3.3.5
+pkgver=3.3.6
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=('c9105eff3c22d6a39d1fcf1cf5f5185ed3f137fb36f835c7e2a7059ea4c6cbd2')
+sha256sums=('a536375252af0fb82b296b238cc3e45851f526283a333ce41390500e03a42e24')
build() {
cd ${pkgname}-${pkgver}