Skip to content
Snippets Groups Projects
Commit 3e4246c3 authored by Michał Polański's avatar Michał Polański
Browse files

community/hexyl: upgrade to 0.15.0

parent d80f87bb
No related branches found
No related tags found
No related merge requests found
# Contributor: Michał Polański <michal@polanski.me>
# Maintainer: Michał Polański <michal@polanski.me>
maintainer="Michał Polański <michal@polanski.me>"
pkgname=hexyl
pkgver=0.14.0
pkgver=0.15.0
pkgrel=0
pkgdesc="Command-line hex viewer with colored output"
url="https://github.com/sharkdp/hexyl"
license="MIT OR Apache-2.0"
# loongarch64: libc crate fails to build
arch="all !loongarch64"
arch="all"
makedepends="cargo cargo-auditable"
source="https://github.com/sharkdp/hexyl/archive/v$pkgver/hexyl-$pkgver.tar.gz
cargo-update.patch"
source="https://github.com/sharkdp/hexyl/archive/v$pkgver/hexyl-$pkgver.tar.gz"
options="net" # fetch dependencies
prepare() {
......@@ -32,6 +29,5 @@ package() {
}
sha512sums="
770fe3db1fc10ba78cde00d727cf0494d0447e08e1e1f103bd206475c839d4d04c714b5257a3c42d2e489ce02e0b4b9b2701fb89ca9222830c87ccaa2fc8463c hexyl-0.14.0.tar.gz
fdc8fecdf57b745e4de5dd4725a16bc32c82897953bdd00b1e2854f56570dbc179b623dd624933d6fa7d5f42b12ab4366f321155a3614bf8acdf1d28c400cf90 cargo-update.patch
db1e0d96c655be1cb0cabb93daef7bd4176517a87a4f7de6c1cd00bcbadf725c297294b41009597eb1cf9891a0f29a3977f5fe1032a58e82d1c8792a3eaadbc4 hexyl-0.15.0.tar.gz
"
diff --git a/Cargo.lock b/Cargo.lock
index 78015a9..119ef43 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -290,9 +290,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.147"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "linux-raw-sys"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment