sqldef: Update to version 3.2.1

This commit is contained in:
github-actions[bot] 2025-10-22 00:39:56 +00:00
parent 10d8309a3d
commit a8ae4539c2

View File

@ -1,19 +1,19 @@
{ {
"version": "3.1.18", "version": "3.2.1",
"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.1.18/mssqldef_windows_amd64.zip", "https://github.com/k0kubun/sqldef/releases/download/v3.2.1/mssqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v3.1.18/mysqldef_windows_amd64.zip", "https://github.com/k0kubun/sqldef/releases/download/v3.2.1/mysqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v3.1.18/sqlite3def_windows_amd64.zip" "https://github.com/k0kubun/sqldef/releases/download/v3.2.1/sqlite3def_windows_amd64.zip"
], ],
"hash": [ "hash": [
"e533131204d2abf00e77224d35fdd82a4161cc624fd7312b6c036488c39a3784", "acbcf0b4ee15d4878e6822df0fac5f51d6686eabfd17b966eb2cc1e7c6a5eeea",
"ba1048e7ee850b39f0988ed82fb3e4bfbd85b04c902dcef4751f5dde79c424e1", "4349d673be66ddd7a59d7e4947d1479ef3ce822c311808287aa37602667963a0",
"5b0c461ee36e45b86131a7cc13b4a829caab6de31f050a2a127d881f688562a3" "2ae83e08c3fbc1d22bda07aa32335233b6d5342e076daa1e9800c30f8d0f53bf"
] ]
} }
}, },