hexyl: update to 0.15.0
This commit is contained in:
parent
87184fc606
commit
7ba6fb3c0f
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'hexyl'
|
||||
pkgname=hexyl
|
||||
version=0.14.0
|
||||
version=0.15.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
short_desc="Command-line hex viewer"
|
||||
|
@ -8,8 +8,8 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
|
|||
license="Apache-2.0, MIT"
|
||||
homepage="https://github.com/sharkdp/hexyl"
|
||||
changelog="https://raw.githubusercontent.com/sharkdp/hexyl/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/sharkdp/hexyl/archive/v${version}.tar.gz"
|
||||
checksum=5205fa1a483c66997f5a7179cdd1a277ebb5e0a743bb269a962d20b29dd735f8
|
||||
distfiles="https://github.com/sharkdp/hexyl/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=017ab7fe18caa3d13427fb13fd6050a9d8bf9aa26d1e1fe02924dfd7f86cd3cf
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE-MIT
|
||||
|
|
Loading…
Reference in New Issue