Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/hexyl/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Template file for 'hexyl'
pkgname=hexyl
version=0.16.0
version=0.17.0
revision=1
build_style=cargo
short_desc="Command-line hex viewer"
maintainer="cinerea0 <cinerea0@protonmail.com>"
license="Apache-2.0, MIT"
maintainer="Alex March <alex@hosaka.cc>"
license="Apache-2.0 OR MIT"
homepage="https://github.com/sharkdp/hexyl"
changelog="https://raw.githubusercontent.com/sharkdp/hexyl/master/CHANGELOG.md"
distfiles="https://github.com/sharkdp/hexyl/archive/refs/tags/v${version}.tar.gz"
checksum=52853b4edede889b40fd6ff132e1354d957d1f26ee0c26ebdea380f8ce82cb0b
checksum=72fa17397ad187eec6b295d02c7caabbb209a6e0d5706187b8a599bd5df8615e

post_install() {
vlicense LICENSE-MIT
Expand Down