diff --git a/automatic/rclone.portable/legal/VERIFICATION.txt b/automatic/rclone.portable/legal/VERIFICATION.txt index af82a54..79c7858 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.56.0/rclone-v1.56.0-windows-386.zip - x64: https://github.com/rclone/rclone/releases/download/v1.56.0/rclone-v1.56.0-windows-amd64.zip + x32: https://github.com/rclone/rclone/releases/download/v1.56.1/rclone-v1.56.1-windows-386.zip + x64: https://github.com/rclone/rclone/releases/download/v1.56.1/rclone-v1.56.1-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: 6EC72829DF83FE1AD5C943580274D7753B802AA4DE88C1AEF4BA019E99A16EE5 - checksum64: 61C8C29CF73FE8FA440D5C051371BEF924D969F95BE3DA8013BAD867A778922C + checksum32: 9730D3B8E639662A479982DBB6E6828BA70258620A2613DD939A2CFE90F260FF + checksum64: 77E4C1E41124AD2E11EA1C7D5F960BBCC54D87C83396B4680700227C6AB18566 Using AU: - x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.56.0/rclone-v1.56.0-windows-386.zip - x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.56.0/rclone-v1.56.0-windows-amd64.zip + x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.56.1/rclone-v1.56.1-windows-386.zip + x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.56.1/rclone-v1.56.1-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 02cf14e..6a86864 100644 --- a/automatic/rclone.portable/rclone.portable.nuspec +++ b/automatic/rclone.portable/rclone.portable.nuspec @@ -2,7 +2,7 @@ rclone.portable - 1.56.0 + 1.56.1 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 4370592..ee1713a 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.56.0-windows-386.zip' - FileFullPath64 = Join-Path $toolsDir 'rclone-v1.56.0-windows-amd64.zip' + FileFullPath = Join-Path $toolsDir 'rclone-v1.56.1-windows-386.zip' + FileFullPath64 = Join-Path $toolsDir 'rclone-v1.56.1-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 2375c98..15478b1 100644 --- a/automatic/rclone/rclone.nuspec +++ b/automatic/rclone/rclone.nuspec @@ -2,7 +2,7 @@ rclone - 1.56.0 + 1.56.1 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/ - +