summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authork2s2024-05-05 10:11:17 +0200
committerk2s2024-05-05 10:11:17 +0200
commitbe3d7cf5f096175eb57154e19ec1a72f8faa8bba (patch)
tree9deebf8326f8701272080093360c885e0215d274 /PKGBUILD
parent576ec86d93ca36455656971e99f39c69e074c10a (diff)
downloadaur-be3d7cf5f096175eb57154e19ec1a72f8faa8bba.tar.gz
v0.29.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 340a88134e5c..822c9703b64f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Minka <martin dot minka at gmail dot com>
pkgname=hl-log-viewer-bin
-pkgver='v0.28.0'
+pkgver='v0.29.1'
pkgrel=1
pkgdesc='Log viewer which translates JSON logs into pretty human-readable representation'
url='https://github.com/pamburus/hl'
@@ -13,8 +13,8 @@ license=('MIT')
source_x86_64=("$pkgname-$pkgver.tar.gz::https://github.com/pamburus/hl/releases/download/${pkgver//_/-}/hl-linux-x86_64-gnu.tar.gz")
source_aarch64=("$pkgname-$pkgver.tar.gz::https://github.com/pamburus/hl/releases/download/${pkgver//_/-}/hl-linux-arm64-gnu.tar.gz")
-sha512sums_x86_64=('daf447ad8d013144b16a4f9c20991f739f3f032ffa33085203cbb71d2a201858c0c082ad54216408244f0e1880ce685680c284b89cb61a8bacb04b1c85475cfb')
-sha512sums_aarch64=('9b0248bbf1c528cce17d32ed2e1c32ca329ee4455c473af8904bee94a4b2f16ee14b467ab97e2cd4f6a1314f0b0a6a5bf3c26d3bf360acb0251db98a75724667')
+sha512sums_x86_64=('65f2b3769c05f1341fc61768ac058f9f4d4c76b2835dabb86d2e2919a735ef8e93787804f66ca4f1f6f37d5d2a95d8d2a00fde27fc1e2ab5c9792fc5774fdd58')
+sha512sums_aarch64=('02c0e85e38c343f50923f91ab523c93bd3f45f8eb9d4d5cf4d2d87a2a6df5f5c4279686bf5ed010aa1c19534c7fb072d17b9d9efda12ba9415bb72c89e12c6da')
package() {
install -Dm0755 "hl" "$pkgdir/usr/bin/hl"