From 200d3f95e6dca74a3e72a5aac01f7e57784f8a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 22 Sep 2021 09:51:46 -0700 Subject: [PATCH] migrate: Update to version 4.15.0 --- bucket/migrate.json | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/bucket/migrate.json b/bucket/migrate.json index a1384bcf2e..a07289e6b8 100644 --- a/bucket/migrate.json +++ b/bucket/migrate.json @@ -1,38 +1,27 @@ { - "version": "4.14.1", + "version": "4.15.0", "description": "Reads and applies migrations in correct order to a database.", "homepage": "https://github.com/golang-migrate/migrate", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/golang-migrate/migrate/releases/download/v4.14.1/migrate.windows-amd64.exe.tar.gz", - "hash": "e1634e94aa5f5d8d676a72c112a20c2c7b11f9d429ca8b281cc9bd20778ac757", - "bin": [ - [ - "migrate.windows-amd64.exe", - "migrate" - ] - ] + "url": "https://github.com/golang-migrate/migrate/releases/download/v4.15.0/migrate.windows-amd64.zip", + "hash": "554e655f94c7e8d2178e76ebad489ae43b7fc1e95442f175668c9fd9075f93a1" }, "32bit": { - "url": "https://github.com/golang-migrate/migrate/releases/download/v4.14.1/migrate.windows-386.exe.tar.gz", - "hash": "4f94677efcb8002287c7ba85cf7e82bf3ba2b4b3b3878029afdd0513ac833696", - "bin": [ - [ - "migrate.windows-386.exe", - "migrate" - ] - ] + "url": "https://github.com/golang-migrate/migrate/releases/download/v4.15.0/migrate.windows-386.zip", + "hash": "8dd5d7221a933dd865ef8d1a612defa82aa3635dc6e76160d1d1e02bbda63fd1" } }, + "bin": "migrate.exe", "checkver": "github", "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/golang-migrate/migrate/releases/download/v$version/migrate.windows-amd64.exe.tar.gz" + "url": "https://github.com/golang-migrate/migrate/releases/download/v$version/migrate.windows-amd64.zip" }, "32bit": { - "url": "https://github.com/golang-migrate/migrate/releases/download/v$version/migrate.windows-386.exe.tar.gz" + "url": "https://github.com/golang-migrate/migrate/releases/download/v$version/migrate.windows-386.zip" } }, "hash": {