sqldef: Update to version 0.17.31

This commit is contained in:
github-actions[bot] 2025-02-16 20:26:52 +00:00
parent 60682468be
commit 053756d84d

View File

@ -1,19 +1,19 @@
{ {
"version": "0.17.30", "version": "0.17.31",
"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/v0.17.30/mssqldef_windows_amd64.zip", "https://github.com/k0kubun/sqldef/releases/download/v0.17.31/mssqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v0.17.30/mysqldef_windows_amd64.zip", "https://github.com/k0kubun/sqldef/releases/download/v0.17.31/mysqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v0.17.30/sqlite3def_windows_amd64.zip" "https://github.com/k0kubun/sqldef/releases/download/v0.17.31/sqlite3def_windows_amd64.zip"
], ],
"hash": [ "hash": [
"f7e024a37c1ef5768daecd05216958df26d87617369c65114aca369fbb03ab48", "d1e76d6559373f7e134105b1299ab0524c118d42ad92228f5cac9dbd03f2cf2d",
"84dadfef5d16b41a1ef8e3324fb8b3cd87e00194764b731df72a0bdfa66a2a37", "6307f8c7ff6267859f68a95284b8c4066b2963e502efb3f97eee12541f1a5bf0",
"7aaedd08b6a228da26d736f7622ca3e4f7129ab0c4e9bf153da5f24c5d22db84" "57d81c2e810e246750fa54adfb23d26f68d3e99a8c0fc018043ef01913dafacd"
] ]
} }
}, },