Skip to content

Commit

Permalink
AU: 2 updated - blender curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 6, 2023
1 parent 9d90e84 commit 98b1c72
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/blender/blender.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>blender</id>
<version>4.0.1</version>
<version>4.0.2</version>
<title>Blender</title>
<owners>chocolatey-community, Redsandro</owners>
<authors>Blender Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/blender/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = 'blender'
softwareName = 'Blender'
fileType = 'MSI'
url64bit = 'https://download.blender.org/release/Blender4.0/blender-4.0.1-windows-x64.msi'
checksum64 = '766720d77757e54b0795a77163a07c80cd4ab1520f4fb8964f6220997c8f1bba'
url64bit = 'https://download.blender.org/release/Blender4.0/blender-4.0.2-windows-x64.msi'
checksum64 = '38485adda7cc076ebbfa5017ffab214a6dd6290bf183f87d0b1c14aab68ee68b'
checksumType64 = 'sha256'
silentArgs = '/quiet /norestart'
validExitCodes = @(0, 2010, 1641)
Expand Down
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.4.0</version>
<version>8.5.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.4.0_1/curl-8.4.0_1-win32-mingw.zip
x64: https://curl.se/windows/dl-8.4.0_1/curl-8.4.0_1-win64-mingw.zip
x32: https://curl.se/windows/dl-8.5.0_1/curl-8.5.0_1-win32-mingw.zip
x64: https://curl.se/windows/dl-8.5.0_1/curl-8.5.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: C02A53AAE232F0453773EB30BE68EC5B09CEC8BA51F56664AD7669AEA50FBAA7
checksum64: 5E6D60156BB104C46DFFD216B9AD6F65A2ECA1D0F14D6D9227D64C2DBEA7C8A7
checksum32: 1261D536FDF6C70F322A431BEA318DBC78C5A9CBC9E1DAB729F8CFD1D3BE9B4D
checksum64: 0ABF0305AC128CA84CE3DF339A2B70DA4906984E970A7378F3E016FB5F9AD84D

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.4.0_1-win32-mingw.zip"
FileFullPath64 = "$toolsPath\curl-8.4.0_1-win64-mingw.zip"
FileFullPath = "$toolsPath\curl-8.5.0_1-win32-mingw.zip"
FileFullPath64 = "$toolsPath\curl-8.5.0_1-win64-mingw.zip"
Destination = $toolsPath
}

Expand Down

0 comments on commit 98b1c72

Please sign in to comment.