summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authork2s2024-01-10 07:48:56 +0100
committerk2s2024-01-10 07:48:56 +0100
commitf2d690ada71a39d872576e1e4ae6f0d8c028ed25 (patch)
tree9f6eb40fd1e9e047c3a800955977bf90cca2d7ca
parent4ad0577aa5db667de03caff27f78f587d2d0e98b (diff)
downloadaur-f2d690ada71a39d872576e1e4ae6f0d8c028ed25.tar.gz
v0.24.2
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a04d6ebf6fc5..c2000cbc0c7a 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.23.2'
+pkgver='v0.24.2'
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=('e14ebe088f88855f67004a5b6737ecc9526537ad87054e086d9969f43a23a686b44c8610bcc4bbd9abe2ce8add85a5c3bade58f645fd36cd687d1b7cb4509694')
-sha512sums_aarch64=('8c69566d682d20f9b6485e417d319f49b959cded1e0664587e6eab37c02ec896942a1dac82d9074abb1fb8ef889b357b8bfda64309c753424c2dc4e5a473040a')
+sha512sums_x86_64=('f4c1e496289f68d80c48e4a704ec71e223f987f05cb4fbde07d8ec945141af6e4fb90030eff23502d04265386fefac8bd3746b1e59e5a3b49d9b02ca889a38d5')
+sha512sums_aarch64=('63763bf24326ff2e0d1edb080e1af2c6c0386398586963cb47f1379caac3cc8d9f7433ca48ed2b5e4ec4141e6b6528efb69fe91f7be70e0477bf4d81f83b20f3')
package() {
install -Dm0755 "hl" "$pkgdir/usr/bin/hl"