sqldef: Update to version 1.0.3

This commit is contained in:
github-actions[bot] 2025-03-14 12:32:29 +00:00
parent 75ca4793a2
commit 86f660e9ee

View File

@ -1,19 +1,19 @@
{ {
"version": "1.0.1", "version": "1.0.3",
"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.1/mssqldef_windows_amd64.zip", "https://github.com/k0kubun/sqldef/releases/download/v1.0.3/mssqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v1.0.1/mysqldef_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.1/sqlite3def_windows_amd64.zip" "https://github.com/k0kubun/sqldef/releases/download/v1.0.3/sqlite3def_windows_amd64.zip"
], ],
"hash": [ "hash": [
"9c345a300baaf5cb93d4409202bb8434195a83a20dc861401c84de1eabeb03d5", "10477373bd599db2680636878dccb29d23ffe3a83ed9f0ee3e3403b2d1744e0b",
"eb2ef2fced43eb1721d255bc0f269efc8da36003bbd0b84acf4a60af21dfe61b", "01a18088ab1334e15f2cc18ac085f8e16837931788517781402f63b61f5463b4",
"57397f35a98553ce800415eba33de3d3c46cd66e7bc0671f7b8ec24ec402d3f2" "d66c0674ae8319eaa7437b5b5063a0f2d75662bcfebe07639a500616025014dc"
] ]
} }
}, },