summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSergii Fesenko2021-12-29 17:43:16 +0200
committerSergii Fesenko2021-12-29 17:43:16 +0200
commit001b2b2eb115e6683b268968aec1f5854060e48e (patch)
treec30bb5f11b1c00d1112fc87c4d3d872ed00bcd8b /PKGBUILD
parentf4d2a4036d49ed6d7eee45cfdea0cc425e7300df (diff)
downloadaur-001b2b2eb115e6683b268968aec1f5854060e48e.tar.gz
v2021.12.09
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
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
}
-
-