From 32c72dc72bb673e6d5dbd7a555a1c317c9b33cab Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Mon, 30 Sep 2019 00:06:15 +0000 Subject: [PATCH] AU: 2 updated - rclone rclone.portable [skip ci] https://gist.github.com/228fedee6854c32a34b10e918567a346/e583ae840f59acc91485e6f24b126909fa573145 --- automatic/rclone.portable/legal/VERIFICATION.txt | 12 ++++++------ automatic/rclone.portable/rclone.portable.nuspec | 2 +- .../rclone.portable/tools/chocolateyInstall.ps1 | 8 ++++---- automatic/rclone/rclone.nuspec | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/automatic/rclone.portable/legal/VERIFICATION.txt b/automatic/rclone.portable/legal/VERIFICATION.txt index f1b635a..49be7d5 100644 --- a/automatic/rclone.portable/legal/VERIFICATION.txt +++ b/automatic/rclone.portable/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://github.com/rclone/rclone/releases/download/v1.49.3/rclone-v1.49.3-windows-386.zip - x64: https://github.com/rclone/rclone/releases/download/v1.49.3/rclone-v1.49.3-windows-amd64.zip + x32: https://github.com/rclone/rclone/releases/download/v1.49.4/rclone-v1.49.4-windows-386.zip + x64: https://github.com/rclone/rclone/releases/download/v1.49.4/rclone-v1.49.4-windows-amd64.zip to download the zip. @@ -16,13 +16,13 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 3d2340a92aa4204e80ac0d4ea1a3be78ef4c71ccdce6f09f914df0660a4345b7 - checksum64: 910614369f3d7222981ee9d66cb568e13cf0a0d671004c7283057809a68a1ccf + checksum32: 705ae8b0825e331f498faac623279f281690a2721067a990f7b560ec0546089c + checksum64: 76db3a00e50d92303b3340ca592651b1ef4545b5a1cd1b9b5249c7debb0eb119 Using AU: - x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.49.3/rclone-v1.49.3-windows-386.zip - x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.49.3/rclone-v1.49.3-windows-amd64.zip + x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.49.4/rclone-v1.49.4-windows-386.zip + x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.49.4/rclone-v1.49.4-windows-amd64.zip File 'LICENSE.txt' is obtained from: https://github.com/ncw/rclone/blob/master/COPYING diff --git a/automatic/rclone.portable/rclone.portable.nuspec b/automatic/rclone.portable/rclone.portable.nuspec index fb7d7e0..038b9b6 100644 --- a/automatic/rclone.portable/rclone.portable.nuspec +++ b/automatic/rclone.portable/rclone.portable.nuspec @@ -2,7 +2,7 @@ rclone.portable - 1.49.3 + 1.49.4 https://github.com/atruskie/chocolatey-packages-new atruskie,kkzinger rclone diff --git a/automatic/rclone.portable/tools/chocolateyInstall.ps1 b/automatic/rclone.portable/tools/chocolateyInstall.ps1 index 15db2ed..46e7546 100644 --- a/automatic/rclone.portable/tools/chocolateyInstall.ps1 +++ b/automatic/rclone.portable/tools/chocolateyInstall.ps1 @@ -4,12 +4,12 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ PackageName = 'rclone.portable' - Url = 'https://github.com/rclone/rclone/releases/download/v1.49.3/rclone-v1.49.3-windows-386.zip' + Url = 'https://github.com/rclone/rclone/releases/download/v1.49.4/rclone-v1.49.4-windows-386.zip' UnzipLocation = $toolsDir - Url64bit = 'https://github.com/rclone/rclone/releases/download/v1.49.3/rclone-v1.49.3-windows-amd64.zip' - Checksum = '3d2340a92aa4204e80ac0d4ea1a3be78ef4c71ccdce6f09f914df0660a4345b7' + Url64bit = 'https://github.com/rclone/rclone/releases/download/v1.49.4/rclone-v1.49.4-windows-amd64.zip' + Checksum = '705ae8b0825e331f498faac623279f281690a2721067a990f7b560ec0546089c' ChecksumType = "sha256" - Checksum64 = '910614369f3d7222981ee9d66cb568e13cf0a0d671004c7283057809a68a1ccf' + Checksum64 = '76db3a00e50d92303b3340ca592651b1ef4545b5a1cd1b9b5249c7debb0eb119' Checksum64Type = "sha256" } diff --git a/automatic/rclone/rclone.nuspec b/automatic/rclone/rclone.nuspec index ebeb010..35d1b15 100644 --- a/automatic/rclone/rclone.nuspec +++ b/automatic/rclone/rclone.nuspec @@ -2,7 +2,7 @@ rclone - 1.49.3 + 1.49.4 https://github.com/atruskie/chocolatey-packages-new atruskie,kkzinger rclone @@ -20,7 +20,7 @@ Rclone ("rsync for cloud storage") is a command line program to sync files and directories to and from different cloud storage providers. http://rclone.org/changelog/ - +