Skip to content

Commit

Permalink
AU: 1 updated - rclone.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 1, 2020
1 parent eef3265 commit 399973e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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.50.2/rclone-v1.50.2-windows-386.zip
x64: https://github.com/rclone/rclone/releases/download/v1.50.2/rclone-v1.50.2-windows-amd64.zip
x32: https://github.com/rclone/rclone/releases/download/v1.51.0/rclone-v1.51.0-windows-386.zip
x64: https://github.com/rclone/rclone/releases/download/v1.51.0/rclone-v1.51.0-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: 98cf924fad87208fec80e6d57f265c18c768763443aacc49726a285721f62be9
checksum64: 1e3191f69886ce0e003ec93d96e5db46a76086699cb20cf0d634d518ad157627
checksum32: e3c90a7bba30c2a8736f83f92aec16786d8de24df218270eab835f7b958ac13b
checksum64: fb60b26205c5f7f0469eeaca445747c8734b664f120a17bc2c17ecc5d4a25940

Using AU:

x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.50.2/rclone-v1.50.2-windows-386.zip
x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.50.2/rclone-v1.50.2-windows-amd64.zip
x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.51.0/rclone-v1.51.0-windows-386.zip
x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.51.0/rclone-v1.51.0-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.50.2</version>
<version>1.51.0</version>
<packageSourceUrl>https://github.com/atruskie/chocolatey-packages-new</packageSourceUrl>
<owners>atruskie,kkzinger</owners>
<title>rclone</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/rclone.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
PackageName = 'rclone.portable'
Url = 'https://github.com/rclone/rclone/releases/download/v1.50.2/rclone-v1.50.2-windows-386.zip'
Url = 'https://github.com/rclone/rclone/releases/download/v1.51.0/rclone-v1.51.0-windows-386.zip'
UnzipLocation = $toolsDir
Url64bit = 'https://github.com/rclone/rclone/releases/download/v1.50.2/rclone-v1.50.2-windows-amd64.zip'
Checksum = '98cf924fad87208fec80e6d57f265c18c768763443aacc49726a285721f62be9'
Url64bit = 'https://github.com/rclone/rclone/releases/download/v1.51.0/rclone-v1.51.0-windows-amd64.zip'
Checksum = 'e3c90a7bba30c2a8736f83f92aec16786d8de24df218270eab835f7b958ac13b'
ChecksumType = "sha256"
Checksum64 = '1e3191f69886ce0e003ec93d96e5db46a76086699cb20cf0d634d518ad157627'
Checksum64 = 'fb60b26205c5f7f0469eeaca445747c8734b664f120a17bc2c17ecc5d4a25940'
Checksum64Type = "sha256"
}

Expand Down

0 comments on commit 399973e

Please sign in to comment.