Skip to content
Snippets Groups Projects
Commit 18ff8309 authored by Celeste's avatar Celeste
Browse files
parent cca1b591
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: Celeste <cielesti@protonmail.com>
maintainer="Celeste <cielesti@protonmail.com>"
pkgname=b3sum
pkgver=1.5.4
pkgver=1.5.5
pkgrel=0
pkgdesc="Command line implementation of the BLAKE3 hash function"
url="https://github.com/BLAKE3-team/BLAKE3"
......@@ -29,7 +29,8 @@ prepare() {
}
build() {
cargo auditable build --release --frozen ${_features:+--features $_features}
cargo auditable build --release --frozen \
${_features:+--features $_features}
}
check() {
......@@ -37,9 +38,9 @@ check() {
}
package() {
install -Dm755 target/release/b3sum -t "$pkgdir"/usr/bin
install -Dm755 target/release/b3sum -t "$pkgdir"/usr/bin/
}
sha512sums="
96e308ac4aaac2896c53c1f60dc2a362d9aec42b2cb3c2b20fb61f86ddc0a852929376b743d0009216539502cd25fc7b978ce5a0632e096c33693f893dbd5ca5 b3sum-1.5.4.tar.gz
fd62f3938ec679a8dec6cdb44f2cd0e1251dc73c4e473c86fb61fd735b8f0c035d290c6769c72e1af75de8c298d8f23e6bbba691e889cbfcbfd5d2d04eb2087f b3sum-1.5.5.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment