From 0a1c10691c15f55674c211ed9e7996ca268361d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 15 Oct 2021 08:26:15 -0700 Subject: [PATCH] abc: Update to version 1.0.0-beta.3 --- bucket/abc.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/abc.json b/bucket/abc.json index ba828c9138..cf67af0369 100644 --- a/bucket/abc.json +++ b/bucket/abc.json @@ -1,15 +1,15 @@ { - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "description": "Command-line tool to interact with appbase.io", "homepage": "https://github.com/appbaseio/abc", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/appbaseio/abc/releases/download/1.0.0-beta.2/abc-windows.zip", - "hash": "25340da973299670e0d9ea5b8c9cfa6498ba5b9c7a04bed75b5875676e04f970" + "url": "https://github.com/appbaseio/abc/releases/download/1.0.0-beta.3/abc-windows-1.0.0-beta.3.zip", + "hash": "fa54c21e29c11d65aa5301bf8377fd5cd46eeebcab9d871ae25c0b1dc6606fc2" } }, - "pre_install": "Rename-Item \"$dir\\abc-windows\" 'abc.exe' -ErrorAction SilentlyContinue", + "pre_install": "Rename-Item \"$dir\\abc-$version.exe\" 'abc.exe' -ErrorAction SilentlyContinue", "bin": "abc.exe", "checkver": { "github": "https://github.com/appbaseio/abc", @@ -18,7 +18,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/appbaseio/abc/releases/download/$version/abc-windows.zip" + "url": "https://github.com/appbaseio/abc/releases/download/$version/abc-windows-$version.zip" } } }