From d405a02fed2752a7fd6fa6f4893ef5ca4a06cf7d Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sat, 2 Nov 2019 16:06:44 +0000 Subject: [PATCH] AU: 2 updated - rclone rclone.portable [skip ci] https://gist.github.com/228fedee6854c32a34b10e918567a346/ebaeca2dc417f3f8bbd42060cde36399ebf0da71 --- 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 56cd344..7ccf85f 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.50.0/rclone-v1.50.0-windows-386.zip - x64: https://github.com/rclone/rclone/releases/download/v1.50.0/rclone-v1.50.0-windows-amd64.zip + x32: https://github.com/rclone/rclone/releases/download/v1.50.1/rclone-v1.50.1-windows-386.zip + x64: https://github.com/rclone/rclone/releases/download/v1.50.1/rclone-v1.50.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: 0b812749ce555f364c0993e7a8f34d09763d147aecea449e53139027b3e804a9 - checksum64: 2a5a47604d50aaba73beca2cc472b14f8139957af40533e323f20d33a0c228b5 + checksum32: 959b7795c5c2ab20a8b6ca966d27566b44d454e1560a1395a6227673595ae4c3 + checksum64: dc991348129a35580226bd7094a1d69999fce8219caaf2cfd4e9e341abcdc0ed Using AU: - x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.50.0/rclone-v1.50.0-windows-386.zip - x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.50.0/rclone-v1.50.0-windows-amd64.zip + x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.50.1/rclone-v1.50.1-windows-386.zip + x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.50.1/rclone-v1.50.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 6354252..44b9157 100644 --- a/automatic/rclone.portable/rclone.portable.nuspec +++ b/automatic/rclone.portable/rclone.portable.nuspec @@ -2,7 +2,7 @@ rclone.portable - 1.50.0 + 1.50.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 605888f..5b56300 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.50.0/rclone-v1.50.0-windows-386.zip' + Url = 'https://github.com/rclone/rclone/releases/download/v1.50.1/rclone-v1.50.1-windows-386.zip' UnzipLocation = $toolsDir - Url64bit = 'https://github.com/rclone/rclone/releases/download/v1.50.0/rclone-v1.50.0-windows-amd64.zip' - Checksum = '0b812749ce555f364c0993e7a8f34d09763d147aecea449e53139027b3e804a9' + Url64bit = 'https://github.com/rclone/rclone/releases/download/v1.50.1/rclone-v1.50.1-windows-amd64.zip' + Checksum = '959b7795c5c2ab20a8b6ca966d27566b44d454e1560a1395a6227673595ae4c3' ChecksumType = "sha256" - Checksum64 = '2a5a47604d50aaba73beca2cc472b14f8139957af40533e323f20d33a0c228b5' + Checksum64 = 'dc991348129a35580226bd7094a1d69999fce8219caaf2cfd4e9e341abcdc0ed' Checksum64Type = "sha256" } diff --git a/automatic/rclone/rclone.nuspec b/automatic/rclone/rclone.nuspec index 15bda98..d02831d 100644 --- a/automatic/rclone/rclone.nuspec +++ b/automatic/rclone/rclone.nuspec @@ -2,7 +2,7 @@ rclone - 1.50.0 + 1.50.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/ - +