sqldef: Update to version 2.0.6

This commit is contained in:
github-actions[bot] 2025-07-23 08:31:36 +00:00
parent 4a70618faa
commit 31797f73b0

View File

@ -1,19 +1,19 @@
{ {
"version": "2.0.5", "version": "2.0.6",
"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.5/mssqldef_windows_amd64.zip", "https://github.com/k0kubun/sqldef/releases/download/v2.0.6/mssqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v2.0.5/mysqldef_windows_amd64.zip", "https://github.com/k0kubun/sqldef/releases/download/v2.0.6/mysqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v2.0.5/sqlite3def_windows_amd64.zip" "https://github.com/k0kubun/sqldef/releases/download/v2.0.6/sqlite3def_windows_amd64.zip"
], ],
"hash": [ "hash": [
"3a1c916db5fa12fbb6f141dcde20bce41eed0ab24a99b521cb01c200f4e5b5f2", "29979193c70412d0787ffba291bdc2b9a17a5e22c279cea39e9876bc6f5ac506",
"3f675c98af97abd207e77551237049317aa5c966ad2ad14dbb10217b7dc68025", "adb9f6aa95f3d7fddf8c2a98d9a7675db05c0ecbd4e6753a577a00b5f2a02073",
"a4802459759b82e6e4077567bccefe3bb4f7d07b09758a8bbc0e426531f629cb" "b0025770de069f184a60673220c64eee3cc3ad203b190330905684a17e0bd165"
] ]
} }
}, },