2020-10-21 19:12:25 +02:00

19 lines
661 B
JSON

{
"version": "1.0.0-beta.1",
"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.1/abc-windows.zip",
"hash": "5fe08d7f8197e683abdb0adc91f6bc5db57f2bc1c2e13dd3bacf4c73de841548"
}
},
"pre_install": "Rename-Item \"$dir\\abc-windows\" 'abc.exe' -ErrorAction SilentlyContinue",
"bin": "abc.exe",
"checkver": {
"github": "https://github.com/appbaseio/abc",
"regex": "tag/([\\w.-]+)"
}
}