testing/hex: upgrade to 0.7.0

This commit is contained in:
Sertonix 2026-04-06 13:39:23 +02:00 committed by omni
parent c3beb40cc3
commit 3f901ef2ae
2 changed files with 24 additions and 4 deletions

View File

@ -1,14 +1,17 @@
# Contributor: guddaff <guddaff@protonmail.com>
# Maintainer: guddaff <guddaff@protonmail.com>
pkgname=hex
pkgver=0.6.0
pkgver=0.7.0
pkgrel=0
pkgdesc="futuristic take on hexdump"
url="https://github.com/sitkevij/hex"
arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # limited by rust/cargo
arch="all"
license="MIT"
makedepends="cargo cargo-auditable"
source="$pkgname-$pkgver.tar.gz::https://github.com/sitkevij/hex/archive/refs/tags/v$pkgver.tar.gz"
source="$pkgname-$pkgver.tar.gz::https://github.com/sitkevij/hex/archive/refs/tags/v$pkgver.tar.gz
cargo-update.patch
"
options="net"
prepare() {
default_prepare
@ -30,5 +33,6 @@ package() {
}
sha512sums="
d5d787a34f1602c9ee1543844b59da83f81d70c1da16397b09ea96205e96f29fffd44a38d5a7f5655cf38626f3d3c73539afcde23d81e8f550758746f9dfc444 hex-0.6.0.tar.gz
e4d30a4c582e26d13e85caaba6e1de19fc6fa0f04f11f59a91c4cc7c9510600bfbe67d68301c7dcf8ffaf0cf1fbfa3a340f87791e2423d7a16feab0427b8f3dc hex-0.7.0.tar.gz
25ec3389c0af93a98f4cd4ead708969a4b4702e1e496d3fbcd1d2f761bf1df01eb1bba8d327ab2f8dd8cc287bc434915f6e4ecdac8e4e9385a1b040e20ad75c8 cargo-update.patch
"

View File

@ -0,0 +1,16 @@
diff --git a/Cargo.lock b/Cargo.lock
index 5db065d..baee735 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -222,9 +222,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.47"
+version = "0.2.184"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "48450664a984b25d5b479554c29cc04e3150c97aa4c01da5604a2d4ed9151476"
+checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
[[package]]
name = "memchr"