mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
26 lines
889 B
JSON
26 lines
889 B
JSON
{
|
|
"version": "1.0.0-beta.4",
|
|
"description": "Command-line tool to interact with appbase.io",
|
|
"homepage": "https://github.com/appbaseio/abc",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/appbaseio/abc/releases/download/1.0.0-beta.4/abc-windows-1.0.0-beta.4.zip",
|
|
"hash": "d793632b031372641ef96712faee286f1dd11c62f1254354dc25959fddd8a486"
|
|
}
|
|
},
|
|
"pre_install": "Rename-Item \"$dir\\abc-$version.exe\" 'abc.exe' -ErrorAction SilentlyContinue",
|
|
"bin": "abc.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/appbaseio/abc",
|
|
"regex": "tag/([\\w.-]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/appbaseio/abc/releases/download/$version/abc-windows-$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|