forked from rivy/scoop.bucket.scoop-main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathb2sum.json
30 lines (30 loc) · 838 Bytes
/
b2sum.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"homepage": "https://blake2.net",
"version": "20130305",
"license": "CC0-1.0",
"description": "Tool to create BLAKE2 hashes of files or streams",
"url": "https://blake2.net/b2sum-bin_20130305.zip",
"hash": "160e8a1fe00131a415cdfc7e3d7f6c71a1fdd361cf0c14dcbe101fa56461b122",
"architecture": {
"64bit": {
"bin": [
[
"b2sum-amd64-windows.exe",
"b2sum"
]
]
},
"32bit": {
"bin": [
[
"b2sum-i686-windows.exe",
"b2sum"
]
]
}
},
"checkver": "b2sum-bin_(\\d+)\\.zip",
"autoupdate": {
"url": "https://blake2.net/b2sum-bin_$version.zip"
}
}