b3sum: update to 0.2.0.
This commit is contained in:
parent
475c5bffb4
commit
ddb69a3a08
1 changed files with 2 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'b3sum'
|
||||
pkgname=b3sum
|
||||
version=0.1.5
|
||||
version=0.2.0
|
||||
revision=1
|
||||
wrksrc="BLAKE3-${version}"
|
||||
build_wrksrc="b3sum"
|
||||
|
@ -10,11 +10,4 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="CC0-1.0"
|
||||
homepage="https://github.com/BLAKE3-team/BLAKE3/"
|
||||
distfiles="https://github.com/BLAKE3-team/BLAKE3/archive/${version}.tar.gz"
|
||||
checksum=8df7cc5431ad999d02297fea5d997d0ed0c793e6f0ab6e9b508a929dd50d57fe
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*)
|
||||
configure_args="--no-default-features"
|
||||
make_install_args="$configure_args"
|
||||
;;
|
||||
esac
|
||||
checksum=62aa27ef51f2cad6ffa49d311bf29d7d0e293f7a04f3cc07ce78bc6ad8e84db7
|
||||
|
|
Loading…
Reference in a new issue