2020-12-16 18:42:06 +01:00

26 lines
862 B
JSON

{
"version": "1.0.0-beta.2",
"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.2/abc-windows.zip",
"hash": "25340da973299670e0d9ea5b8c9cfa6498ba5b9c7a04bed75b5875676e04f970"
}
},
"pre_install": "Rename-Item \"$dir\\abc-windows\" '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.zip"
}
}
}
}