From 141bb867383209214d6e84fc5ab8d3b5218352ad Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Thu, 28 May 2020 00:05:51 +0000 Subject: [PATCH] AU: 2 updated - rclone rclone.portable [skip ci] https://gist.github.com/228fedee6854c32a34b10e918567a346/40beff305f091b8cdf921b7ab3e07b7497d2f61d --- 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 cf288eb..aa41c6c 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.51.0/rclone-v1.51.0-windows-386.zip - x64: https://github.com/rclone/rclone/releases/download/v1.51.0/rclone-v1.51.0-windows-amd64.zip + x32: https://github.com/rclone/rclone/releases/download/v1.52.0/rclone-v1.52.0-windows-386.zip + x64: https://github.com/rclone/rclone/releases/download/v1.52.0/rclone-v1.52.0-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: e3c90a7bba30c2a8736f83f92aec16786d8de24df218270eab835f7b958ac13b - checksum64: fb60b26205c5f7f0469eeaca445747c8734b664f120a17bc2c17ecc5d4a25940 + checksum32: 64ff1bc0a4b00367b18dbe95b4032bb1fab32806324bf00775ea583d4837572f + checksum64: aefbfd6cd31ed8dbce41899f4f2b488b904c1512f98744c83c22960f9411d1c1 Using AU: - x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.51.0/rclone-v1.51.0-windows-386.zip - x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.51.0/rclone-v1.51.0-windows-amd64.zip + x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.52.0/rclone-v1.52.0-windows-386.zip + x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.52.0/rclone-v1.52.0-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 dd380ae..d74ca05 100644 --- a/automatic/rclone.portable/rclone.portable.nuspec +++ b/automatic/rclone.portable/rclone.portable.nuspec @@ -2,7 +2,7 @@ rclone.portable - 1.51.0 + 1.52.0 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 d8af7c8..309fc2a 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.51.0/rclone-v1.51.0-windows-386.zip' + Url = 'https://github.com/rclone/rclone/releases/download/v1.52.0/rclone-v1.52.0-windows-386.zip' UnzipLocation = $toolsDir - Url64bit = 'https://github.com/rclone/rclone/releases/download/v1.51.0/rclone-v1.51.0-windows-amd64.zip' - Checksum = 'e3c90a7bba30c2a8736f83f92aec16786d8de24df218270eab835f7b958ac13b' + Url64bit = 'https://github.com/rclone/rclone/releases/download/v1.52.0/rclone-v1.52.0-windows-amd64.zip' + Checksum = '64ff1bc0a4b00367b18dbe95b4032bb1fab32806324bf00775ea583d4837572f' ChecksumType = "sha256" - Checksum64 = 'fb60b26205c5f7f0469eeaca445747c8734b664f120a17bc2c17ecc5d4a25940' + Checksum64 = 'aefbfd6cd31ed8dbce41899f4f2b488b904c1512f98744c83c22960f9411d1c1' Checksum64Type = "sha256" } diff --git a/automatic/rclone/rclone.nuspec b/automatic/rclone/rclone.nuspec index 386ead6..ba52855 100644 --- a/automatic/rclone/rclone.nuspec +++ b/automatic/rclone/rclone.nuspec @@ -2,7 +2,7 @@ rclone - 1.50.2 + 1.52.0 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/ - +