2023-12-21 00:32:14 +00:00

32 lines
1.2 KiB
JSON

{
"version": "4.17.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.17.0/migrate.windows-amd64.zip",
"hash": "147b2f9f1fd10167d78567038398496639d4b42aa83f7e3209854ed658c9b1fb"
},
"32bit": {
"url": "https://github.com/golang-migrate/migrate/releases/download/v4.17.0/migrate.windows-386.zip",
"hash": "3aa17a00ef1ac2472045a75a77748c63c8fa9a74241f25700877241a3bee5592"
}
},
"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"
}
}
}