mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"version": "3.3.0",
|
|
"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/v3.3.0/mssqldef_windows_amd64.zip",
|
|
"https://github.com/k0kubun/sqldef/releases/download/v3.3.0/mysqldef_windows_amd64.zip",
|
|
"https://github.com/k0kubun/sqldef/releases/download/v3.3.0/sqlite3def_windows_amd64.zip"
|
|
],
|
|
"hash": [
|
|
"738e4bd1a7b57869e069e10e54342a3c2fce5022e83074c4147e2b13f1afdba5",
|
|
"94d0cc28ce17df79a0e8db00646ec13a7709e56d2f4ed5f8d92edfb79a03afe5",
|
|
"79142cfc1fbd67f4f357f0233e663e02cff621171c4c5caefbfa0eaab55abe35"
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|