mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
22 lines
723 B
JSON
22 lines
723 B
JSON
{
|
|
"version": "2.7.0",
|
|
"description": "A lightweight, framework-agnostic database migration tool",
|
|
"homepage": "https://github.com/amacneil/dbmate",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/amacneil/dbmate/releases/download/v2.7.0/dbmate-windows-amd64.exe#/dbmate.exe",
|
|
"hash": "285d09b0df1d13910b5b40d2337e470cf6434826fabf4baaabf50e769ac7908f"
|
|
}
|
|
},
|
|
"bin": "dbmate.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/amacneil/dbmate/releases/download/v$version/dbmate-windows-amd64.exe#/dbmate.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|