mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 01:01:22 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "4.16.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.16.0/migrate.windows-amd64.zip",
|
|
"hash": "563d8cc1018e945449aebce72b68837508b83ea8d87bfee13edfd8e1220af4b0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/golang-migrate/migrate/releases/download/v4.16.0/migrate.windows-386.zip",
|
|
"hash": "c3ae7cc997620ed804a49f24101e5b5864cc00f93f740e3eeb89feb4f9372623"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|