mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 19:51:22 +00:00
* Upstream dropped support for i386 with v0.14.0 ; See https://github.com/sqldef/sqldef/blob/master/CHANGELOG.md#v0140 * Distributing v0.13.23 for x86 when the manifest claims v0.17.20 is bad UX and wrong * scoop info currently fails to parse the manifest with the error: data did not match any variant of untagged enum TOrArrayOfTs at line 30 column 9
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"version": "0.17.21",
|
|
"description": "Idempotent schema management for MySQL, Microsoft SQL Server, and SQLite.",
|
|
"homepage": "https://github.com/k0kubun/sqldef",
|
|
"license": "MIT,Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": [
|
|
"https://github.com/k0kubun/sqldef/releases/download/v0.17.21/mssqldef_windows_amd64.zip",
|
|
"https://github.com/k0kubun/sqldef/releases/download/v0.17.21/mysqldef_windows_amd64.zip",
|
|
"https://github.com/k0kubun/sqldef/releases/download/v0.17.21/sqlite3def_windows_amd64.zip"
|
|
],
|
|
"hash": [
|
|
"f9609c1dbe2f5bbf8d0c2770f8b0cad11e30c3ec5a2bd780d9c5dd20e66df823",
|
|
"de22af6a40aa1e0ee10534005d86927817a6295ee406f9510d008b2544b6f0a5",
|
|
"1aeb2c30739732a270d1a4b6c221a7e3389cb932f0394a15139f4d43b0461e9c"
|
|
]
|
|
}
|
|
},
|
|
"bin": [
|
|
"mssqldef.exe",
|
|
"mysqldef.exe",
|
|
"sqlite3def.exe"
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": [
|
|
"https://github.com/k0kubun/sqldef/releases/download/v$version/mssqldef_windows_amd64.zip",
|
|
"https://github.com/k0kubun/sqldef/releases/download/v$version/mysqldef_windows_amd64.zip",
|
|
"https://github.com/k0kubun/sqldef/releases/download/v$version/sqlite3def_windows_amd64.zip"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|