From ddc3048e2e05f18a39377f99c5b376fc95e0b953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 5 Jan 2021 08:10:58 +0100 Subject: [PATCH] mino: Update to version 2021-01-05T05-22-38Z format w* --- bucket/minio.json | 6 +++--- bucket/warp.json | 4 ++-- bucket/wavpack.json | 4 ++-- bucket/wget.json | 10 +++++----- bucket/win32-openssh.json | 34 +++++++++++++++++----------------- bucket/wixtoolset.json | 14 +++++++------- bucket/wp-cli.json | 20 ++++++++++---------- bucket/wuzz.json | 4 ++-- bucket/wyam.json | 4 ++-- 9 files changed, 50 insertions(+), 50 deletions(-) diff --git a/bucket/minio.json b/bucket/minio.json index d9207aed82..f9f01a5fa3 100644 --- a/bucket/minio.json +++ b/bucket/minio.json @@ -1,5 +1,5 @@ { - "version": "2020-12-29T23-29-29Z", + "version": "2021-01-05T05-22-38Z", "description": "A high performance, distributed object storage server, designed for large-scale data infrastructure. (server)", "homepage": "https://min.io", "license": "Apache-2.0", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://dl.min.io/server/minio/release/windows-amd64/archive/minio.RELEASE.2020-12-29T23-29-29Z#/minio.exe", - "hash": "c303d94dbfd6f519d1cd1d0fa5676dbd6a545f9c89f263291d14f27c4bcb20e7" + "url": "https://dl.min.io/server/minio/release/windows-amd64/archive/minio.RELEASE.2021-01-05T05-22-38Z#/minio.exe", + "hash": "a0495c621bbdf8e4b7a0e5c6bd8b9e3d3030aa90cdbed6ae80b477bbdf767443" } }, "bin": "minio.exe", diff --git a/bucket/warp.json b/bucket/warp.json index c883e6b232..394dc518e4 100644 --- a/bucket/warp.json +++ b/bucket/warp.json @@ -1,7 +1,7 @@ { - "homepage": "https://github.com/dgiagio/warp", - "description": "Create self-contained single binary applications", "version": "0.3.0", + "description": "Create self-contained single binary applications", + "homepage": "https://github.com/dgiagio/warp", "license": "MIT", "architecture": { "64bit": { diff --git a/bucket/wavpack.json b/bucket/wavpack.json index 7aed2c8d7b..63264b8829 100644 --- a/bucket/wavpack.json +++ b/bucket/wavpack.json @@ -1,7 +1,7 @@ { - "homepage": "http://www.wavpack.com", - "description": "Hybrid lossless audio compression", "version": "5.3.0", + "description": "Hybrid lossless audio compression", + "homepage": "http://www.wavpack.com", "license": "BSD-3-Clause", "architecture": { "64bit": { diff --git a/bucket/wget.json b/bucket/wget.json index dc6d243025..4e2271f8ff 100644 --- a/bucket/wget.json +++ b/bucket/wget.json @@ -1,8 +1,9 @@ { - "homepage": "https://eternallybored.org/misc/wget/", - "description": "A command-line utility for retrieving files using HTTP, HTTPS, FTP, and FTPS protocols.", - "license": "GPL-3.0-or-later", "version": "1.20.3", + "description": "A command-line utility for retrieving files using HTTP, HTTPS, FTP, and FTPS protocols.", + "homepage": "https://eternallybored.org/misc/wget/", + "license": "GPL-3.0-or-later", + "depends": "cacert", "architecture": { "64bit": { "url": "https://eternallybored.org/misc/wget/releases/wget-1.20.3-win64.zip", @@ -13,9 +14,8 @@ "hash": "021f547baca74fca939d50951ce967502d160a7502f02fab706f9293e1475fb8" } }, - "bin": "wget.exe", - "depends": "cacert", "post_install": "\"ca_certificate=$(appdir cacert $global)\\current\\cacert.pem\" | out-file \"$dir\\wget.ini\" -encoding default", + "bin": "wget.exe", "checkver": "GNU Wget ([\\d.]+) for Windows", "autoupdate": { "architecture": { diff --git a/bucket/win32-openssh.json b/bucket/win32-openssh.json index f74fdca206..40141afe5f 100644 --- a/bucket/win32-openssh.json +++ b/bucket/win32-openssh.json @@ -1,21 +1,26 @@ { - "homepage": "https://github.com/PowerShell/Win32-OpenSSH", - "description": "A suite of secure networking utilities based on the Secure Shell protocol. (Microsoft port)", "version": "8.1.0.0p1-Beta", + "description": "A suite of secure networking utilities based on the Secure Shell protocol. (Microsoft port)", + "homepage": "https://github.com/PowerShell/Win32-OpenSSH", "license": { "identifier": "BSD-3-Clause", "url": "https://github.com/PowerShell/openssh-portable/blob/latestw_all/LICENCE" }, + "notes": [ + "This is a pre-release (non-production ready)", + "Run 'sudo $dir\\install-sshd.ps1' to install sshd and ssh-agent as a service.", + "Run 'sudo $dir\\uninstall-sshd.ps1' to uninstall the services." + ], "architecture": { - "32bit": { - "hash": "88aaf9eafc64a11d2ba0894a1c24608f1b6d69408b19bb7b15287338fea76dd0", - "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.1.0.0p1-Beta/OpenSSH-Win32.zip", - "extract_dir": "OpenSSH-Win32" - }, "64bit": { "hash": "c99240af89452610f66b7ce54c4fa3180b66aae2bc326afc2aac8fc1dd48f488", "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.1.0.0p1-Beta/OpenSSH-Win64.zip", "extract_dir": "OpenSSH-Win64" + }, + "32bit": { + "hash": "88aaf9eafc64a11d2ba0894a1c24608f1b6d69408b19bb7b15287338fea76dd0", + "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.1.0.0p1-Beta/OpenSSH-Win32.zip", + "extract_dir": "OpenSSH-Win32" } }, "bin": [ @@ -30,22 +35,17 @@ "ssh.exe", "sshd.exe" ], - "notes": [ - "This is a pre-release (non-production ready)", - "Run 'sudo $dir\\install-sshd.ps1' to install sshd and ssh-agent as a service.", - "Run 'sudo $dir\\uninstall-sshd.ps1' to uninstall the services." - ], "checkver": { - "re": "v(\\d+\\.\\d+\\.\\d+\\.\\d+[a-zA-Z-\\d]*)", - "github": "https://github.com/PowerShell/Win32-OpenSSH" + "github": "https://github.com/PowerShell/Win32-OpenSSH", + "regex": "v(\\d+\\.\\d+\\.\\d+\\.\\d+[a-zA-Z-\\d]*)" }, "autoupdate": { "architecture": { - "32bit": { - "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v$version/OpenSSH-Win32.zip" - }, "64bit": { "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v$version/OpenSSH-Win64.zip" + }, + "32bit": { + "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v$version/OpenSSH-Win32.zip" } } } diff --git a/bucket/wixtoolset.json b/bucket/wixtoolset.json index 0612c62c84..ce5ce81b94 100644 --- a/bucket/wixtoolset.json +++ b/bucket/wixtoolset.json @@ -1,13 +1,10 @@ { - "homepage": "https://wixtoolset.org/", - "description": "Set of tools for windows installer creation.", - "license": "MS-RL", "version": "3.11.2", + "description": "Set of tools for windows installer creation.", + "homepage": "https://wixtoolset.org/", + "license": "MS-RL", "url": "https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip", "hash": "2c1888d5d1dba377fc7fa14444cf556963747ff9a0a289a3599cf09da03b9e2e", - "env_set": { - "WixToolPath": "$dir" - }, "bin": [ "candle.exe", "dark.exe", @@ -26,9 +23,12 @@ "torch.exe", "WixCop.exe" ], + "env_set": { + "WixToolPath": "$dir" + }, "checkver": { "url": "https://wixtoolset.org/releases/", - "re": "releases/v([\\d.]+)/stable" + "regex": "releases/v([\\d.]+)/stable" }, "autoupdate": { "url": "https://github.com/wixtoolset/wix3/releases/download/wix$cleanVersionrtm/wix$majorVersion$minorVersion-binaries.zip" diff --git a/bucket/wp-cli.json b/bucket/wp-cli.json index 2504a8dba1..37da1680cd 100644 --- a/bucket/wp-cli.json +++ b/bucket/wp-cli.json @@ -1,15 +1,8 @@ { - "homepage": "https://wp-cli.org", - "description": "WP-CLI is the command-line interface for WordPress. You can update plugins, configure multisite installs and much more, without using a web browser.", - "license": "MIT", "version": "2.4.0", - "url": "https://github.com/wp-cli/wp-cli/releases/download/v2.4.0/wp-cli-2.4.0.phar#/wp-cli.phar", - "hash": "sha512:4049c7e45e14276a70a41c3b0864be7a6a8cfa8ea65ebac8b184a4f503a91baa1a0d29260d03248bc74aef70729824330fb6b396336172a624332e16f64e37ef", - "bin": "wp.ps1", - "pre_install": [ - "echo 'if($args.length -eq 2 -and ($args[0] -eq \"cli\" -and $args[1] -eq \"update\")) { & scoop update wp-cli }' | out-file \"$dir\\wp.ps1\"", - "echo 'else { & php (join-path $psscriptroot \"wp-cli.phar\") @args }' | out-file \"$dir\\wp.ps1\" -append" - ], + "description": "Command-line interface for WordPress", + "homepage": "https://wp-cli.org", + "license": "MIT", "suggest": { "PHP": [ "php", @@ -17,6 +10,13 @@ ] }, "notes": "'wp cli update' is aliased to 'scoop update wp-cli'", + "url": "https://github.com/wp-cli/wp-cli/releases/download/v2.4.0/wp-cli-2.4.0.phar#/wp-cli.phar", + "hash": "sha512:4049c7e45e14276a70a41c3b0864be7a6a8cfa8ea65ebac8b184a4f503a91baa1a0d29260d03248bc74aef70729824330fb6b396336172a624332e16f64e37ef", + "pre_install": [ + "echo 'if($args.length -eq 2 -and ($args[0] -eq \"cli\" -and $args[1] -eq \"update\")) { & scoop update wp-cli }' | out-file \"$dir\\wp.ps1\"", + "echo 'else { & php (join-path $psscriptroot \"wp-cli.phar\") @args }' | out-file \"$dir\\wp.ps1\" -append" + ], + "bin": "wp.ps1", "checkver": { "github": "https://github.com/wp-cli/wp-cli" }, diff --git a/bucket/wuzz.json b/bucket/wuzz.json index 06b5204935..773ac0cae7 100644 --- a/bucket/wuzz.json +++ b/bucket/wuzz.json @@ -1,7 +1,7 @@ { - "homepage": "https://github.com/asciimoo/wuzz", - "description": "Interactive cli tool for HTTP inspection", "version": "0.4.0", + "description": "Interactive cli tool for HTTP inspection", + "homepage": "https://github.com/asciimoo/wuzz", "license": "AGPL-3.0-only", "architecture": { "64bit": { diff --git a/bucket/wyam.json b/bucket/wyam.json index b41db2337e..9044379351 100644 --- a/bucket/wyam.json +++ b/bucket/wyam.json @@ -1,7 +1,7 @@ { - "homepage": "https://wyam.io", - "description": "Modular and configurable static content generator and toolkit.", "version": "2.2.9", + "description": "Modular and configurable static content generator and toolkit", + "homepage": "https://wyam.io", "license": "MIT", "url": "https://github.com/Wyamio/Wyam/releases/download/v2.2.9/Wyam-v2.2.9.zip", "hash": "e84f597f198c9c37f8a8b8e1df4e792957a13b4a76bc5755331f0d539ab9210a",