sqldef: Update to version 2.4.0

This commit is contained in:
github-actions[bot] 2025-09-10 04:29:48 +00:00
parent 38003ec447
commit dfb137a698

View File

@ -1,19 +1,19 @@
{ {
"version": "2.3.0", "version": "2.4.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/v2.3.0/mssqldef_windows_amd64.zip", "https://github.com/k0kubun/sqldef/releases/download/v2.4.0/mssqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v2.3.0/mysqldef_windows_amd64.zip", "https://github.com/k0kubun/sqldef/releases/download/v2.4.0/mysqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v2.3.0/sqlite3def_windows_amd64.zip" "https://github.com/k0kubun/sqldef/releases/download/v2.4.0/sqlite3def_windows_amd64.zip"
], ],
"hash": [ "hash": [
"6c38eb66dd0c57cd3498c6d6fb483e646ee8cf0e284f6fc4ac5d7966d53e29b6", "14de5cfd9b06897313cbbc685ae5816c3951e80fe96238976eef7007e69f0dd6",
"08bbcc29a9c3640444213ffe032e8286ef94c24f52c10d89dbb9bdbb2d2ed71a", "218326b810a46081334047df3f16eb9838b0784ffba7be849f851e9ce78a65dc",
"7f1cd2003182876b49b1f713a706c3eb9757618387add4a049ac3447d62ed506" "6eff8c5cbc8dda678a5077fc2b8c406bf74e7c43466e60c31db1b32a6f56fd56"
] ]
} }
}, },