2021-09-22 09:51:46 -07:00

32 lines
1.2 KiB
JSON

{
"version": "4.15.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.15.0/migrate.windows-amd64.zip",
"hash": "554e655f94c7e8d2178e76ebad489ae43b7fc1e95442f175668c9fd9075f93a1"
},
"32bit": {
"url": "https://github.com/golang-migrate/migrate/releases/download/v4.15.0/migrate.windows-386.zip",
"hash": "8dd5d7221a933dd865ef8d1a612defa82aa3635dc6e76160d1d1e02bbda63fd1"
}
},
"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"
}
}
}