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 Nov 20, 2020
1 parent 7499997 commit ffbf956
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions automatic/rclone.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ Package can be verified like this:

1. Go to

x32: https://github.com/rclone/rclone/releases/download/v1.53.2/rclone-v1.53.2-windows-386.zip
x64: https://github.com/rclone/rclone/releases/download/v1.53.2/rclone-v1.53.2-windows-amd64.zip
x32: https://github.com/rclone/rclone/releases/download/v1.53.3/rclone-v1.53.3-windows-386.zip
x64: https://github.com/rclone/rclone/releases/download/v1.53.3/rclone-v1.53.3-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: 3f8037d06b0067ffe389d35e2f0d510533215c1c4ddb0c54d5f48edba09fa8e8
checksum64: 3f6c1661c3369708619b22062c1aa6532d6e5a9b08a4335c94c6fb827a836542
checksum32: 71FCD5FFE8F33A38992E582226FC552E6FFA3CE216B6F71163A016623ADB7F98
checksum64: A6D229D721568234717001B7A7E04940BFCB54E9CCECAE898332B578795A162B

Using AU:

x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.53.2/rclone-v1.53.2-windows-386.zip
x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.53.2/rclone-v1.53.2-windows-amd64.zip
x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.53.3/rclone-v1.53.3-windows-386.zip
x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.53.3/rclone-v1.53.3-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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>rclone.portable</id>
<version>1.53.2</version>
<version>1.53.3</version>
<packageSourceUrl>https://github.com/atruskie/chocolatey-packages-new</packageSourceUrl>
<owners>atruskie,kkzinger</owners>
<title>rclone</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/rclone.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Get-ChocolateyUnzip @packageArgs

Write-Host "$packageName installed to $toolsDir"

Remove-Item -Force -Path $toolsDir\*.zip
Remove-Item -Force -Path $toolsDir\*.zip
4 changes: 2 additions & 2 deletions automatic/rclone/rclone.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>rclone</id>
<version>1.53.2</version>
<version>1.53.3</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.53.2" />
<dependency id="rclone.portable" version="1.53.3" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit ffbf956

Please sign in to comment.