summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergii Fesenko2022-08-29 18:39:24 +0300
committerSergii Fesenko2022-08-29 18:39:24 +0300
commit9299de09f684ef6420292c74090f4416ed6e1338 (patch)
treec2240b7503341e27016587399f21b050ca3cab04
parentb93e5b6a7471ccb7b6232855496627fb6018e1d6 (diff)
downloadaur-9299de09f684ef6420292c74090f4416ed6e1338.tar.gz
v2022.07.27
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e2bb2393de2..12dc6c4d56bb 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 = 2022.05.25
+ pkgver = 2022.07.27
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/v2022.05.25/lmgrep-v2022.05.25-linux-amd64-static.zip
- sha256sums = d2dd4352f8c52e91bef000fa9e7e8839a2d9eaf3f3385e743cdd00d101af33c7
+ source = https://github.com/dainiusjocas/lucene-grep/releases/download/v2022.07.27/lmgrep-v2022.07.27-linux-amd64-static.zip
+ sha256sums = d87afba6448e85552828379c3858f06afb8469f2ed7a39560b15e7944663e3f8
pkgname = lucene-grep-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8fc27e23e6e7..efc587bf042b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lucene-grep-bin
-pkgver=2022.05.25
+pkgver=2022.07.27
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=('d2dd4352f8c52e91bef000fa9e7e8839a2d9eaf3f3385e743cdd00d101af33c7')
+sha256sums=('d87afba6448e85552828379c3858f06afb8469f2ed7a39560b15e7944663e3f8')
package() {
mkdir -p $pkgdir/usr/bin