From 3f901ef2ae6825a657577986e655bdf02f06fda7 Mon Sep 17 00:00:00 2001 From: Sertonix Date: Mon, 6 Apr 2026 13:39:23 +0200 Subject: [PATCH] testing/hex: upgrade to 0.7.0 --- testing/hex/APKBUILD | 12 ++++++++---- testing/hex/cargo-update.patch | 16 ++++++++++++++++ 2 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 testing/hex/cargo-update.patch diff --git a/testing/hex/APKBUILD b/testing/hex/APKBUILD index f05c53ec96d..48f2c2dedaf 100644 --- a/testing/hex/APKBUILD +++ b/testing/hex/APKBUILD @@ -1,14 +1,17 @@ # Contributor: guddaff # Maintainer: guddaff 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 " diff --git a/testing/hex/cargo-update.patch b/testing/hex/cargo-update.patch new file mode 100644 index 00000000000..1634eed2e1c --- /dev/null +++ b/testing/hex/cargo-update.patch @@ -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"