hexyl: update to 0.4.0.
This commit is contained in:
parent
e4b26ca101
commit
36b163b5e3
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'hexyl'
|
# Template file for 'hexyl'
|
||||||
pkgname=hexyl
|
pkgname=hexyl
|
||||||
version=0.3.1
|
version=0.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Command-line hex viewer"
|
short_desc="Command-line hex viewer"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||||
license="Apache-2.0, MIT"
|
license="Apache-2.0, MIT"
|
||||||
homepage="https://github.com/sharkdp/hexyl"
|
homepage="https://github.com/sharkdp/hexyl"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=c0dec617cf2723dda349d365de6c3e916ce61e56eb2695b72bcead2df90953cb
|
checksum=7450d8e0d382a9f78c5fa6de562359749586824d74c708c983da5a9c032bfd43
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
|
|
Loading…
Reference in New Issue