Aleš Najmann f524893252
dbmate: Add version 1.13.0 (#3204)
* dbmate: Add version 1.12.1

* dbmate: Update to version 1.13.0
2022-01-19 15:15:52 +05:30

22 lines
717 B
JSON

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