Skip to content

Commit

Permalink
AU: 3 updated - blender chromium prey
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 8, 2022
1 parent 96dfad0 commit 97dd05f
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 19 deletions.
3 changes: 2 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.2</version>
<version>3.2.0</version>
<title>Blender</title>
<owners>chocolatey-community, Redsandro</owners>
<authors>Blender Foundation</authors>
Expand Down Expand Up @@ -44,6 +44,7 @@ Blender is a free and open-source professional-grade 3D computer graphics and vi
### Notes
- If you have multiple installations of the Blender software, the uninstallation of the Chocolatey package will likely fail. Please manually uninstall the Blender software (through 'Add and Remove Programs' or 'Programs and Features') and then run `choco uninstall blender` to remove the package.
- **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>
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.2-windows-x64.msi'
checksum64 = '1a19354f2a33784520bf5fcae1e3731932191a6d4e82cb51c2ae5f03e6c5105f'
url64bit = 'https://download.blender.org/release/Blender3.2/blender-3.2.0-windows-x64.msi'
checksum64 = 'd69c2fe4d6229c3840f642e6267db6292917ca567e7b05cb62efc9b7011737d6'
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": "104.0.5109.0-snapshots",
"snapshots": "104.0.5110.0-snapshots",
"stable": "102.0.5005.63"
}
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>104.0.5109.0-snapshots</version>
<version>104.0.5110.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/1011831/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1011831/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1011951/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1011963/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: 248FE186620929B91C64066FA5FA12CCA219271BACE9696DA2596947644F4986
checksum64: 27D0511C3FB216B3903C01A3B38659EE13644CD9688213A9360BC937B6E26AF7
checksum32: 532C0F3876EBBAFC9EBC712AD861C749FB5493F91164CFE7537494F01168E869
checksum64: 22D6242948C032B7233EC63C821B6147EC07E0AA47566B2A6C8115DB49049C26

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 = "104.0.5109.0-snapshots"
$version = "104.0.5110.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
8 changes: 4 additions & 4 deletions automatic/prey/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/prey/prey-node-client/releases>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.10.2/prey-windows-1.10.2-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.10.2/prey-windows-1.10.2-x64.msi>
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.10.3/prey-windows-1.10.3-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.10.3/prey-windows-1.10.3-x64.msi>
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: 1E15134EBE14A79438633FDEA6141344C01AD7C745B559EF0F786D76D87F7622
checksum64: 22242859B1CBB6B0905E9474C7CFA9A62F63F56D60166E59407D83AE0C17C11B
checksum32: AABDABCE37992DFE7EF75593D91255D0BC7AB8F7E1BA80ACA0E5163C27B4D627
checksum64: D4AF69EB4BE0683CB14CA68B33F38054EBD5C01411754D2AF6C6DF7C7BD150AF

The file 'LICENSE.txt' has been obtained from <https://github.com/prey/prey-node-client/blob/master/license.txt>
2 changes: 1 addition & 1 deletion automatic/prey/prey.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"1.7": "1.7.5",
"1.8": "1.8.3",
"1.9": "1.9.24",
"1.10": "1.10.2"
"1.10": "1.10.3"
}
4 changes: 2 additions & 2 deletions automatic/prey/prey.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>prey</id>
<version>1.10.2</version>
<version>1.10.3</version>
<title>Prey</title>
<owners>chocolatey-community</owners>
<authors>Fork Ltd</authors>
Expand All @@ -21,7 +21,7 @@ Prey lets you keep track of your laptop, phone and tablet whenever stolen or mis
- You may need to run `C:\Windows\Prey\current\bin\prey config gui -f` after installation to configure Prey.
]]></description>
<summary>Prey is a lightweight application to track a laptop or mobile if it gets stolen or missing.</summary>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.10.2</releaseNotes>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.10.3</releaseNotes>
<tags>prey anti-theft lockdown tracking admin foss cross-platform</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/prey</packageSourceUrl>
<projectSourceUrl>https://github.com/prey/prey-node-client</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/prey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\prey-windows-1.10.2-x86.msi"
file64 = "$toolsPath\prey-windows-1.10.2-x64.msi"
file = "$toolsPath\prey-windows-1.10.3-x86.msi"
file64 = "$toolsPath\prey-windows-1.10.3-x64.msi"
softwareName = 'prey*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand Down

0 comments on commit 97dd05f

Please sign in to comment.