Skip to content

Commit

Permalink
AU: 7 updated - chromium cmake cmake.install cmake.portable googlechr…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 24, 2022
1 parent f7aacab commit f2542c7
Show file tree
Hide file tree
Showing 24 changed files with 59 additions and 50 deletions.
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": "105.0.5138.0-snapshots",
"snapshots": "105.0.5139.0-snapshots",
"stable": "103.0.5060.53"
}
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>105.0.5138.0-snapshots</version>
<version>105.0.5139.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/1017055/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1017067/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1017307/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1017307/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: D8AD0E5FDE07B09E535641CB8D54CFB200D20DA61C003CD3FFABB2CF0F6A8E11
checksum64: 0BFBD807A1BC58FAE3AF123CC384BAF0588CD398F1BBEAA95F7FF6C843B2D712
checksum32: CFBD3C6F66F83664835B7FF3AFED4CB491594804A536A5295B3D654C90443193
checksum64: C50561C06BA2C4340BB34BFF47D8C2AC0DD64AB6766EABD60310D8B8E7CC2AA1

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 = "105.0.5138.0-snapshots"
$version = "105.0.5139.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
3 changes: 2 additions & 1 deletion automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"3.20": "3.20.6",
"3.21": "3.21.6",
"3.22": "3.22.5",
"3.23": "3.23.2"
"3.23": "3.23.2",
"3.24": "3.24.0-rc2"
}
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.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>cmake.install</id>
<version>3.22.5</version>
<version>3.24.0-rc2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.install</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.5/cmake-3.22.5-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.5/cmake-3.22.5-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.24.0-rc2/cmake-3.24.0-rc2-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.24.0-rc2/cmake-3.24.0-rc2-windows-x86_64.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: 82BF2A4C737055DC07C968F70DAA52C938E9C68DA1B8AF1E69D92753242F5123
checksum64: 3E198E408916BE70AA59D1384652B1341555BBF00441BDC3576C822E2A037155
checksum32: 564E7E16E2CC6ABB9BC480A509F1BAA754BA52012E53A9B4C83DF5BF354C98FE
checksum64: 4F491A2D04C787EE4C7512E9E8625425935A2D6492D92F3ED2E0352415D32FD2

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\cmake-3.22.5-windows-i386.msi"
file64 = "$toolsPath\cmake-3.22.5-windows-x86_64.msi"
file = "$toolsPath\cmake-3.24.0-rc2-windows-i386.msi"
file64 = "$toolsPath\cmake-3.24.0-rc2-windows-x86_64.msi"
softwareName = 'CMake'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"3.21": "3.21.6",
"3.22": "3.22.5",
"3.23": "3.23.2",
"3.24": "3.24.0-rc1"
"3.24": "3.24.0-rc2"
}
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.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>cmake.portable</id>
<version>3.24.0-rc1</version>
<version>3.24.0-rc2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.portable</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.24.0-rc1/cmake-3.24.0-rc1-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.24.0-rc1/cmake-3.24.0-rc1-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.24.0-rc2/cmake-3.24.0-rc2-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.24.0-rc2/cmake-3.24.0-rc2-windows-x86_64.zip>
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: 094305F68BD2DE5CF9CF50E5E45D7CFFACC103664EC213B97DBC8C81C67AFB81
checksum64: 8D075F5C663263713008FB77E31956C808D3A30074C3655F16EB76A0800F99D6
checksum32: F1CE93060F93CA856D294B8819643F6EE7592E5E112067CBE3B17EDC5B09907A
checksum64: C9978FCC0C40F68FD7862B0D2F1FEC042052D6BE71C4ACA655FA097FE9F2C2BE

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\cmake-3.24.0-rc1-windows-i386.zip"
file64 = "$toolsPath\cmake-3.24.0-rc1-windows-x86_64.zip"
file = "$toolsPath\cmake-3.24.0-rc2-windows-i386.zip"
file64 = "$toolsPath\cmake-3.24.0-rc2-windows-x86_64.zip"
destination = $toolsPath
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"3.21": "3.21.6",
"3.22": "3.22.5",
"3.23": "3.23.2",
"3.24": "3.24.0-rc1"
"3.24": "3.24.0-rc2"
}
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.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>cmake</id>
<version>3.24.0-rc1</version>
<version>3.24.0-rc2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake</title>
Expand Down Expand Up @@ -44,7 +44,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'`
* [News](https://blog.kitware.com/tag/CMake/)
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.24.0-rc1]" />
<dependency id="cmake.install" version="[3.24.0-rc2]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>103.0.5060.53-beta</version>
<version>104.0.5112.20-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '103.0.5060.53-beta'
$version = '104.0.5112.20-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = 'ad47fdd0d32f1cf78765d3d9b617f901704ca6865c990203321cb7279432a620'
checksum64 = 'a556b0aa07296ec84e9981bb5847b1ec216e18ca3342af9360c6ab93f2215e75'
checksum = '6cdd0f9baf7d057faade6163437db50b44e9f6dad97a90460292458fca0583af'
checksum64 = '5eba962985a2463df14e0329a484dde7b09a03f994f54380e59058aa65eb6c43'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.5151/gvim_8.2.5151_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.5151/gvim_8.2.5151_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.5154/gvim_8.2.5154_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.5154/gvim_8.2.5154_x64.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: 62EA511498A52550988FA01B3A591F96E8DC74080E72586AF5D233238B7EC61C
checksum64: DFF2B0A470955A1DA0F135AA3C19582FFFA0CCAA77E7D1D7E6283D2568AEC001
checksum32: D0BD4E481DBC6B91AE008D880D5234C99E5888ACD571E362BE8A847F4EBD22CC
checksum64: 0D15AD411FE652FD4BCC10D72DD0CF27A9C2CB1206E831FFCD9281B05E28978A
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.5151_x86.zip"
file64 = "$toolsDir\gvim_8.2.5151_x64.zip"
file = "$toolsDir\gvim_8.2.5154_x86.zip"
file64 = "$toolsDir\gvim_8.2.5154_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.5151</version>
<version>8.2.5154</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down
6 changes: 5 additions & 1 deletion automatic/waterfox/Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@2171e76d9468526e4e792d20ac6b68e1a8fdc93a/icons/waterfox.png" width="48" height="48"/> [waterfox](https://chocolatey.org/packages/waterfox)

