sqldef: Update to version 2.1.0

This commit is contained in:
github-actions[bot] 2025-09-08 00:39:57 +00:00
parent 91ecdc7c79
commit 6cc8e867c2

View File

@ -1,19 +1,19 @@
{ {
"version": "2.0.11", "version": "2.1.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.0.11/mssqldef_windows_amd64.zip", "https://github.com/k0kubun/sqldef/releases/download/v2.1.0/mssqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v2.0.11/mysqldef_windows_amd64.zip", "https://github.com/k0kubun/sqldef/releases/download/v2.1.0/mysqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v2.0.11/sqlite3def_windows_amd64.zip" "https://github.com/k0kubun/sqldef/releases/download/v2.1.0/sqlite3def_windows_amd64.zip"
], ],
"hash": [ "hash": [
"8dbe94ba3d50e11892cc0fd0d9e8963f8b02647300d0752f0a44f9beb09ac53e", "5ddeafb38bfb6884d7ff299ba3d31b0fc2b5772556bb51764578f1f7b1cd20d7",
"f7a194dc4ae5fb4621d2b20f1cc16a2009baec867c6132602c93f95da0ae5e4c", "f3dff1e7f94881f0bd1579ebb5433a9a6efff518a4595ca4b76f75ea1f69c82d",
"58de734be04ec27828fcb5dab6db8875dcbc756f1945851b6465762354251cd2" "58b47ed927072782589dbe8ac5f63b7753c2e6285baf48e37fbe7e986d4c77cb"
] ]
} }
}, },