Skip to content

Commit

Permalink
AU: 5 updated - chromium cmake cmake.install cmake.portable Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 5, 2022
1 parent 89b67cd commit fc56104
Show file tree
Hide file tree
Showing 18 changed files with 232 additions and 232 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": "101.0.4924.0-snapshots",
"snapshots": "101.0.4925.0-snapshots",
"stable": "99.0.4844.51"
}
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>101.0.4924.0-snapshots</version>
<version>101.0.4925.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/977586/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/977566/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/977835/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/977826/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: EB11DA50C53824E8CDDD9B2ECDAF6ED6FF84CA17D091A1FAEB0B7904BF8CD60E
checksum64: D6710AE0768A7BFF41865C2EEA414E00BB687D72FC1B0CFA4028C5E236F421E3
checksum32: 34CF7C77EEAC26DD1A23E7E1E840419F8EEB78856D45D1382613A577CDAAD3B7
checksum64: 823ACAF8156C89C0C7B3CC04E82F9F7D9EC9D504D6DA67DFE19EB6E125979892

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 = "101.0.4924.0-snapshots"
$version = "101.0.4925.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"3.18": "3.18.6",
"3.19": "3.19.8",
"3.20": "3.20.6",
"3.21": "3.21.5",
"3.22": "3.22.2",
"3.21": "3.21.6",
"3.22": "3.22.3",
"3.23": "3.23.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.23.0-rc2</version>
<version>3.22.3</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.23.0-rc2/cmake-3.23.0-rc2-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.23.0-rc2/cmake-3.23.0-rc2-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.3/cmake-3.22.3-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.3/cmake-3.22.3-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: DFC0912B1BEE90DCCF4F8BD222EF23E53B5870B5A20D31A782A3AC4ED635A725
checksum64: 290E6D2383DDAE86AB1F2F6B2CEAC1C0CB88CF7B36117C995C22CA89B5F44425
checksum32: 6336A550E57AF46AE7084275AA87E8F602782A922C6CA2EB855D653B30E21CE4
checksum64: 5BEBBD44ABC339C02FD525DCE7C2931F9668D7D1A4A11E42E32BE49301BA3658

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.23.0-rc2-windows-i386.msi"
file64 = "$toolsPath\cmake-3.23.0-rc2-windows-x86_64.msi"
file = "$toolsPath\cmake-3.22.3-windows-i386.msi"
file64 = "$toolsPath\cmake-3.22.3-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
4 changes: 2 additions & 2 deletions automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"3.18": "3.18.6",
"3.19": "3.19.8",
"3.20": "3.20.6",
"3.21": "3.21.5",
"3.22": "3.22.2",
"3.21": "3.21.6",
"3.22": "3.22.3",
"3.23": "3.23.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.23.0-rc2</version>
<version>3.22.3</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.23.0-rc2/cmake-3.23.0-rc2-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.23.0-rc2/cmake-3.23.0-rc2-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.3/cmake-3.22.3-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.3/cmake-3.22.3-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: B74287E7E1A29FA88EBEEF87CF105210EA8E327A8B284D2BA59B00FF73DD545B
checksum64: 95C0675F979DB4FA447955C5E3673CCE0F3C35C35807D278BD6B10A5732DD365
checksum32: 46604D5E6C150883DC2FB1435B66D3B28754F6DC69B522DA03845631A4E3F278
checksum64: 0018B369F06646D4784FAD131A155333C9D59A03DEE6390324F81B9DF72A2F00

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.23.0-rc2-windows-i386.zip"
file64 = "$toolsPath\cmake-3.23.0-rc2-windows-x86_64.zip"
file = "$toolsPath\cmake-3.22.3-windows-i386.zip"
file64 = "$toolsPath\cmake-3.22.3-windows-x86_64.zip"
destination = $toolsPath
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"3.18": "3.18.6",
"3.19": "3.19.8",
"3.20": "3.20.6",
"3.21": "3.21.5",
"3.22": "3.22.2",
"3.21": "3.21.6",
"3.22": "3.22.3",
"3.23": "3.23.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.23.0-rc2</version>
<version>3.22.3</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.23.0-rc2]" />
<dependency id="cmake.install" version="[3.22.3]" />
</dependencies>
</metadata>
<files />
Expand Down
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latest": "97.0.1",
"esr": "91.6.0"
"latest": "97.0.2",
"esr": "91.6.1"
}
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- 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/2010/07/nuspec.xsd">
<metadata>
<version>97.0.1</version>
<version>97.0.2</version>
<authors>Mozilla</authors>
<projectUrl>https://www.mozilla.org/en-US/firefox/new/</projectUrl>
<projectSourceUrl>https://hg.mozilla.org/mozilla-central/</projectSourceUrl>
Expand Down Expand Up @@ -62,7 +62,7 @@ Command-line options for installer configuration. See the [official page](https:
]]></description>
<summary>Bringing together all kinds of awesomeness to make browsing better for you</summary>
<tags>browser mozilla firefox admin foss cross-platform</tags>
<releaseNotes>https://www.mozilla.org/en-US/firefox/97.0.1/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/97.0.2/releasenotes/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/firefox</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
Loading

0 comments on commit fc56104

Please sign in to comment.