Use this version of Waterfox if you want the latest and greatest the web has to offer, want to use all WebExtensions and a few bootstrap extensions.
Use this version of Waterfox if you have your browser set up with various NPAPI plugins and bootstrap extensions that have not been updated as WebExtensions or for [Waterfox Current](https://chocolatey.org/packages/waterfox)

**How and why Waterfox is here...**
Waterfox was started back in March 2011 by [Alex Kontos](https://github.com/MrAlex94), a 16 year old student.
Expand All @@ -26,3 +26,7 @@ telemetry is sent back to Mozilla or the Waterfox project.
- Run every Add-On (even unsigned ones!)
- Windows XP 64-Bit Support
- More under the hood changes...

## Notes

- Waterfox Classic has many unpatched [security advisories](https://github.com/WaterfoxCo/Waterfox-Classic/wiki/Unpatched-Security-Advisories). Use at your own discretion.
4 changes: 2 additions & 2 deletions automatic/waterfox/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://github.com/WaterfoxCo/Waterfox/releases/latest>
and can be verified like this:

1. Download <https://github.com/WaterfoxCo/Waterfox/releases/download/G4.1.2.1/Install.Waterfox.exe>
1. Download <https://github.com/WaterfoxCo/Waterfox-Classic/releases/download/2022.06-classic/WaterfoxClassic2022.06.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: F37A87FDFE772CC3C4CBB8E4A999682864C5F60A1444D490CF8C281C0836257E
checksum: 9DDDF637FD5E1C09CDE96945B638E8EAF41ADAF4048E7B9947D74F128DF1861C

File 'LICENSE.md' is obtained from <https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE>
4 changes: 2 additions & 2 deletions automatic/waterfox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ if ((Get-OSArchitectureWidth -Compare 32) -or $env:chocolateyForceX86 -eq $true)
}

$packageArgs = @{
packageName = 'Waterfox'
packageName = 'waterfox-classic'
fileType = 'exe'
softwareName = 'Waterfox*'
file = "$toolsDir\Install.Waterfo_x64.exe"
file = "$toolsDir\WaterfoxClassic2022.06_x64.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/waterfox/waterfox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"current": "22064.1.2.1",
"classic": "2022.04"
"current": "22064.1.3",
"classic": "2022.06"
}
16 changes: 10 additions & 6 deletions automatic/waterfox/waterfox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Waterfox</id>
<version>22064.1.2.1</version>
<id>waterfox-classic</id>
<version>2022.06</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey-community,tonigellida,admiringworm</owners>
<title>Waterfox </title>
<title>Waterfox classic</title>
<authors>Alex Kontos</authors>
<projectUrl>https://www.waterfox.net/</projectUrl>
<projectUrl>https://classic.waterfox.net/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@2171e76d9468526e4e792d20ac6b68e1a8fdc93a/icons/waterfox.png</iconUrl>
<copyright>© 2019 Waterfox Ltd.</copyright>
<licenseUrl>https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/WaterfoxCo/Waterfox</projectSourceUrl>
<projectSourceUrl>https://github.com/WaterfoxCo/Waterfox-Classic</projectSourceUrl>
<tags>waterfox web-browser firefox 64-bit admin cross-platform foss</tags>
<summary>Waterfox is basically a 64-bit version of Firefox.</summary>
<description><![CDATA[Use this version of Waterfox if you want the latest and greatest the web has to offer, want to use all WebExtensions and a few bootstrap extensions.
<description><![CDATA[Use this version of Waterfox if you have your browser set up with various NPAPI plugins and bootstrap extensions that have not been updated as WebExtensions or for [Waterfox Current](https://chocolatey.org/packages/waterfox)
**How and why Waterfox is here...**
Waterfox was started back in March 2011 by [Alex Kontos](https://github.com/MrAlex94), a 16 year old student.
Expand All @@ -42,6 +42,10 @@ telemetry is sent back to Mozilla or the Waterfox project.
- Run every Add-On (even unsigned ones!)
- Windows XP 64-Bit Support
- More under the hood changes...
## Notes
- Waterfox Classic has many unpatched [security advisories](https://github.com/WaterfoxCo/Waterfox-Classic/wiki/Unpatched-Security-Advisories). Use at your own discretion.
]]></description>
<releaseNotes>https://www.waterfoxproject.org/blog/</releaseNotes>
<dependencies>
Expand Down

0 comments on commit f2542c7

Please sign in to comment.