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 Aug 26, 2019
1 parent 4da5294 commit 50e1b81
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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/ncw/rclone/releases/download/v1.48.0/rclone-v1.48.0-windows-386.zip
x64: https://github.com/ncw/rclone/releases/download/v1.48.0/rclone-v1.48.0-windows-amd64.zip
x32: https://github.com/rclone/rclone/releases/download/v1.49.0/rclone-v1.49.0-windows-386.zip
x64: https://github.com/rclone/rclone/releases/download/v1.49.0/rclone-v1.49.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: 53b6c790687620aec8c28318c78d8471bcab2346d07bf30dc09e937000419547
checksum64: c75f3a339eecbdca25578a8a38dc3412d894bfad6e69ad1bd5be3c1ab98ae542
checksum32: c869e909f1a9dd0b7e33268e55f025fac501dca0f36616fb082824989125a69d
checksum64: 790b86f01eb3ca725cb50de2d1a92ea4a3a4d63952401e7fea6652569ab5cb3e

Using AU:

x32-ver: Get-RemoteChecksum https://github.com/ncw/rclone/releases/download/v1.48.0/rclone-v1.48.0-windows-386.zip
x64-ver: Get-RemoteChecksum https://github.com/ncw/rclone/releases/download/v1.48.0/rclone-v1.48.0-windows-amd64.zip
x32-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.49.0/rclone-v1.49.0-windows-386.zip
x64-ver: Get-RemoteChecksum https://github.com/rclone/rclone/releases/download/v1.49.0/rclone-v1.49.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.48.0</version>
<version>1.49.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/ncw/rclone/releases/download/v1.48.0/rclone-v1.48.0-windows-386.zip'
Url = 'https://github.com/rclone/rclone/releases/download/v1.49.0/rclone-v1.49.0-windows-386.zip'
UnzipLocation = $toolsDir
Url64bit = 'https://github.com/ncw/rclone/releases/download/v1.48.0/rclone-v1.48.0-windows-amd64.zip'
Checksum = '53b6c790687620aec8c28318c78d8471bcab2346d07bf30dc09e937000419547'
Url64bit = 'https://github.com/rclone/rclone/releases/download/v1.49.0/rclone-v1.49.0-windows-amd64.zip'
Checksum = 'c869e909f1a9dd0b7e33268e55f025fac501dca0f36616fb082824989125a69d'
ChecksumType = "sha256"
Checksum64 = 'c75f3a339eecbdca25578a8a38dc3412d894bfad6e69ad1bd5be3c1ab98ae542'
Checksum64 = '790b86f01eb3ca725cb50de2d1a92ea4a3a4d63952401e7fea6652569ab5cb3e'
Checksum64Type = "sha256"
}

Expand Down
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.48.0</version>
<version>1.49.0</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.48.0" />
<dependency id="rclone.portable" version="1.49.0" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 50e1b81

Please sign in to comment.