b3sum: update to 0.1.4.
This commit is contained in:
parent
d119dd2d38
commit
0746967447
1 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'b3sum'
|
||||
pkgname=b3sum
|
||||
version=0.1.3
|
||||
version=0.1.4
|
||||
revision=1
|
||||
wrksrc="BLAKE3-${version}"
|
||||
build_wrksrc="b3sum"
|
||||
|
@ -10,8 +10,11 @@ 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=54a0eaa0a8f8fc9114251e7ad1d00d97b1c5cb96da6e648969b6b5b5a9a3bf87
|
||||
checksum=f4236d1ba820edb5e857fc755fcf8148a536bef8b4a827ebeef37bbca4341700
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) broken="https://build.voidlinux.org/builders/i686_builder/builds/22404/steps/shell_3/logs/stdio";;
|
||||
i686*)
|
||||
configure_args="--no-default-features"
|
||||
make_install_args="$configure_args"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue