sqldef: Update to version 1.0.4

This commit is contained in:
github-actions[bot] 2025-03-15 08:29:01 +00:00
parent 9a6c9c2253
commit 50104dd09a

View File

@ -1,19 +1,19 @@
{ {
"version": "1.0.3", "version": "1.0.4",
"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/v1.0.3/mssqldef_windows_amd64.zip", "https://github.com/k0kubun/sqldef/releases/download/v1.0.4/mssqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v1.0.3/mysqldef_windows_amd64.zip", "https://github.com/k0kubun/sqldef/releases/download/v1.0.4/mysqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v1.0.3/sqlite3def_windows_amd64.zip" "https://github.com/k0kubun/sqldef/releases/download/v1.0.4/sqlite3def_windows_amd64.zip"
], ],
"hash": [ "hash": [
"10477373bd599db2680636878dccb29d23ffe3a83ed9f0ee3e3403b2d1744e0b", "c0f95f9c359be59ccc6b142a30c6e71324d4e9a539a7583ac0bab2db2501e41f",
"01a18088ab1334e15f2cc18ac085f8e16837931788517781402f63b61f5463b4", "f6d024c182a51e557d4627b7347ff2159b281f820b873a31eb4e66337b970dc1",
"d66c0674ae8319eaa7437b5b5063a0f2d75662bcfebe07639a500616025014dc" "64d59b9d3646c37fe8299129f06bc891ec4af50c04f9373f024034a070b39839"
] ]
} }
}, },