From f5248932529471be32447c0f92d2b9165db4144f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Najmann?= Date: Wed, 19 Jan 2022 10:45:52 +0100 Subject: [PATCH] dbmate: Add version 1.13.0 (#3204) * dbmate: Add version 1.12.1 * dbmate: Update to version 1.13.0 --- bucket/dbmate.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/dbmate.json diff --git a/bucket/dbmate.json b/bucket/dbmate.json new file mode 100644 index 0000000000..48b0a46735 --- /dev/null +++ b/bucket/dbmate.json @@ -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" + } + } + } +}