Skip to content

Commit

Permalink
AU: 2 updated - rclone rclone.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 15, 2022
1 parent 4881e44 commit b996470
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions automatic/rclone.portable/legal/VERIFICATION.txt
Expand Up @@ -7,22 +7,22 @@ Package can be verified like this:

1. Go to

x32: https://github.com/rclone/rclone/releases/download/v1.59.1/rclone-v1.59.1-windows-386.zip
x64: https://github.com/rclone/rclone/releases/download/v1.59.1/rclone-v1.59.1-windows-amd64.zip
x32: https://github.com/rclone/rclone/releases/download/v1.59.2/rclone-v1.59.2-windows-386.zip
x64: https://github.com/rclone/rclone/releases/download/v1.59.2/rclone-v1.59.2-windows-amd64.zip

to download the zip.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 7957E636A8A5A50B4C91C2927483A1C6034A74C722C3A79EA4C8387F01E9810C
checksum64: 54BCAC89BC7735D425B3B86F8FEE042566E6F02AB69FEBA29BAFCFFEEC072B20
checksum32: 4F8C65B3B3F90219D93517F3F1535FD8790D8C8E9FDF3AE1AECAFEB1FF6CEFEE
checksum64: 3EE1B022BB0519D3AEB745F00DAE50452B159BA1B912D607278609D7A582F883

Using AU:

x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.59.1/rclone-v1.59.1-windows-386.zip
x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.59.1/rclone-v1.59.1-windows-amd64.zip
x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.59.2/rclone-v1.59.2-windows-386.zip
x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.59.2/rclone-v1.59.2-windows-amd64.zip

File 'LICENSE.txt' is obtained from:
https://github.com/ncw/rclone/blob/master/COPYING
2 changes: 1 addition & 1 deletion automatic/rclone.portable/rclone.portable.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>rclone.portable</id>
<version>1.59.1</version>
<version>1.59.2</version>
<packageSourceUrl>https://github.com/atruskie/chocolatey-packages-new</packageSourceUrl>
<owners>atruskie,kkzinger</owners>
<title>rclone</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/rclone.portable/tools/chocolateyInstall.ps1
Expand Up @@ -4,8 +4,8 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Destination = $toolsDir
FileFullPath = Join-Path $toolsDir 'rclone-v1.59.1-windows-386.zip'
FileFullPath64 = Join-Path $toolsDir 'rclone-v1.59.1-windows-amd64.zip'
FileFullPath = Join-Path $toolsDir 'rclone-v1.59.2-windows-386.zip'
FileFullPath64 = Join-Path $toolsDir 'rclone-v1.59.2-windows-amd64.zip'
}

#Remove old versions of rclone in the tools directory
Expand Down
4 changes: 2 additions & 2 deletions automatic/rclone/rclone.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>rclone</id>
<version>1.59.1</version>
<version>1.59.2</version>
<packageSourceUrl>https://github.com/atruskie/chocolatey-packages-new</packageSourceUrl>
<owners>atruskie,kkzinger</owners>
<title>rclone</title>
Expand All @@ -20,7 +20,7 @@
<description>Rclone ("rsync for cloud storage") is a command line program to sync files and directories to and from different cloud storage providers.</description>
<releaseNotes>http://rclone.org/changelog/</releaseNotes>
<dependencies>
<dependency id="rclone.portable" version="1.59.1" />
<dependency id="rclone.portable" version="1.59.2" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit b996470

Please sign in to comment.