From 92bfa61fe169fd2975eb342ff2584faf168a6754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 21 Oct 2020 19:12:25 +0200 Subject: [PATCH] balena-cli: Update to version 12.25.2 --- bucket/abc.json | 23 +++++++++++++++-------- bucket/balena-cli.json | 6 +++--- bucket/boundary.json | 8 ++++---- bucket/cuda.json | 2 +- bucket/elm.json | 7 ++++++- bucket/gcc.json | 20 ++++++++++---------- bucket/gdb.json | 12 ++++++------ bucket/lua.json | 4 ++-- bucket/puppet-bolt.json | 10 +++++----- bucket/waypoint.json | 8 ++++---- 10 files changed, 56 insertions(+), 44 deletions(-) diff --git a/bucket/abc.json b/bucket/abc.json index 2c9e731e50..aa40c1e80b 100644 --- a/bucket/abc.json +++ b/bucket/abc.json @@ -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.-]+)" + } } diff --git a/bucket/balena-cli.json b/bucket/balena-cli.json index 49da2ba6fa..46ca83a91a 100644 --- a/bucket/balena-cli.json +++ b/bucket/balena-cli.json @@ -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", diff --git a/bucket/boundary.json b/bucket/boundary.json index c82ae0c60c..239641cf24 100644 --- a/bucket/boundary.json +++ b/bucket/boundary.json @@ -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.]+)" + "regex": "boundary_([\\d.]+)" }, "autoupdate": { "architecture": { diff --git a/bucket/cuda.json b/bucket/cuda.json index ddf118b539..2f1992d430 100644 --- a/bucket/cuda.json +++ b/bucket/cuda.json @@ -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": { diff --git a/bucket/elm.json b/bucket/elm.json index a76e7a557f..f7322b362d 100644 --- a/bucket/elm.json +++ b/bucket/elm.json @@ -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", diff --git a/bucket/gcc.json b/bucket/gcc.json index 518a26b018..09a8542d63 100644 --- a/bucket/gcc.json +++ b/bucket/gcc.json @@ -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\"" ] } }, diff --git a/bucket/gdb.json b/bucket/gdb.json index 98982eb476..613cdc4640 100644 --- a/bucket/gdb.json +++ b/bucket/gdb.json @@ -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\\.*\"" ] } }, diff --git a/bucket/lua.json b/bucket/lua.json index 29ddd7a827..a1aa460d49 100644 --- a/bucket/lua.json +++ b/bucket/lua.json @@ -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": [ diff --git a/bucket/puppet-bolt.json b/bucket/puppet-bolt.json index e0d8fd0509..d9e5453931 100644 --- a/bucket/puppet-bolt.json +++ b/bucket/puppet-bolt.json @@ -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", diff --git a/bucket/waypoint.json b/bucket/waypoint.json index 0b861b7490..138d391798 100644 --- a/bucket/waypoint.json +++ b/bucket/waypoint.json @@ -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.]+)" + "regex": "waypoint_([\\d.]+)" }, "autoupdate": { "architecture": {