mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
ibmcloud-cli: Add version 1.1.0 (#1182)
This commit is contained in:
parent
5cb791bc5d
commit
96c132d2ea
42
bucket/ibmcloud-cli.json
Normal file
42
bucket/ibmcloud-cli.json
Normal file
@ -0,0 +1,42 @@
|
||||
{
|
||||
"version": "1.1.0",
|
||||
"description": "The command line client for IBM Cloud",
|
||||
"homepage": "https://github.com/IBM-Cloud/ibm-cloud-cli-release",
|
||||
"license": {
|
||||
"identifier": "Proprietary",
|
||||
"url": "https://cloud.ibm.com/docs/overview?topic=overview-notices"
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://clis.cloud.ibm.com/download/bluemix-cli/1.1.0/win64/archive#/ibmcloud-cli-win64.zip",
|
||||
"hash": "sha1:90061daa4491cc500aa3eacae4c20cdd99b4c0eb"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://clis.cloud.ibm.com/download/bluemix-cli/1.1.0/win32/archive#/ibmcloud-cli-win32.zip",
|
||||
"hash": "sha1:36fc97043681fcb3bf8251a31b9d6f9efa6f7201"
|
||||
}
|
||||
},
|
||||
"extract_dir": "IBM_Cloud_CLI",
|
||||
"bin": [
|
||||
"ibmcloud.exe",
|
||||
"ibmcloud-analytics.exe"
|
||||
],
|
||||
"env_set": {
|
||||
"IBMCLOUD_HOME": "$dir\\config"
|
||||
},
|
||||
"persist": "config",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://clis.cloud.ibm.com/download/bluemix-cli/$version/win64/archive#/ibmcloud-cli-win64.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://clis.cloud.ibm.com/download/bluemix-cli/$version/win32/archive#/ibmcloud-cli-win32.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url/checksum"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user