balena-cli: Update to version 12.25.2

This commit is contained in:
Jakub Čábera 2020-10-21 19:12:25 +02:00
parent be4b4dee4a
commit 92bfa61fe1
10 changed files with 56 additions and 44 deletions

View File

@ -1,11 +1,18 @@
{
"homepage": "https://github.com/appbaseio/abc",
"version": "1.0.0-beta.1",
"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"
"homepage": "https://github.com/appbaseio/abc",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/appbaseio/abc/releases/download/1.0.0-beta.1/abc-windows.zip",
"hash": "5fe08d7f8197e683abdb0adc91f6bc5db57f2bc1c2e13dd3bacf4c73de841548"
}
},
"pre_install": "Rename-Item \"$dir\\abc-windows\" 'abc.exe' -ErrorAction SilentlyContinue",
"bin": "abc.exe",
"checkver": {
"github": "https://github.com/appbaseio/abc",
"regex": "tag/([\\w.-]+)"
}
}

View File

@ -1,12 +1,12 @@
{
"version": "12.25.1",
"version": "12.25.2",
"description": "Official balena CLI for interacting with balenaCloud and balena API.",
"homepage": "https://github.com/balena-io/balena-cli",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/balena-io/balena-cli/releases/download/v12.25.1/balena-cli-v12.25.1-windows-x64-standalone.zip",
"hash": "c61f8ec94df46b773f9801e067c0d7ebe15ae9eb548afd512877fa99fe9d1334"
"url": "https://github.com/balena-io/balena-cli/releases/download/v12.25.2/balena-cli-v12.25.2-windows-x64-standalone.zip",
"hash": "5d2ea68728b338e9dd737311a008e78d61ecf988872c3153ca69608c0202ff88"
}
},
"extract_dir": "balena-cli",

View File

@ -1,8 +1,8 @@
{
"homepage": "https://www.boundaryproject.io/",
"description": "HashiCorp Boundary is a simple and secure remote access for any system from anywhere based on user identity.",
"license": "MPL-2.0",
"version": "0.1.0",
"description": "Simple and secure remote access for any system from anywhere based on user identity",
"homepage": "https://www.boundaryproject.io",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/boundary/0.1.0/boundary_0.1.0_windows_amd64.zip",
@ -16,7 +16,7 @@
"bin": "boundary.exe",
"checkver": {
"url": "https://releases.hashicorp.com/boundary/",
"re": "boundary_([\\d.]+)</a>"
"regex": "boundary_([\\d.]+)</a>"
},
"autoupdate": {
"architecture": {

View File

@ -30,7 +30,7 @@
},
"checkver": {
"url": "https://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exelocal",
"regex": "/cuda_([\\d._]+)_win10.exe"
"regex": "/cuda_([\\d._]+)_win10\\.exe"
},
"autoupdate": {
"architecture": {

View File

@ -3,7 +3,12 @@
"description": "Elm language compiler.",
"homepage": "https://elm-lang.org",
"license": "BSD-3-Clause",
"suggest": "nodejs-lts",
"suggest": {
"nodejs": [
"nodejs",
"nodejs-lts"
]
},
"url": "https://github.com/elm/compiler/releases/download/0.19.1/installer-for-windows.exe#/dl.7z",
"hash": "02947d00090f556abcf8f8e95997ac993825bd783abf05786afe8f60a002d496",
"extract_dir": "bin",

View File

@ -1,7 +1,7 @@
{
"homepage": "https://mingw-w64.org",
"description": "GNU Compiler Collection (Mingw-w64 port from MSYS2 project)",
"version": "9.3.0-2",
"description": "GNU Compiler Collection (Mingw-w64 port from MSYS2 project)",
"homepage": "https://mingw-w64.org",
"license": "GPL-3.0-or-later,ZPL-2.1,...",
"architecture": {
"64bit": {
@ -50,12 +50,12 @@
"1decf05b8ae6ab10ddc9035929014837c18dd76da825329023da835aec53cec2"
],
"pre_install": [
"Move-Item -Path \"$dir\\mingw64\\*\" -Destination \"$dir\"",
"Remove-Item -Path \"$dir\\mingw64\", \"$dir\\.*\""
"Move-Item \"$dir\\mingw64\\*\" \"$dir\"",
"Remove-Item \"$dir\\mingw64\", \"$dir\\.*\""
],
"post_install": [
"New-Item \"$dir\\bin\\bak\" -ItemType \"directory\"",
"Move-Item -Path \"$dir\\bin\\python*.exe\" -Destination \"$dir\\bin\\bak\""
"ensure \"$dir\\bin\\bak\" | Out-Null",
"Move-Item \"$dir\\bin\\python*.exe\" \"$dir\\bin\\bak\""
]
},
"32bit": {
@ -104,12 +104,12 @@
"addf6c52134027407640f1cbdf4efc5b64430f3a286cb4e4c4f5dbb44ce55a42"
],
"pre_install": [
"Move-Item -Path \"$dir\\mingw32\\*\" -Destination \"$dir\"",
"Remove-Item -Path \"$dir\\mingw32\", \"$dir\\.*\""
"Move-Item \"$dir\\mingw32\\*\" \"$dir\"",
"Remove-Item \"$dir\\mingw32\", \"$dir\\.*\""
],
"post_install": [
"New-Item \"$dir\\bin\\bak\" -ItemType \"directory\"",
"Move-Item -Path \"$dir\\bin\\python*.exe\" -Destination \"$dir\\bin\\bak\""
"ensure \"$dir\\bin\\bak\" | Out-Null",
"Move-Item \"$dir\\bin\\python*.exe\" \"$dir\\bin\\bak\""
]
}
},

View File

@ -1,7 +1,7 @@
{
"homepage": "https://mingw-w64.org",
"description": "GNU Debugger (Mingw-w64 port from MSYS2 project)",
"version": "9.1-3",
"description": "GNU Debugger (Mingw-w64 port from MSYS2 project)",
"homepage": "https://mingw-w64.org",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
@ -66,8 +66,8 @@
"1decf05b8ae6ab10ddc9035929014837c18dd76da825329023da835aec53cec2"
],
"pre_install": [
"Move-Item -Path \"$dir\\mingw64\\*\" -Destination \"$dir\"",
"Remove-Item -Path \"$dir\\mingw64\", \"$dir\\.*\""
"Move-Item \"$dir\\mingw64\\*\" \"$dir\"",
"Remove-Item \"$dir\\mingw64\", \"$dir\\.*\""
]
},
"32bit": {
@ -132,8 +132,8 @@
"addf6c52134027407640f1cbdf4efc5b64430f3a286cb4e4c4f5dbb44ce55a42"
],
"pre_install": [
"Move-Item -Path \"$dir\\mingw32\\*\" -Destination \"$dir\"",
"Remove-Item -Path \"$dir\\mingw32\", \"$dir\\.*\""
"Move-Item \"$dir\\mingw32\\*\" \"$dir\"",
"Remove-Item \"$dir\\mingw32\", \"$dir\\.*\""
]
}
},

