forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabc.json
25 lines (25 loc) · 889 Bytes
/
abc.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
{
"version": "1.0.0-beta.3",
"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.3/abc-windows-1.0.0-beta.3.zip",
"hash": "fa54c21e29c11d65aa5301bf8377fd5cd46eeebcab9d871ae25c0b1dc6606fc2"
}
},
"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"
}
}
}
}