b3sum: Add version 0.3.4 (#1135)

This commit is contained in:
Chawye Hsu 2020-06-07 05:31:47 +08:00 committed by GitHub
parent 7270ff0d0d
commit c46d678575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/b3sum.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "0.3.4",
"description": "Command line utility prints the BLAKE3 hashes of files or of standard input",
"homepage": "https://github.com/BLAKE3-team/BLAKE3",
"license": "CC0-1.0|Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/BLAKE3-team/BLAKE3/releases/download/0.3.4/b3sum_windows_x64_bin.exe#/b3sum.exe",
"hash": "6ace173e24a90a8355cf0bb0348a9ebc5921ad31398a7614ff2bdb33eb00734d"
}
},
"bin": "b3sum.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/BLAKE3-team/BLAKE3/releases/download/$version/b3sum_windows_x64_bin.exe#/b3sum.exe"
}
}
}
}