diff --git a/automatic/rclone.portable/legal/VERIFICATION.txt b/automatic/rclone.portable/legal/VERIFICATION.txt index c38781f..2ce67cf 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.3/rclone-v1.53.3-windows-386.zip - x64: https://github.com/rclone/rclone/releases/download/v1.53.3/rclone-v1.53.3-windows-amd64.zip + x32: https://github.com/rclone/rclone/releases/download/v1.53.4/rclone-v1.53.4-windows-386.zip + x64: https://github.com/rclone/rclone/releases/download/v1.53.4/rclone-v1.53.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: 71FCD5FFE8F33A38992E582226FC552E6FFA3CE216B6F71163A016623ADB7F98 - checksum64: A6D229D721568234717001B7A7E04940BFCB54E9CCECAE898332B578795A162B + checksum32: 23382DD1AC22E98A04110E2713D9706C1EB6F90702730B097008E4795DA75DE6 + checksum64: 91651B5200CD8E7145DFE4ABA227BFD03BE356B6CBCB5C973F446FB0186C3776 Using AU: - x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.53.3/rclone-v1.53.3-windows-386.zip - x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.53.3/rclone-v1.53.3-windows-amd64.zip + x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.53.4/rclone-v1.53.4-windows-386.zip + x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.53.4/rclone-v1.53.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 05255cc..e5707bd 100644 --- a/automatic/rclone.portable/rclone.portable.nuspec +++ b/automatic/rclone.portable/rclone.portable.nuspec @@ -2,7 +2,7 @@ rclone.portable - 1.53.3.20201120 + 1.53.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 e96f384..765889f 100644 --- a/automatic/rclone.portable/tools/chocolateyInstall.ps1 +++ b/automatic/rclone.portable/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ PackageName = $env:ChocolateyPackageName Destination = $toolsDir - FileFullPath = Join-Path $toolsDir 'rclone-v1.53.3-windows-386.zip' - FileFullPath64 = Join-Path $toolsDir 'rclone-v1.53.3-windows-amd64.zip' + FileFullPath = Join-Path $toolsDir 'rclone-v1.53.4-windows-386.zip' + FileFullPath64 = Join-Path $toolsDir 'rclone-v1.53.4-windows-amd64.zip' } #Remove old versions of rclone in the tools directory diff --git a/automatic/rclone/rclone.nuspec b/automatic/rclone/rclone.nuspec index f7cb64d..2ecfa7a 100644 --- a/automatic/rclone/rclone.nuspec +++ b/automatic/rclone/rclone.nuspec @@ -2,7 +2,7 @@ rclone - 1.53.3.20201120 + 1.53.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/ - +