-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathahoy.json
30 lines (30 loc) · 1.16 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.3.0",
"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.3.0/ahoy-bin-windows-amd64.exe#/ahoy.exe",
"hash": "95be0a8352e23e755764e6fccdd3e3972a2a1c47f7040ab4e720ea479f76e883"
},
"arm64": {
"url": "/~https://github.com/ahoy-cli/ahoy/releases/download/v2.3.0/ahoy-bin-windows-arm64.exe#/ahoy.exe",
"hash": "ca18f3b4ab4a0981d1a86d7d908115f95bb521d93329dde76c7f4d9587687983"
}
},
"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"
}
}
}
}