-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsqlbless.json
28 lines (28 loc) · 1.1 KB
/
sqlbless.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
26
27
28
{
"version": "0.17.0",
"description": "The Command-line Database Client",
"homepage": "https://github.com/hymkor/sqlbless",
"license": "MIT License",
"architecture": {
"32bit": {
"url": "https://github.com/hymkor/sqlbless/releases/download/v0.17.0/sqlbless-v0.17.0-windows-386.zip",
"hash": "d3163e4c998cb9bcc1f29a77597e8a01e386768ebe7572670fc38516c675cd5f"
},
"64bit": {
"url": "https://github.com/hymkor/sqlbless/releases/download/v0.17.0/sqlbless-v0.17.0-windows-amd64.zip",
"hash": "ca26252d239a0ab96455fcbdf38fc6d09f1ad6f6a3c1ab434b603286925c8407"
}
},
"bin": "sqlbless.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/hymkor/sqlbless/releases/download/v$version/sqlbless-v$version-windows-386.zip"
},
"64bit": {
"url": "https://github.com/hymkor/sqlbless/releases/download/v$version/sqlbless-v$version-windows-amd64.zip"
}
}
}
}