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
This commit is contained in:
Julian 2020-10-21 19:01:28 +02:00 committed by GitHub
parent ff83978b89
commit 8f4be17e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
bucket/abc.json Normal file
View File

@ -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"
}