2024-04-19 09:08:25 +00:00

32 lines
1.2 KiB
JSON

{
"version": "4.17.1",
"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.17.1/migrate.windows-amd64.zip",
"hash": "7ee78f2e5fc7af59e7e3f4e68fdd9acd9d10a45effba07bb90ca65b4bc5700eb"
},
"32bit": {
"url": "https://github.com/golang-migrate/migrate/releases/download/v4.17.1/migrate.windows-386.zip",
"hash": "c7f7922e8235f3be8e01c71c343b0af429edc944500fdf737114b71eef2c2d1b"
}
},
"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"
}
}
}