2023-06-23 04:28:21 +00:00

22 lines
723 B
JSON

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