From 8d739cfadde429309572603d0d5bff59cbc6ca34 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 18 Nov 2020 02:00:20 +0000 Subject: [PATCH] AU: 2 updated - rclone rclone.portable [skip ci] https://gist.github.com/228fedee6854c32a34b10e918567a346/9d553f393c7ea1457384b780b762032c1e3a1659 --- 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 b53a118..6e80511 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.53.1/rclone-v1.53.1-windows-386.zip - x64: https://github.com/rclone/rclone/releases/download/v1.53.1/rclone-v1.53.1-windows-amd64.zip + x32: https://github.com/rclone/rclone/releases/download/v1.53.2/rclone-v1.53.2-windows-386.zip + x64: https://github.com/rclone/rclone/releases/download/v1.53.2/rclone-v1.53.2-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: 65e01d7d0bf71eb8eef6aad8e91d3ba873a9f1c315858586b8277945bbf9d394 - checksum64: a6ea94f301705dfafc286948d444121a78c466da21c67880a7f390ea9ea749c4 + checksum32: 3f8037d06b0067ffe389d35e2f0d510533215c1c4ddb0c54d5f48edba09fa8e8 + checksum64: 3f6c1661c3369708619b22062c1aa6532d6e5a9b08a4335c94c6fb827a836542 Using AU: - x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.53.1/rclone-v1.53.1-windows-386.zip - x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.53.1/rclone-v1.53.1-windows-amd64.zip + x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.53.2/rclone-v1.53.2-windows-386.zip + x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.53.2/rclone-v1.53.2-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 4cc8c7b..2cceb7b 100644 --- a/automatic/rclone.portable/rclone.portable.nuspec +++ b/automatic/rclone.portable/rclone.portable.nuspec @@ -2,7 +2,7 @@ rclone.portable - 1.53.1 + 1.53.2 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 cbf2f0a..5e5348e 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.53.1/rclone-v1.53.1-windows-386.zip' + Url = 'https://github.com/rclone/rclone/releases/download/v1.53.2/rclone-v1.53.2-windows-386.zip' UnzipLocation = $toolsDir - Url64bit = 'https://github.com/rclone/rclone/releases/download/v1.53.1/rclone-v1.53.1-windows-amd64.zip' - Checksum = '65e01d7d0bf71eb8eef6aad8e91d3ba873a9f1c315858586b8277945bbf9d394' + Url64bit = 'https://github.com/rclone/rclone/releases/download/v1.53.2/rclone-v1.53.2-windows-amd64.zip' + Checksum = '3f8037d06b0067ffe389d35e2f0d510533215c1c4ddb0c54d5f48edba09fa8e8' ChecksumType = "sha256" - Checksum64 = 'a6ea94f301705dfafc286948d444121a78c466da21c67880a7f390ea9ea749c4' + Checksum64 = '3f6c1661c3369708619b22062c1aa6532d6e5a9b08a4335c94c6fb827a836542' Checksum64Type = "sha256" } diff --git a/automatic/rclone/rclone.nuspec b/automatic/rclone/rclone.nuspec index 03bb419..497f355 100644 --- a/automatic/rclone/rclone.nuspec +++ b/automatic/rclone/rclone.nuspec @@ -2,7 +2,7 @@ rclone - 1.53.1 + 1.53.2 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/ - +