summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergii Fesenko2022-06-03 22:37:57 +0300
committerSergii Fesenko2022-06-03 22:37:57 +0300
commitb93e5b6a7471ccb7b6232855496627fb6018e1d6 (patch)
treee31c94027be64c834f5b2e756c05a4f03f47e0ea
parent001b2b2eb115e6683b268968aec1f5854060e48e (diff)
downloadaur-b93e5b6a7471ccb7b6232855496627fb6018e1d6.tar.gz
bump version 2022.05.25
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71b769087741..8e2bb2393de2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = lucene-grep-bin
pkgdesc = Grep-like utility based on Lucene Monitor compiled with GraalVM native-image
- pkgver = 2021.12.09
+ pkgver = 2022.05.25
pkgrel = 1
url = https://github.com/dainiusjocas/lucene-grep
arch = x86_64
license = APACHE
provides = lucene-grep
- source = https://github.com/dainiusjocas/lucene-grep/releases/download/v2021.12.09/lmgrep-v2021.12.09-linux-amd64-static.zip
- sha256sums = ad4b47b6693dce72bab7df0d28f6f76bf6e799c5eed3f0e296ebef9c60f8ad29
+ source = https://github.com/dainiusjocas/lucene-grep/releases/download/v2022.05.25/lmgrep-v2022.05.25-linux-amd64-static.zip
+ sha256sums = d2dd4352f8c52e91bef000fa9e7e8839a2d9eaf3f3385e743cdd00d101af33c7
pkgname = lucene-grep-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2d4a99e1317f..8fc27e23e6e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lucene-grep-bin
-pkgver=2021.12.09
+pkgver=2022.05.25
pkgrel=1
pkgdesc="Grep-like utility based on Lucene Monitor compiled with GraalVM native-image"
arch=(x86_64)
@@ -10,7 +10,7 @@ url="https://github.com/dainiusjocas/lucene-grep"
license=('APACHE')
provides=(lucene-grep)
source=("https://github.com/dainiusjocas/lucene-grep/releases/download/v${pkgver}/lmgrep-v${pkgver}-linux-amd64-static.zip")
-sha256sums=('ad4b47b6693dce72bab7df0d28f6f76bf6e799c5eed3f0e296ebef9c60f8ad29')
+sha256sums=('d2dd4352f8c52e91bef000fa9e7e8839a2d9eaf3f3385e743cdd00d101af33c7')
package() {
mkdir -p $pkgdir/usr/bin