View File

@ -1,8 +1,8 @@
{
"homepage": "http://www.lua.org/",
"version": "5.4.1",
"license": "MIT",
"description": "A powerful, efficient, lightweight, embeddable scripting language",
"homepage": "http://www.lua.org",
"license": "MIT",
"architecture": {
"64bit": {
"url": [

View File

@ -1,7 +1,7 @@
{
"homepage": "https://puppet.com/open-source/bolt",
"description": "Orchestration and agentless IT automation",
"version": "2.31.0",
"description": "Orchestration and agentless IT automation",
"homepage": "https://puppet.com/open-source/bolt",
"license": "Apache-2.0",
"architecture": {
"64bit": {
@ -9,13 +9,13 @@
"hash": "019ccb2238bd39144c9204541a156723f2e7750e369568a4597b028b114fd6c4"
}
},
"extract_dir": "Puppet Labs\\Bolt",
"post_install": [
"if (Test-Path \"$dir\\share\\install-tarballs\\ruby*.tgz\") {",
" Write-Host -F yellow \"Extract tarball of gems...\"",
" Expand-7zipArchive \"$dir\\share\\install-tarballs\\ruby*.tgz\" \"$dir\"",
" info 'Extract tarball of gems...'",
" Expand-7zipArchive \"$dir\\share\\install-tarballs\\ruby*.tgz\" \"$dir\" -Removal",
"}"
],
"extract_dir": "Puppet Labs\\Bolt",
"bin": "bin\\bolt.bat",
"checkver": {
"url": "https://downloads.puppetlabs.com/windows/puppet/index_by_lastModified_reverse.html",

View File

@ -1,8 +1,8 @@
{
"homepage": "https://www.waypointproject.io/",
"description": "HashiCorp Waypoint allows developers to define their application build, deploy, and release lifecycle as code, reducing the time to deliver deployments through a consistent and repeatable workflow.",
"license": "MPL-2.0",
"version": "0.1.3",
"description": "Tool for defining application's build, deploy, and release lifecycle as code, reducing the time to deliver deployments through a consistent and repeatable workflow.",
"homepage": "https://www.waypointproject.io",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/waypoint/0.1.3/waypoint_0.1.3_windows_amd64.zip",
@ -16,7 +16,7 @@
"bin": "waypoint.exe",
"checkver": {
"url": "https://releases.hashicorp.com/waypoint/",
"re": "waypoint_([\\d.]+)</a>"
"regex": "waypoint_([\\d.]+)</a>"
},
"autoupdate": {
"architecture": {