Skip to content

Commit

Permalink
AU: 2 updated - curl spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 19, 2023
1 parent fca5b20 commit cf951a5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/curl/curl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>curl</id>
<version>8.1.2</version>
<version>8.2.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/curl</packageSourceUrl>
<owners>chocolatey-community, Rob Reynolds</owners>
<title>cURL</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/curl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ Package can be verified like this:

1. Go to https://curl.se/windows/, and look for the official binaries provided.

x32: https://curl.se/windows/dl-8.1.2_1/curl-8.1.2_1-win32-mingw.zip
x64: https://curl.se/windows/dl-8.1.2_1/curl-8.1.2_1-win64-mingw.zip
x32: https://curl.se/windows/dl-8.2.0_1/curl-8.2.0_1-win32-mingw.zip
x64: https://curl.se/windows/dl-8.2.0_1/curl-8.2.0_1-win64-mingw.zip

to download the zip files. You may wish to rename one of the files.

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: 7293B5E8D633ADA46473DBBC32BB56D3F5ABC3457AE0190EAF77475CDD014159
checksum64: 8DCC1755BCB02F57C870AD24BE7D0F83675599C6AEF0072FE290D1F125D49F2F
checksum32: 29B092BCC6973C9F74EBAEA31D7A16DAAF199EA541815D3812C5E6523AFA6627
checksum64: 018CA88FC6E0EBB37E3638BDCC3F0F8D3178D8A444D3B48084522B753529B419

File 'LICENSE.txt' obtained from:
https://github.com/curl/curl/blob/835c2634212257d41c1a30c6cc0ad3ed60bb9aca/COPYING
4 changes: 2 additions & 2 deletions automatic/curl/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
PackageName = $env:chocolateyPackageName
FileFullPath = "$toolsPath\curl-8.1.2_1-win32-mingw.zip"
FileFullPath64 = "$toolsPath\curl-8.1.2_1-win64-mingw.zip"
FileFullPath = "$toolsPath\curl-8.2.0_1-win32-mingw.zip"
FileFullPath64 = "$toolsPath\curl-8.2.0_1-win64-mingw.zip"
Destination = $toolsPath
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"638760427d2d4e7d4727271957eb1378"|1.2.15.828
"8c8af52fadf47c2ce86d2b337cdf4a62"|1.2.16.947
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>spotify</id>
<version>1.2.15.828</version>
<version>1.2.16.947</version>
<title>Spotify</title>
<authors>Spotify</authors>
<projectUrl>http://spotify.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.scdn.co/SpotifySetup.exe'
checksum = '6FCB04CAA61448E176A4C45E580A1620A3507AA59C8C8F64536262E5588F841E96AED9F4A445368A161924E18A9FBDC485B6C389888A85370EA683BC73045538'
checksum = 'BB1C8FF3C50EF93DC23A694F380955DF8474F3DFD8728E791882E8A7000D809BD36152DBD7FE9A22F4F494914F02ECF83D8594840F8D3BD93C5C1785E4EAA1B2'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit cf951a5

Please sign in to comment.