From 8f4be17e264b2fc20ad01e9f9d8cecfa11c1f8a4 Mon Sep 17 00:00:00 2001 From: Julian Date: Wed, 21 Oct 2020 19:01:28 +0200 Subject: [PATCH] abc: Add version 1.0.0-beta.1 (#1289) * abc: Manifest for 1.0.0-beta.1 added * abc: pre_install part for the .exe extension added * abc: fixed a JSON format error and changed the binary name * abc: UTF-8 BOM issue fixed --- bucket/abc.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bucket/abc.json diff --git a/bucket/abc.json b/bucket/abc.json new file mode 100644 index 0000000000..2c9e731e50 --- /dev/null +++ b/bucket/abc.json @@ -0,0 +1,11 @@ +{ + "homepage": "https://github.com/appbaseio/abc", + "description": "Command-line tool to interact with appbase.io", + "version": "1.0.0-beta.1", + "license": "Apache-2.0", + "url": "https://github.com/appbaseio/abc/releases/download/1.0.0-beta.1/abc-windows.zip", + "hash": "5fe08d7f8197e683abdb0adc91f6bc5db57f2bc1c2e13dd3bacf4c73de841548", + "bin": "abc.exe", + "pre_install": "if(Test-Path \"$dir\\abc-windows\") { Rename-Item \"$dir\\abc-windows\" \"$dir\\abc.exe\" }", + "checkver": "github" +}