diff --git a/automatic/rclone.portable/legal/VERIFICATION.txt b/automatic/rclone.portable/legal/VERIFICATION.txt index 2cb4efa..288f74b 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.49.1/rclone-v1.49.1-windows-386.zip - x64: https://github.com/rclone/rclone/releases/download/v1.49.1/rclone-v1.49.1-windows-amd64.zip + x32: https://github.com/rclone/rclone/releases/download/v1.49.2/rclone-v1.49.2-windows-386.zip + x64: https://github.com/rclone/rclone/releases/download/v1.49.2/rclone-v1.49.2-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: fe9c23b1a657a23664dc945846489c4cb410c330f6f577000675ff6d439fe317 - checksum64: 4e9e83fefd3616c325a48e395fbd22eb3524282fa29c79d4b74796783ddb4e44 + checksum32: c79036cc14b53ac14867a742f6b800cf551d45c236ef2619778bd59fb06964d8 + checksum64: 5bffabbe69098d1cc783e279171734461840effeddc03d6d316c965bbdb0a578 Using AU: - x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.49.1/rclone-v1.49.1-windows-386.zip - x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.49.1/rclone-v1.49.1-windows-amd64.zip + x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.49.2/rclone-v1.49.2-windows-386.zip + x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.49.2/rclone-v1.49.2-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 4bae287..1b10797 100644 --- a/automatic/rclone.portable/rclone.portable.nuspec +++ b/automatic/rclone.portable/rclone.portable.nuspec @@ -2,7 +2,7 @@ rclone.portable - 1.49.1 + 1.49.2 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 7b85f64..7253793 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.49.1/rclone-v1.49.1-windows-386.zip' + Url = 'https://github.com/rclone/rclone/releases/download/v1.49.2/rclone-v1.49.2-windows-386.zip' UnzipLocation = $toolsDir - Url64bit = 'https://github.com/rclone/rclone/releases/download/v1.49.1/rclone-v1.49.1-windows-amd64.zip' - Checksum = 'fe9c23b1a657a23664dc945846489c4cb410c330f6f577000675ff6d439fe317' + Url64bit = 'https://github.com/rclone/rclone/releases/download/v1.49.2/rclone-v1.49.2-windows-amd64.zip' + Checksum = 'c79036cc14b53ac14867a742f6b800cf551d45c236ef2619778bd59fb06964d8' ChecksumType = "sha256" - Checksum64 = '4e9e83fefd3616c325a48e395fbd22eb3524282fa29c79d4b74796783ddb4e44' + Checksum64 = '5bffabbe69098d1cc783e279171734461840effeddc03d6d316c965bbdb0a578' Checksum64Type = "sha256" }