summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergii Fesenko2021-12-29 17:43:16 +0200
committerSergii Fesenko2021-12-29 17:43:16 +0200
commit001b2b2eb115e6683b268968aec1f5854060e48e (patch)
treec30bb5f11b1c00d1112fc87c4d3d872ed00bcd8b
parentf4d2a4036d49ed6d7eee45cfdea0cc425e7300df (diff)
downloadaur-001b2b2eb115e6683b268968aec1f5854060e48e.tar.gz
v2021.12.09
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc8b065c6980..71b769087741 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.05.23
+ pkgver = 2021.12.09
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.05.23/lmgrep-v2021.05.23-linux-static-amd64.zip
- sha256sums = 37a085da89749d79f16a2496e587da9d2f5147d2a06d7d6e0d21871f75376825
+ source = https://github.com/dainiusjocas/lucene-grep/releases/download/v2021.12.09/lmgrep-v2021.12.09-linux-amd64-static.zip
+ sha256sums = ad4b47b6693dce72bab7df0d28f6f76bf6e799c5eed3f0e296ebef9c60f8ad29
pkgname = lucene-grep-bin
diff --git a/PKGBUILD b/PKGBUILD
index b558efbd29c0..2d4a99e1317f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,17 @@
pkgname=lucene-grep-bin
-pkgver=2021.05.23
+pkgver=2021.12.09
pkgrel=1
pkgdesc="Grep-like utility based on Lucene Monitor compiled with GraalVM native-image"
arch=(x86_64)
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-static-amd64.zip")
-sha256sums=('37a085da89749d79f16a2496e587da9d2f5147d2a06d7d6e0d21871f75376825')
+source=("https://github.com/dainiusjocas/lucene-grep/releases/download/v${pkgver}/lmgrep-v${pkgver}-linux-amd64-static.zip")
+sha256sums=('ad4b47b6693dce72bab7df0d28f6f76bf6e799c5eed3f0e296ebef9c60f8ad29')
package() {
mkdir -p $pkgdir/usr/bin
install -m755 -D lmgrep "$pkgdir"/usr/bin/lmgrep
}
-
-