mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
ibmcloud-cli: Update to version 2.1.1
This commit is contained in:
parent
bc221dd1a6
commit
ec1220299d
@ -15,10 +15,7 @@
|
||||
}
|
||||
},
|
||||
"bin": "func.exe",
|
||||
"checkver": {
|
||||
"url": "https://api.github.com/repos/Azure/azure-functions-core-tools/tags",
|
||||
"regex": "\"name\": *\"([\\d.]+)\""
|
||||
},
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
|
||||
@ -31,15 +31,5 @@
|
||||
},
|
||||
"checkver": {
|
||||
"github": "https://github.com/coq/platform"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/coq/platform/releases/download/$version/coq-platform-$version-installer-windows-x86_64.exe#/dl.7z"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/coq/platform/releases/download/$version/coq-platform-$version-installer-windows-i686.exe#/dl.7z"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "0.1.0-alpha.5",
|
||||
"description": "A cross-platform TUI database management tool written in Rust",
|
||||
"description": "TUI database management tool",
|
||||
"homepage": "https://github.com/TaKO8Ki/gobang",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "The command line client for IBM Cloud",
|
||||
"homepage": "https://www.ibm.com/cloud/cli",
|
||||
"license": {
|
||||
@ -8,12 +8,12 @@
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://clis.cloud.ibm.com/download/bluemix-cli/2.1.0/win64/archive#/dl.zip",
|
||||
"hash": "sha1:a20d216a3bb6a787b5b4e822ae5f1d5fa06f1c61"
|
||||
"url": "https://clis.cloud.ibm.com/download/bluemix-cli/2.1.1/win64/archive#/dl.zip",
|
||||
"hash": "sha1:0437af1a9646dd2a131df9048a2a64298a665019"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://clis.cloud.ibm.com/download/bluemix-cli/2.1.0/win32/archive#/dl.zip",
|
||||
"hash": "sha1:5c6945cebe5eded23eea024bfe693e0176e7370a"
|
||||
"url": "https://clis.cloud.ibm.com/download/bluemix-cli/2.1.1/win32/archive#/dl.zip",
|
||||
"hash": "sha1:5de1ba37059b990677c278fdd1413c9e9aaa3998"
|
||||
}
|
||||
},
|
||||
"extract_dir": "IBM_Cloud_CLI",
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
},
|
||||
"bin": "kim.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/rancher/kim",
|
||||
"url": "https://github.com/rancher/kim/releases",
|
||||
"regex": "download/v([\\w.-]+)/kim-windows-amd64.exe"
|
||||
},
|
||||
"autoupdate": {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": "0.6.0-dev-331-gaba397991",
|
||||
"description": "Vim fork focused on extensibility and usability",
|
||||
"homepage": "https://neovim.io/",
|
||||
"homepage": "https://neovim.io",
|
||||
"license": {
|
||||
"identifier": "Apache-2.0,Vim",
|
||||
"url": "https://github.com/neovim/neovim/blob/master/LICENSE"
|
||||
@ -32,7 +32,7 @@
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://api.github.com/repos/neovim/neovim/releases",
|
||||
"regex": "NVIM v([\\w-.]+)\\+([\\w-.]+)",
|
||||
"regex": "NVIM v([\\w.-]+)\\+([\\w.-]+)",
|
||||
"replace": "${1}-${2}"
|
||||
},
|
||||
"autoupdate": {
|
||||
|
||||
@ -14,11 +14,8 @@
|
||||
}
|
||||
},
|
||||
"pre_install": [
|
||||
"if (!(Test-Path \"$persist_dir\\profile.ps1\")) {",
|
||||
" New-Item -ItemType File \"$persist_dir\\profile.ps1\" | Out-Null",
|
||||
"}",
|
||||
"if (!(Test-Path \"$persist_dir\\Microsoft.PowerShell_profile.ps1\")) {",
|
||||
" New-Item -ItemType File \"$persist_dir\\Microsoft.PowerShell_profile.ps1\" | Out-Null",
|
||||
"'Microsoft.PowerShell_profile.ps1', 'profile.ps1' | ForEach-Object {",
|
||||
" if (!(Test-Path \"$persist_dir\\$_\")) { New-Item \"$dir\\$_\" | Out-Null }",
|
||||
"}"
|
||||
],
|
||||
"bin": "pwsh.exe",
|
||||
@ -29,8 +26,8 @@
|
||||
]
|
||||
],
|
||||
"persist": [
|
||||
"profile.ps1",
|
||||
"Microsoft.PowerShell_profile.ps1"
|
||||
"Microsoft.PowerShell_profile.ps1",
|
||||
"profile.ps1"
|
||||
],
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user