-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsqlbless.json
More file actions
28 lines (28 loc) · 1.11 KB
/
sqlbless.json
File metadata and controls
28 lines (28 loc) · 1.11 KB
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.27.4",
"description": "A safety-oriented terminal SQL client",
"homepage": "https://github.com/hymkor/sqlbless",
"license": "MIT License",
"architecture": {
"32bit": {
"url": "https://github.com/hymkor/sqlbless/releases/download/v0.27.4/sqlbless-v0.27.4-windows-386.zip",
"hash": "058859b5fc430b55c268616f9a1ede2916881448de3ee56eeae0132ddffa50b6"
},
"64bit": {
"url": "https://github.com/hymkor/sqlbless/releases/download/v0.27.4/sqlbless-v0.27.4-windows-amd64.zip",
"hash": "8213a0ac3d96a2b2c111d75af6fdf61758e1703d9f882b0d11544d1d6a893343"
}
},
"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"
}
}
}
}