mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"version": "4.14.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.14.0/migrate.windows-amd64.exe.tar.gz",
|
|
"hash": "61d0ee4156f0a6e5e37e2dd20f48370169f98e0cc35fd3a28196711ce8c9aeb9",
|
|
"bin": [
|
|
[
|
|
"migrate.windows-amd64.exe",
|
|
"migrate"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/golang-migrate/migrate/releases/download/v4.14.0/migrate.windows-386.exe.tar.gz",
|
|
"hash": "d0a59eafd35128f0902f91bc8f4864186b9233ad9f8551fd5db006d32d5a61e2",
|
|
"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"
|
|
}
|
|
}
|
|
}
|