Skip to content

Commit

Permalink
AU: 6 updated - chromium cmake cmake.install cmake.portable dropbox t…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 19, 2023
1 parent da3efbc commit 7e2042f
Show file tree
Hide file tree
Showing 19 changed files with 39 additions and 39 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": "115.0.5779.0-snapshots",
"snapshots": "115.0.5780.0-snapshots",
"stable": "113.0.5672.127"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>113.0.5672.127</version>
<title>Chromium</title>
<version>115.0.5780.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
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://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/v113.0.5672.127-r1121455/mini_installer.sync.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1146117/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1146116/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: 1388FB621485A92E82211D351E0E7CC44EAC4DE03D8A6F818BA134A472696EED
checksum32: 97EE471D3EC10A86A309DF54E972AFE329285BD215346B5DF9A41056A411043F
checksum64: EE3F4228C04BF3AB98A0311B9A4B347C707C42D7E65A24A017C58A5678D7E9EC

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 = "113.0.5672.127"
$version = "115.0.5780.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
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"3.23": "3.23.5",
"3.24": "3.24.4",
"3.25": "3.25.3",
"3.26": "3.26.3"
"3.26": "3.26.4"
}
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.26.3</version>
<version>3.26.4</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.26.3/cmake-3.26.3-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.3/cmake-3.26.3-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.4/cmake-3.26.4-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.4/cmake-3.26.4-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: 825C0DB787AC0483563EACC527F921B0E2C543625DF886528DD088068E62AA44
checksum64: AE574A483616A268F215AC67C6861E8E4F8C34DF7B377A7FDB97A93574670732
checksum32: A7D76CBF44999EF73926984A275418BFDB98EBC4D99C2374E2148F2EC9106DC9
checksum64: 566FED3FA51A274609677717D0A0F38BA69AB0B3D987DF53C05392A13FC211C4

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.26.3-windows-i386.msi"
file64 = "$toolsPath\cmake-3.26.3-windows-x86_64.msi"
file = "$toolsPath\cmake-3.26.4-windows-i386.msi"
file64 = "$toolsPath\cmake-3.26.4-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 @@ -17,5 +17,5 @@
"3.23": "3.23.5",
"3.24": "3.24.4",
"3.25": "3.25.3",
"3.26": "3.26.3"
"3.26": "3.26.4"
}
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.26.3</version>
<version>3.26.4</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.26.3/cmake-3.26.3-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.3/cmake-3.26.3-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.4/cmake-3.26.4-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.4/cmake-3.26.4-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: 073EBCE128B05716ED07DFA1D62448302C1355013EF4B5E17C3535A2821C4CBC
checksum64: 91A418595CC9A97D5F679E36728DFEC79EE52980F51E8814EC7B05B890708523
checksum32: 342CA44F494985F8EF43676EB8A0404B2C68321036E28AA221CEAB51D377B158
checksum64: 62C35427104A4F8205226F72708D71334BD36A72CF72C60D0E3A766D71DCC78A

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.26.3-windows-i386.zip"
file64 = "$toolsPath\cmake-3.26.3-windows-x86_64.zip"
file = "$toolsPath\cmake-3.26.4-windows-i386.zip"
file64 = "$toolsPath\cmake-3.26.4-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 @@ -17,5 +17,5 @@
"3.23": "3.23.5",
"3.24": "3.24.4",
"3.25": "3.25.3",
"3.26": "3.26.3"
"3.26": "3.26.4"
}
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.26.3</version>
<version>3.26.4</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.3]" />
<dependency id="cmake.install" version="[3.26.4]" />
</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": "175.3.5368-beta",
"stable": "173.4.6706"
"stable": "174.4.5852"
}
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>175.3.5368-beta</version>
<version>174.4.5852</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 = '175.3.5368'
$version = '174.4.5852'

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%20175.3.5368%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20175.3.5368%20Offline%20Installer.x64.exe'
checksum = 'dbe3ec564f9cc921e8036d9396f399155e05e3da0b4dfa57bcefa20d7c39663b'
checksum64 = 'a2971ee2e20f632e8756a919e1680fb7b823b32cb1878c63bdf830ed26f94247'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20174.4.5852%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20174.4.5852%20Offline%20Installer.x64.exe'
checksum = 'f430958749e48f8b8996b129a9208851236c7a4734beba23396f65947bd59634'
checksum64 = '68b09b3d5cc41ba4d5eb3b2a74a53020bf49894d6cc863964f8c57881200a568'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
8 changes: 4 additions & 4 deletions automatic/tor-browser/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ $destinationFolder = GetInstallDirectory -toolsPath $toolsDir
$packageArgs = @{
PackageName = 'tor-browser'
FileType = 'exe'
Url = 'https://www.torproject.org/dist/torbrowser/12.0.4/torbrowser-install-12.0.4_ALL.exe'
Url64 = 'https://www.torproject.org/dist/torbrowser/12.0.4/torbrowser-install-win64-12.0.4_ALL.exe'
Checksum = '11b01f5065d360d0955bad51498555fe48502749cc111a44976436b61d2ba2bd'
Checksum64 = 'ddad37d7324cc8ba3633528f8df1e7a27c0df11aa48d27c202a925bfefb4b390'
Url = 'https://www.torproject.org/dist/torbrowser/12.0.6/torbrowser-install-12.0.6_ALL.exe'
Url64 = 'https://www.torproject.org/dist/torbrowser/12.0.6/torbrowser-install-win64-12.0.6_ALL.exe'
Checksum = 'd1fa1e406589a9632211d804aceea1a3a092bcf2b9e547541a42d49b8403c08b'
Checksum64 = 'd378d8f3b858ee9e122bed702c30e084d9e06e8424c446ac23960f18b52af533'
ChecksumType = 'sha256'
SilentArgs = "/S","/D=$destinationFolder"
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/tor-browser/tor-browser.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>tor-browser</id>
<version>12.0.4</version>
<version>12.0.6</version>
<title>Tor Browser</title>
<owners>chocolatey-community</owners>
<authors>Tor Project</authors>
Expand Down

0 comments on commit 7e2042f

Please sign in to comment.