2023-12-12 08:26:54 +00:00

22 lines
723 B
JSON

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