dbmate: Add version 1.13.0 (#3204)

* dbmate: Add version 1.12.1

* dbmate: Update to version 1.13.0
This commit is contained in:
Aleš Najmann 2022-01-19 10:45:52 +01:00 committed by GitHub
parent 8eb77d903c
commit f524893252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/dbmate.json Normal file
View File

@ -0,0 +1,21 @@
{
"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"
}
}
}
}