Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / hl
Commits:
4c8b4f90 by Orhun Parmaksız at 2026-01-03T17:14:40+03:00
upgpkg: 0.33.2-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hl
pkgdesc = A fast and powerful log viewer and processor
- pkgver = 0.33.1
+ pkgver = 0.33.2
pkgrel = 1
url = https://github.com/pamburus/hl
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = hl
makedepends = cargo
depends = gcc-libs
options = !lto
- source =
hl-0.33.1.tar.gz::https://github.com/pamburus/hl/archive/v0.33.1.tar.gz
- sha512sums =
6572a4c62afc6c4df0479612a5aea75a99caeda49d65fe1b523e6a3308d137061742220aca2a84c7455067702221dd3bc15274235c63c5af94b4b503510acb44
+ source =
hl-0.33.2.tar.gz::https://github.com/pamburus/hl/archive/v0.33.2.tar.gz
+ sha512sums =
cdde53ab8709ae2c2042f8cf64a169cd7515bfa42913dbe67b3b83066c26967a46f2887720479b32ad9ad62015516729f2eb42ab36d2337cec0f02653de77776
pkgname = hl
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Orhun Parmaksız <[email protected]>
pkgname=hl
-pkgver=0.33.1
+pkgver=0.33.2
pkgrel=1
pkgdesc="A fast and powerful log viewer and processor"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('gcc-libs')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('6572a4c62afc6c4df0479612a5aea75a99caeda49d65fe1b523e6a3308d137061742220aca2a84c7455067702221dd3bc15274235c63c5af94b4b503510acb44')
+sha512sums=('cdde53ab8709ae2c2042f8cf64a169cd7515bfa42913dbe67b3b83066c26967a46f2887720479b32ad9ad62015516729f2eb42ab36d2337cec0f02653de77776')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hl/-/commit/4c8b4f90a5e128f3cc164ea6fa58686d66f51f7d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hl/-/commit/4c8b4f90a5e128f3cc164ea6fa58686d66f51f7d
You're receiving this email because of your account on gitlab.archlinux.org.