mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
b3sum: update to 0.3.1.
This commit is contained in:
parent
c2bd1af272
commit
cd7b3b2c3e
1 changed files with 3 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'b3sum'
|
# Template file for 'b3sum'
|
||||||
pkgname=b3sum
|
pkgname=b3sum
|
||||||
version=0.2.2
|
version=0.3.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="BLAKE3-${version}"
|
wrksrc="BLAKE3-${version}"
|
||||||
build_wrksrc="b3sum"
|
build_wrksrc="b3sum"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
@ -10,11 +10,4 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="CC0-1.0"
|
license="CC0-1.0"
|
||||||
homepage="https://github.com/BLAKE3-team/BLAKE3/"
|
homepage="https://github.com/BLAKE3-team/BLAKE3/"
|
||||||
distfiles="https://github.com/BLAKE3-team/BLAKE3/archive/${version}.tar.gz"
|
distfiles="https://github.com/BLAKE3-team/BLAKE3/archive/${version}.tar.gz"
|
||||||
checksum=79cfb686b940dfb11ddfaf732aa71189d18729ef6ee8f4538a3ebf66c73a0b90
|
checksum=200587a49098957b5c119936ebee248cae4fb437827e444c7708e92ddf55836c
|
||||||
|
|
||||||
configure_args="--no-default-features --features=rayon"
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
x86_64*)
|
|
||||||
configure_args+=",c"
|
|
||||||
esac
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue