Skip to content

Commit

Permalink
AU: 8 updated - chromium cmake cmake.install cmake.portable juju thun…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 16, 2023
1 parent 2925d50 commit 132df0e
Show file tree
Hide file tree
Showing 27 changed files with 181 additions and 181 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "112.0.5597.0-snapshots",
"snapshots": "112.0.5599.0-snapshots",
"stable": "110.0.5481.100"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>110.0.5481.100</version>
<title>Chromium</title>
<version>112.0.5599.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
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://github.com/Hibbiki/chromium-win32/releases/download/v109.0.5414.120-r1070088/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v110.0.5481.100-r839/mini_installer.sync.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1105812/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1105867/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: C1AABD6EEF38D759BBD92CA9516353D88C463A1E8389A875B4D12D53DB467F98
checksum64: 8C3219EF8EA01515CECF99EB204318BEF0AC8DC064C30BD9C68CF0DE9C0D0F92
checksum32: 083F661DC50630ACDA803FAF9670FC86CB4846242915126F470C2084E81D1B01
checksum64: 40A9E95937512A71FE9C4244813A0A9621AC7062E99815ED61CC4096595FAB24

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
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "110.0.5481.100"
$version = "112.0.5599.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.json
Expand Up @@ -17,5 +17,5 @@
"3.23": "3.23.5",
"3.24": "3.24.3",
"3.25": "3.25.2",
"3.26": "3.26.0-rc2"
"3.26": "3.26.0-rc3"
}
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake.install</id>
<version>3.26.0-rc2</version>
<version>3.26.0-rc3</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
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.26.0-rc2/cmake-3.26.0-rc2-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.0-rc2/cmake-3.26.0-rc2-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.0-rc3/cmake-3.26.0-rc3-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.0-rc3/cmake-3.26.0-rc3-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: 53E0730487F75397984D88F4213033504F549DBC2B78BBE1BD40FDBDCAC40207
checksum64: B5F8F98228EDD6EE92F53C920817BA335DE6F84B5013A6DE798637C8DAFE7F01
checksum32: C72F5C816075BC0B2BEFCD3D7D7500C9A63FF974E758C41CAAA8759E49FFD56C
checksum64: 96E215C02FF97102B5738FD702BE7A375D1687BBD3BC07A69FEBC005D0E1464E

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
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\cmake-3.26.0-rc2-windows-i386.msi"
file64 = "$toolsPath\cmake-3.26.0-rc2-windows-x86_64.msi"
file = "$toolsPath\cmake-3.26.0-rc3-windows-i386.msi"
file64 = "$toolsPath\cmake-3.26.0-rc3-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
Expand Up @@ -17,5 +17,5 @@
"3.23": "3.23.5",
"3.24": "3.24.3",
"3.25": "3.25.2",
"3.26": "3.26.0-rc2"
"3.26": "3.26.0-rc3"
}
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake.portable</id>
<version>3.26.0-rc2</version>
<version>3.26.0-rc3</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
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.26.0-rc2/cmake-3.26.0-rc2-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.0-rc2/cmake-3.26.0-rc2-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.0-rc3/cmake-3.26.0-rc3-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.0-rc3/cmake-3.26.0-rc3-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: BE6AF26DCE488737F0986C325D22F269D1E45F3B09BFB7ABD89F06CA4ACE46A6
checksum64: 755ACCCBAC78A080FCEDD59DD6DDA4DD7217FFDAD7428E57B857D668B9BA9625
checksum32: 1AA2EF000207479F31F1C3E93199807C05C5ADA40424DC197FDA08CD3AE1D823
checksum64: 958BC44B6BD1DC8B1F1A6179B706C9260FFA32A2A297F508D5E4423D20043EFF

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
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

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

Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake/cmake.json
Expand Up @@ -17,5 +17,5 @@
"3.23": "3.23.5",
"3.24": "3.24.3",
"3.25": "3.25.2",
"3.26": "3.26.0-rc2"
"3.26": "3.26.0-rc3"
}
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake</id>
<version>3.26.0-rc2</version>
<version>3.26.0-rc3</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.26.0-rc2]" />
<dependency id="cmake.install" version="[3.26.0-rc3]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/juju/juju.json
Expand Up @@ -7,6 +7,6 @@
"2.7": "2.7.8",
"2.8": "2.8.10",
"2.9": "2.9.38",
"3.0": "3.0.2",
"3.0": "3.0.3",
"3.1": "3.1.0"
}
2 changes: 1 addition & 1 deletion automatic/juju/juju.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>juju</id>
<version>3.1.0</version>
<version>3.0.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/juju</packageSourceUrl>
<owners>chocolatey-community,AdmiringWorm</owners>
<title>Juju</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/juju/legal/VERIFICATION.txt
Expand Up @@ -6,13 +6,13 @@ The installer has been downloaded from their launchpad page <https://launchpad.n
The same download links are also located in their docs <https://jujucharms.com/docs/stable/reference-releases>
and can be verified like this:

1. Go to <https://launchpad.net/juju/3.1/3.1.0/+download/juju-setup-3.1.0.exe>
1. Go to <https://launchpad.net/juju/3.0/3.0.3/+download/juju-setup-3.0.3.exe>
to download the installer
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: 0D3C0511856264BEB0FA89E9144D5DA52E25562C5947610077A854F5277B422E
checksum: 196D973CF416943B5CDBFD1626BC6BB9F383E2E8525F09B59B4AC0A9714A5184

File 'LICENSE.txt' is obtained from <https://github.com/juju/juju/blob/0b9d2d867111e1476ace5483c9868960cfe22ba1/LICENCE>
2 changes: 1 addition & 1 deletion automatic/juju/tools/chocolateyinstall.ps1
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'juju'
fileType = 'exe'
softwareName = 'Juju'
file = "$toolsDir\juju-setup-3.1.0.exe"
file = "$toolsDir\juju-setup-3.0.3.exe"
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"${env:TEMP}\${env:chocolateyPackageName}.${env:chocolateyPackageVersion}.Install.log`""
validExitCodes= @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/thunderbird/thunderbird.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>thunderbird</id>
<version>102.7.2</version>
<version>102.8.0</version>
<title>Mozilla Thunderbird</title>
<owners>chocolatey-community</owners>
<authors>Mozilla</authors>
Expand Down

0 comments on commit 132df0e

Please sign in to comment.