mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 03:01:22 +00:00
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"version": "4.14.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.14.1/migrate.windows-amd64.exe.tar.gz",
|
|
"hash": "e1634e94aa5f5d8d676a72c112a20c2c7b11f9d429ca8b281cc9bd20778ac757",
|
|
"bin": [
|
|
[
|
|
"migrate.windows-amd64.exe",
|
|
"migrate"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/golang-migrate/migrate/releases/download/v4.14.1/migrate.windows-386.exe.tar.gz",
|
|
"hash": "4f94677efcb8002287c7ba85cf7e82bf3ba2b4b3b3878029afdd0513ac833696",
|
|
"bin": [
|
|
[
|
|
"migrate.windows-386.exe",
|
|
"migrate"
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/golang-migrate/migrate/releases/download/v$version/migrate.windows-amd64.exe.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/golang-migrate/migrate/releases/download/v$version/migrate.windows-386.exe.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/sha256sum.txt"
|
|
}
|
|
}
|
|
}
|