mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 10:11:21 +00:00
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"version": "4.11.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.11.0/migrate.windows-amd64.exe.tar.gz",
|
|
"hash": "0e65fdff4f3d403e4767048542bcc6cf761c5412b5fa7d5c6cef623344a4c8c8",
|
|
"bin": [
|
|
[
|
|
"migrate.windows-amd64.exe",
|
|
"migrate"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/golang-migrate/migrate/releases/download/v4.11.0/migrate.windows-386.exe.tar.gz",
|
|
"hash": "bea985ed4f000e3da58b91515242988917ef400f52bbbadaf23dc79190dcc871",
|
|
"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"
|
|
}
|
|
}
|
|
}
|