Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / hex
Commits:
1a5c45d2 by Orhun Parmaksız at 2025-12-01T19:45:23+03:00
upgpkg: 0.7.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = hex
pkgdesc = Futuristic take on hexdump
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/sitkevij/hex
arch = x86_64
license = MIT
makedepends = cargo
depends = gcc-libs
- source =
hex-0.6.0.tar.gz::https://github.com/sitkevij/hex/archive/v0.6.0.tar.gz
- sha512sums =
d5d787a34f1602c9ee1543844b59da83f81d70c1da16397b09ea96205e96f29fffd44a38d5a7f5655cf38626f3d3c73539afcde23d81e8f550758746f9dfc444
+ source =
hex-0.7.0.tar.gz::https://github.com/sitkevij/hex/archive/v0.7.0.tar.gz
+ sha512sums =
e4d30a4c582e26d13e85caaba6e1de19fc6fa0f04f11f59a91c4cc7c9510600bfbe67d68301c7dcf8ffaf0cf1fbfa3a340f87791e2423d7a16feab0427b8f3dc
pkgname = hex
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=hex
_pkgname=hx
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc="Futuristic take on hexdump"
arch=('x86_64')
@@ -12,7 +12,7 @@ license=(MIT)
depends=('gcc-libs')
makedepends=('cargo')
source=($pkgname-$pkgver.tar.gz::https://github.com/sitkevij/hex/archive/v${pkgver}.tar.gz)
-sha512sums=('d5d787a34f1602c9ee1543844b59da83f81d70c1da16397b09ea96205e96f29fffd44a38d5a7f5655cf38626f3d3c73539afcde23d81e8f550758746f9dfc444')
+sha512sums=('e4d30a4c582e26d13e85caaba6e1de19fc6fa0f04f11f59a91c4cc7c9510600bfbe67d68301c7dcf8ffaf0cf1fbfa3a340f87791e2423d7a16feab0427b8f3dc')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hex/-/commit/1a5c45d2918c87f68beea101a38ae9c74ce9e1cc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hex/-/commit/1a5c45d2918c87f68beea101a38ae9c74ce9e1cc
You're receiving this email because of your account on gitlab.archlinux.org.