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.2.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.2.0/ahoy-bin-windows-amd64.exe#/ahoy.exe",
"hash": "fa562752276db32971db8d447c33f7ef9e2af5dbf50d81e91e82415833466742"
},
"arm64": {
"url": "https://github.com/ahoy-cli/ahoy/releases/download/v2.2.0/ahoy-bin-windows-arm64.exe#/ahoy.exe",
"hash": "e7f6adf2ba5b870c750aed37faf8b7892ddfbf1129ea9373427460ceaa8a942f"
}
},
"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"
}
}
}
}