Skip to content

Commit

Permalink
AU: 5 updated - cmake cmake.install cmake.portable dropbox Waterfox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 1, 2023
1 parent 06c2edd commit 66b10f2
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"3.24": "3.24.4",
"3.25": "3.25.3",
"3.26": "3.26.4",
"3.27": "3.27.0-rc3"
"3.27": "3.27.0-rc4"
}
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.27.0-rc3</version>
<version>3.27.0-rc4</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.27.0-rc3/cmake-3.27.0-rc3-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.0-rc3/cmake-3.27.0-rc3-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.0-rc4/cmake-3.27.0-rc4-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.0-rc4/cmake-3.27.0-rc4-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: D968B6795D4A5A3F117A9B3A52413ED7B35A16365278F8FE0D40BC3F9E4B9547
checksum64: 7BC8F98C8831006BDB30C7DE158E49D6828CB096A8193B65689552A17BB58EC1
checksum32: BA065E14CED2121A6753D956B8012BAC9D3C6CC1196C43B1C6C6CB7CB7E7E362
checksum64: 417C1F4CFF826E39F6428CA07B2A51147071854F08F53528043262B5D7FF21C9

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.27.0-rc3-windows-i386.msi"
file64 = "$toolsPath\cmake-3.27.0-rc3-windows-x86_64.msi"
file = "$toolsPath\cmake-3.27.0-rc4-windows-i386.msi"
file64 = "$toolsPath\cmake-3.27.0-rc4-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 @@ -18,5 +18,5 @@
"3.24": "3.24.4",
"3.25": "3.25.3",
"3.26": "3.26.4",
"3.27": "3.27.0-rc3"
"3.27": "3.27.0-rc4"
}
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.27.0-rc3</version>
<version>3.27.0-rc4</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.27.0-rc3/cmake-3.27.0-rc3-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.0-rc3/cmake-3.27.0-rc3-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.0-rc4/cmake-3.27.0-rc4-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.0-rc4/cmake-3.27.0-rc4-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: 0AEF37D8AC0156A01422369FD25643AAD8BA50AEB3622265AC4A346EDC490FC6
checksum64: 858A8533C5DC22AE694AA4F6EBD181F9F3C0F82566EECB197D9BCACE3C0B3185
checksum32: DB48AFA837978FB8E4644D52C822888FE6A6BB769EF34510844D91B4B0B84A24
checksum64: EF09DE4B8AD563B226BCF57CD609A1BD1C05E7A5AC87B844830BB09A8E58F563

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.27.0-rc3-windows-i386.zip"
file64 = "$toolsPath\cmake-3.27.0-rc3-windows-x86_64.zip"
file = "$toolsPath\cmake-3.27.0-rc4-windows-i386.zip"
file64 = "$toolsPath\cmake-3.27.0-rc4-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 @@ -18,5 +18,5 @@
"3.24": "3.24.4",
"3.25": "3.25.3",
"3.26": "3.26.4",
"3.27": "3.27.0-rc3"
"3.27": "3.27.0-rc4"
}
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.27.0-rc3</version>
<version>3.27.0-rc4</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.27.0-rc3]" />
<dependency id="cmake.install" version="[3.27.0-rc4]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "178.3.4676-beta",
"beta": "178.3.4678-beta",
"stable": "177.4.5399"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>177.4.5399</version>
<version>178.3.4678-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '177.4.5399'
$version = '178.3.4678'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20177.4.5399%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20177.4.5399%20Offline%20Installer.x64.exe'
checksum = '5b14a8416bc29e90cd6d37221eb25e9962e4b415fd3648c904c24008a4346872'
checksum64 = '68b4d5bae4754dfe3b675b0ef676137dc96cbe88ea48582c438c9af9148172ad'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20178.3.4678%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20178.3.4678%20Offline%20Installer.x64.exe'
checksum = '0a520eb7417429696612a655efb05a7bfbac71b8e21867a3a1e96a0a29fec94c'
checksum64 = '1930cf13d2e0192525e5804b43b46d77255ec824da5aed7e5208732d884929b4'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"current": "23065.1.8",
"current": "23075.1.8",
"classic": "2022.11"
}
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.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>Waterfox</id>
<version>23065.1.8</version>
<version>23075.1.8</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey-community,tonigellida,admiringworm</owners>
<title>Waterfox</title>
Expand Down

0 comments on commit 66b10f2

Please sign in to comment.