sqldef: Update to version 3.8.0

This commit is contained in:
github-actions[bot] 2025-12-09 20:30:14 +00:00
parent e84e282142
commit bbebe85606

View File

@ -1,19 +1,19 @@
{ {
"version": "3.7.9", "version": "3.8.0",
"description": "Idempotent schema management for MySQL, Microsoft SQL Server, and SQLite.", "description": "Idempotent schema management for MySQL, Microsoft SQL Server, and SQLite.",
"homepage": "https://github.com/k0kubun/sqldef", "homepage": "https://github.com/k0kubun/sqldef",
"license": "MIT,Apache-2.0", "license": "MIT,Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": [
"https://github.com/k0kubun/sqldef/releases/download/v3.7.9/mssqldef_windows_amd64.zip", "https://github.com/k0kubun/sqldef/releases/download/v3.8.0/mssqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v3.7.9/mysqldef_windows_amd64.zip", "https://github.com/k0kubun/sqldef/releases/download/v3.8.0/mysqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v3.7.9/sqlite3def_windows_amd64.zip" "https://github.com/k0kubun/sqldef/releases/download/v3.8.0/sqlite3def_windows_amd64.zip"
], ],
"hash": [ "hash": [
"5ef8f4b25935b46cbbeba79264ca412a78f88779ae5d203ae92f903db81863d9", "5d1d1fa21a6a75159815df2f4e61bf266d3d750824df23d5bb27c0be068265b3",
"1c53af2d0761badedda4fe3c695958eccf961ecd9b8793d03b566928d156ec9e", "e4eb15e4ea033e85ca600109433da280c19f9cb3183c0ca0bc43409c85ec8aeb",
"d728b4dfd4bcca4df7479ac151567553b6df3215f1a9dbea07f48f27c401d8eb" "60e5ead5f908a02bdc491e1e255fa794304dba43917d53e5a883e4b2d4d3a310"
] ]
} }
}, },