sqldef: Update to version 3.0.7

This commit is contained in:
github-actions[bot] 2025-09-27 08:29:10 +00:00
parent 21f9440cf8
commit 7694593115

View File

@ -1,19 +1,19 @@
{ {
"version": "3.0.6", "version": "3.0.7",
"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.0.6/mssqldef_windows_amd64.zip", "https://github.com/k0kubun/sqldef/releases/download/v3.0.7/mssqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v3.0.6/mysqldef_windows_amd64.zip", "https://github.com/k0kubun/sqldef/releases/download/v3.0.7/mysqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v3.0.6/sqlite3def_windows_amd64.zip" "https://github.com/k0kubun/sqldef/releases/download/v3.0.7/sqlite3def_windows_amd64.zip"
], ],
"hash": [ "hash": [
"c4e12037b56abe1b9f7281d1756066b25b32c8c008d0cc1ec2b35fe075b3b7ad", "fb82103a4097322a5df7af60bed7a110b5af0f373f170f7bc37b0b88ca2b4696",
"afb576e620dd484888746524172ea1ebe194b0a8ed7bcbc3daadb6d1ba8692d7", "e54bd071eaf63e82b9d82043306ae5ab56507b5aa0027a0469f2391b67ca6fe1",
"433a7dbfe83c88488bbebe700c09a10be730425c3b82179a68a5b5c0dfe00155" "7b9269facfec4e57bbb23e32010bfd6fbea3930fde74156e958335c6b4c0454b"
] ]
} }
}, },