Skip to content

Commit

Permalink
AU: 4 updated - cmake cmake.install cmake.portable dropbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 23, 2021
1 parent ffc9379 commit ef62b86
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 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 @@ -11,5 +11,5 @@
"3.17": "3.17.5",
"3.18": "3.18.6",
"3.19": "3.19.7",
"3.20": "3.20.0-rc5"
"3.20": "3.20.0"
}
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.20.0-rc5</version>
<version>3.20.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/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.20.0-rc5/cmake-3.20.0-rc5-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.20.0-rc5/cmake-3.20.0-rc5-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0-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: 8CF0CD55682D8A56D5705FFF93DAE70BF0C302DCFEE1FEC7665476B94918DFDC
checksum64: 377AAE8DA90F9B1638430D8088764095C044371EBA8150FCF405BD0E159DD086
checksum32: 3FB39C6556D89E77D3F53C545439A34B7A3357D167F2075E60D27FFC8D4B6EB9
checksum64: B9B151DF0BC1C6A3B5B3F77B516C25A9BAEEA0A1DB5DE373AE379195D97017E6

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.20.0-rc5-windows-i386.msi"
file64 = "$toolsPath\cmake-3.20.0-rc5-windows-x86_64.msi"
file = "$toolsPath\cmake-3.20.0-windows-i386.msi"
file64 = "$toolsPath\cmake-3.20.0-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 @@ -11,5 +11,5 @@
"3.17": "3.17.5",
"3.18": "3.18.6",
"3.19": "3.19.7",
"3.20": "3.20.0-rc5"
"3.20": "3.20.0"
}
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.20.0-rc5</version>
<version>3.20.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/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.20.0-rc5/cmake-3.20.0-rc5-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.20.0-rc5/cmake-3.20.0-rc5-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0-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: 3C045D02B26FC03E1ED0D5C74B07E2F26C4AFED40F0AE18FD1A87B5AD5DFAAEC
checksum64: 270D0268AA577309CC2C4FDA24F6040D3EB8C2D722B8D6A4FCC7AA99BAE69197
checksum32: 6DF4C34F7D2735100EBAE91E6D2D37B3C3C7B81E93DECCE9F4926A4E505AFFBC
checksum64: 056378CB599353479C3A8AA2654454B8A3EAA3C8C0872928BA7E09C3EC50774C

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.20.0-rc5-windows-i386.zip"
file64 = "$toolsPath\cmake-3.20.0-rc5-windows-x86_64.zip"
file = "$toolsPath\cmake-3.20.0-windows-i386.zip"
file64 = "$toolsPath\cmake-3.20.0-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 @@ -11,5 +11,5 @@
"3.17": "3.17.5",
"3.18": "3.18.6",
"3.19": "3.19.7",
"3.20": "3.20.0-rc5"
"3.20": "3.20.0"
}
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.20.0-rc5</version>
<version>3.20.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/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.20.0-rc5]" />
<dependency id="cmake.install" version="[3.20.0]" />
</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": "119.3.1746-beta",
"beta": "119.3.1762-beta",
"stable": "118.4.460"
}
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>119.3.1746-beta</version>
<version>119.3.1762-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 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 = '119.3.1746'
$version = '119.3.1762'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20119.3.1746%20Offline%20Installer.exe'
checksum = '05c45af7cd9e049c9d702f0cf4b599e6d1346b0c0f83bdca2aecd6d11700c08b'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20119.3.1762%20Offline%20Installer.exe'
checksum = 'e2757ba11724e4ed0dd03bba24628961c37f366a3732c74978ff01b691bb0758'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down

0 comments on commit ef62b86

Please sign in to comment.