summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authork2s2024-04-30 15:38:16 +0200
committerk2s2024-04-30 15:38:16 +0200
commit576ec86d93ca36455656971e99f39c69e074c10a (patch)
tree22cafd2940d58bcd5936e11aa20dc09850ea51c3 /PKGBUILD
parent1ef9e56e46892f4d3ee25ed6f080dd71ebaae2d0 (diff)
downloadaur-576ec86d93ca36455656971e99f39c69e074c10a.tar.gz
v0.28.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87d7c42327e3..340a88134e5c 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.27.2'
+pkgver='v0.28.0'
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=('452cdca49c32b53917839fefb35a8b2bf5e2d5200308f8cc23a7d0e29dba907cf5937d1791b6a90e3185b44646a34e9b57775864efb009e334970272cd5c411e')
-sha512sums_aarch64=('3a60c55a9056b01ab41929401a92b3b8862fb5f00d71343998d1ba67b6232ed46a09b60bdbf9c41b9d886e11946da43b10916196624bcec78ded412d7c58bef2')
+sha512sums_x86_64=('daf447ad8d013144b16a4f9c20991f739f3f032ffa33085203cbb71d2a201858c0c082ad54216408244f0e1880ce685680c284b89cb61a8bacb04b1c85475cfb')
+sha512sums_aarch64=('9b0248bbf1c528cce17d32ed2e1c32ca329ee4455c473af8904bee94a4b2f16ee14b467ab97e2cd4f6a1314f0b0a6a5bf3c26d3bf360acb0251db98a75724667')
package() {
install -Dm0755 "hl" "$pkgdir/usr/bin/hl"