Skip to content

Commit

Permalink
AU: 2 updated - blender chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 2, 2022
1 parent 314e1ba commit 97138c5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
5 changes: 4 additions & 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>3.1.0</version>
<version>3.1.2</version>
<title>Blender</title>
<owners>chocolatey-community, Redsandro</owners>
<authors>Blender Foundation</authors>
Expand Down Expand Up @@ -42,6 +42,9 @@ Blender is a free and open-source professional-grade 3D computer graphics and vi
* Excellent community support from forums and IRC.
* Small executable size, optionally portable.
### Notes
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<summary>Blender is 3D creation for everyone, free to use for any purpose.</summary>
<releaseNotes>https://wiki.blender.org/wiki/Reference/Release_Notes</releaseNotes>
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/Blender3.1/blender-3.1.0-windows-x64.msi'
checksum64 = '049d27521290021dd681cbb1545b166aadf24704b7a4493360a39494120b4157'
url64bit = 'https://download.blender.org/release/Blender3.1/blender-3.1.2-windows-x64.msi'
checksum64 = '1a19354f2a33784520bf5fcae1e3731932191a6d4e82cb51c2ae5f03e6c5105f'
checksumType64 = 'sha256'
silentArgs = '/quiet /norestart'
validExitCodes = @(0, 2010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "102.0.4978.0-snapshots",
"snapshots": "102.0.4979.0-snapshots",
"stable": "100.0.4896.60"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>102.0.4978.0-snapshots</version>
<version>102.0.4979.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/987786/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/987832/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/988092/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/988084/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 3239B28804B0C280752C752AF0B81411D941BC74E1D7DFEBBBDD6D8E11FD7841
checksum64: 094A3B66B5AFCFF1CD98FE575689980487282D1A0364D45D6BD5502DCFCD463F
checksum32: 71EC152427AD69AC1491B9ADD37257B84E1381707CEAC33005D6202CCF244D26
checksum64: FC7170677881C2B3690CB6A770C18BFD58AAD3E66FFDB28AF89DF7BAAC623437

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "102.0.4978.0-snapshots"
$version = "102.0.4979.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down

0 comments on commit 97138c5

Please sign in to comment.