{ "version": "4.13.0", "description": "Reads and applies migrations in correct order to a database.", "homepage": "https://github.com/golang-migrate/migrate", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/golang-migrate/migrate/releases/download/v4.13.0/migrate.windows-amd64.exe.tar.gz", "hash": "a466e4ee1e90fc7befd92184d7ede9a2a30e24ed0a6655e8d36b5d4260a09f7e", "bin": [ [ "migrate.windows-amd64.exe", "migrate" ] ] }, "32bit": { "url": "https://github.com/golang-migrate/migrate/releases/download/v4.13.0/migrate.windows-386.exe.tar.gz", "hash": "9c1d3eb1b5457693e5bca4729cd1532cc6f6df9dc663072dcf5a8f3925f8187c", "bin": [ [ "migrate.windows-386.exe", "migrate" ] ] } }, "checkver": "github", "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/golang-migrate/migrate/releases/download/v$version/migrate.windows-amd64.exe.tar.gz" }, "32bit": { "url": "https://github.com/golang-migrate/migrate/releases/download/v$version/migrate.windows-386.exe.tar.gz" } }, "hash": { "url": "$baseurl/sha256sum.txt" } } }