hexyl: update to 0.12.0

This commit is contained in:
cinerea0 2022-12-11 20:04:01 -05:00 committed by classabbyamp
parent 1de80bbdf0
commit 4c08d3578a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'hexyl' # Template file for 'hexyl'
pkgname=hexyl pkgname=hexyl
version=0.10.0 version=0.12.0
revision=1 revision=1
build_style=cargo build_style=cargo
short_desc="Command-line hex viewer" short_desc="Command-line hex viewer"
@ -9,7 +9,7 @@ license="Apache-2.0, MIT"
homepage="https://github.com/sharkdp/hexyl" homepage="https://github.com/sharkdp/hexyl"
changelog="https://raw.githubusercontent.com/sharkdp/hexyl/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/sharkdp/hexyl/master/CHANGELOG.md"
distfiles="https://github.com/sharkdp/hexyl/archive/v${version}.tar.gz" distfiles="https://github.com/sharkdp/hexyl/archive/v${version}.tar.gz"
checksum=5821c0aa5fdda9e84399a5f92dbab53be2dbbcd9a7d4c81166c0b224a38624f8 checksum=bf3a3e8851e7bbcf01f75ae95c018faf3c9f1b7f363159d4a7459bbe11478144
post_install() { post_install() {
vlicense LICENSE-MIT vlicense LICENSE-MIT