forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathahoy.json
30 lines (30 loc) · 1.13 KB
/
ahoy.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
{
"version": "2.1.1",
"description": "Automate and organize your workflows, no matter what technology you use",
"homepage": "http://ahoycli.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ahoy-cli/ahoy/releases/download/v2.1.1/ahoy-bin-windows-amd64.exe#/ahoy.exe",
"hash": "cb672356b394d79f792448b0b9926d2c7e1e2768afe7d9aa389c88b155f2139e"
},
"arm64": {
"url": "https://github.com/ahoy-cli/ahoy/releases/download/v2.1.1/ahoy-bin-windows-arm64.exe#/ahoy.exe",
"hash": "8d263ddf271169fe5a098535b993a6303d906c51f96fa4e20d883cd08ea7f14a"
}
},
"bin": "ahoy.exe",
"checkver": {
"github": "https://github.com/ahoy-cli/ahoy"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ahoy-cli/ahoy/releases/download/v$version/ahoy-bin-windows-amd64.exe#/ahoy.exe"
},
"arm64": {
"url": "https://github.com/ahoy-cli/ahoy/releases/download/v$version/ahoy-bin-windows-arm64.exe#/ahoy.exe"
}
}
}
}