2025-02-25 08:30:25 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.4.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.4.0/ahoy-bin-windows-amd64.exe#/ahoy.exe",
"hash": "38c903eec5f67f6a59c4c10334d3dc9d5f2b9409ffd8178dae1dfa2a55a4c183"
},
"arm64": {
"url": "https://github.com/ahoy-cli/ahoy/releases/download/v2.4.0/ahoy-bin-windows-arm64.exe#/ahoy.exe",
"hash": "de6ed43d041b4b7da5e0d41d0df0371af93a8ca40d7d5e37d1672afc1eade0f9"
}
},
"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"
}
}
}
}