hexyl: update to 0.14.0
This commit is contained in:
committed by
Biswapriyo Nath
parent
e1c62fd48c
commit
5b8cfa6330
@@ -3,20 +3,22 @@
|
||||
_realname=hexyl
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=0.13.1
|
||||
pkgver=0.14.0
|
||||
pkgrel=1
|
||||
pkgdesc="A command-line hex viewer"
|
||||
pkgdesc="A command-line hex viewer (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url="https://github.com/sharkdp/hexyl"
|
||||
license=('spdx:Apache-2.0' 'spdx:MIT')
|
||||
depends=()
|
||||
license=('spdx:Apache-2.0 OR MIT')
|
||||
msys2_references=(
|
||||
'archlinux: hexyl'
|
||||
)
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-rust")
|
||||
source=(
|
||||
"${url}/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz"
|
||||
)
|
||||
sha512sums=('cffa229dafe9b9b87aaa4aa54bb3cc33689a4cee17a4364f2ba393e424ee82a9f1ceaa3cc11b47d595dfbe41b8fba7f51faf53c8c883387709f977e6e10411c8')
|
||||
b2sums=('466252eb24179fd330136d4b257ede9aac9f7e74d7e228656f2d2c5d3c6630bafe925155b0494a42869b0ebb8b73c3fb743e9d10d3b2ad04a59501a8b94784e2')
|
||||
sha512sums=('770fe3db1fc10ba78cde00d727cf0494d0447e08e1e1f103bd206475c839d4d04c714b5257a3c42d2e489ce02e0b4b9b2701fb89ca9222830c87ccaa2fc8463c')
|
||||
b2sums=('1c2ccbb21c7aad1d2c1daca7ed99009ec2e2a02a96dd8a73d6ba11d00291f0e81afdd790d52219406ba4571408c68a5be714f5aeb36fc74c85d2868d4e0883d4')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${_realname}-${pkgver}"
|
||||
|
||||
Reference in New Issue
Block a user