2025-08-29 20:28:50 +00:00

32 lines
1.2 KiB
JSON

{
"version": "4.19.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.19.0/migrate.windows-amd64.zip",
"hash": "ba21b7ba8e4956419a9bb19bab9018b84ced8455ce8d4ccdf782f3cd55e2c82b"
},
"32bit": {
"url": "https://github.com/golang-migrate/migrate/releases/download/v4.19.0/migrate.windows-386.zip",
"hash": "ae5f7f6cbd284b2ad083e95d3993a107a7a19a0b18baa6c1c21a5b55c0af11d9"
}
},
"bin": "migrate.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/golang-migrate/migrate/releases/download/v$version/migrate.windows-amd64.zip"
},
"32bit": {
"url": "https://github.com/golang-migrate/migrate/releases/download/v$version/migrate.windows-386.zip"
}
},
"hash": {
"url": "$baseurl/sha256sum.txt"
}
}
}