sqldef: Update to version 3.3.0

This commit is contained in:
github-actions[bot] 2025-10-26 20:28:21 +00:00
parent 40fd5695c1
commit fde2575fc8

View File

@ -1,19 +1,19 @@
{ {
"version": "3.2.2", "version": "3.3.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.2.2/mssqldef_windows_amd64.zip", "https://github.com/k0kubun/sqldef/releases/download/v3.3.0/mssqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v3.2.2/mysqldef_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.2.2/sqlite3def_windows_amd64.zip" "https://github.com/k0kubun/sqldef/releases/download/v3.3.0/sqlite3def_windows_amd64.zip"
], ],
"hash": [ "hash": [
"41293214818d3ff835d4450dfae894673911b710a8b39e1ff0dd5a6ae9932853", "738e4bd1a7b57869e069e10e54342a3c2fce5022e83074c4147e2b13f1afdba5",
"1bc9b203739176a68d2e1c40580da3ac16b29dde788171e25c9f5f8c2ae2fd8a", "94d0cc28ce17df79a0e8db00646ec13a7709e56d2f4ed5f8d92edfb79a03afe5",
"930b4f26661b4f36fbed517f6aaa95824b366faf8193c67e8b00412ff8f59421" "79142cfc1fbd67f4f357f0233e663e02cff621171c4c5caefbfa0eaab55abe35"
] ]
} }
}, },