2023-05-31 04:25:50 +00:00

22 lines
723 B
JSON

{
"version": "2.4.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.4.0/dbmate-windows-amd64.exe#/dbmate.exe",
"hash": "2b43db2ca09fee6c898789f445d763860759dd56917f0e437aabd5af44af862c"
}
},
"bin": "dbmate.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/amacneil/dbmate/releases/download/v$version/dbmate-windows-amd64.exe#/dbmate.exe"
}
}
}
}