diff --git a/automatic/rclone.portable/legal/VERIFICATION.txt b/automatic/rclone.portable/legal/VERIFICATION.txt index 69e8d75..b426622 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.64.2/rclone-v1.64.2-windows-386.zip - x64: https://github.com/rclone/rclone/releases/download/v1.64.2/rclone-v1.64.2-windows-amd64.zip + x32: https://github.com/rclone/rclone/releases/download/v1.65.0/rclone-v1.65.0-windows-386.zip + x64: https://github.com/rclone/rclone/releases/download/v1.65.0/rclone-v1.65.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: 2501494DE128471883B5CAB25A9AE6A292C118D0FEE725DD853D8C1335411781 - checksum64: D034D92ECDFC79741EDCCB803113DD7AF23F5CDE96B165D7449D8F7C02B7D6CB + checksum32: B81D6ED58664AE2CBE10D5B6C166266AB7D3F359B72BE00913509D24EB093C57 + checksum64: E65C9A1F0DF529989FFE63D0A85D24A0D0A8AFD529ABF6ECECB3953B9F5ECDEE Using AU: - x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.64.2/rclone-v1.64.2-windows-386.zip - x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.64.2/rclone-v1.64.2-windows-amd64.zip + x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.65.0/rclone-v1.65.0-windows-386.zip + x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.65.0/rclone-v1.65.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 a97be15..7693826 100644 --- a/automatic/rclone.portable/rclone.portable.nuspec +++ b/automatic/rclone.portable/rclone.portable.nuspec @@ -2,7 +2,7 @@ rclone.portable - 1.64.2 + 1.65.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 ffcb2c6..e2add38 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.64.2-windows-386.zip' - FileFullPath64 = Join-Path $toolsDir 'rclone-v1.64.2-windows-amd64.zip' + FileFullPath = Join-Path $toolsDir 'rclone-v1.65.0-windows-386.zip' + FileFullPath64 = Join-Path $toolsDir 'rclone-v1.65.0-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 b36a971..fd8b40f 100644 --- a/automatic/rclone/rclone.nuspec +++ b/automatic/rclone/rclone.nuspec @@ -2,7 +2,7 @@ rclone - 1.64.2 + 1.65.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/ - +