2023-05-12 08:26:01 +00:00

22 lines
723 B
JSON

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