forked from chawyehsu/dorado
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhok.json
41 lines (41 loc) · 1.62 KB
/
hok.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
31
32
33
34
35
36
37
38
39
40
41
{
"version": "0.1.0-beta.4",
"description": "Hok is a CLI implementation of Scoop in Rust",
"homepage": "https://github.com/chawyehsu/hok",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/chawyehsu/hok/releases/download/v0.1.0-beta.4/hok-x86_64-pc-windows-msvc.zip",
"hash": "41ae93e3e2e2628a43ffd79d770e48dea0968e563a0f54d13c246ef7aad2d574"
},
"32bit": {
"url": "https://github.com/chawyehsu/hok/releases/download/v0.1.0-beta.4/hok-i686-pc-windows-msvc.zip",
"hash": "b12f4e437dd9ed4130533eba2d8ec75b17c9e16041d514722da830f9b309eb4a"
},
"arm64": {
"url": "https://github.com/chawyehsu/hok/releases/download/v0.1.0-beta.4/hok-aarch64-pc-windows-msvc.zip",
"hash": "c2b0bad10df23911427f8b522522927448bd9a12034f1f405a5b2b52fa5a38d1"
}
},
"bin": "hok.exe",
"checkver": {
"url": "https://api.github.com/repos/chawyehsu/hok/releases/latest",
"regex": "/v([\\w-.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/chawyehsu/hok/releases/download/v$version/hok-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/chawyehsu/hok/releases/download/v$version/hok-i686-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/chawyehsu/hok/releases/download/v$version/hok-aarch64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}