Skip to content

Commit

Permalink
AU: 7 updated - cmake cmake.install cmake.portable InkScape qbittorre…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 28, 2023
1 parent 704570f commit 120dc17
Show file tree
Hide file tree
Showing 21 changed files with 173 additions and 173 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 @@ -17,7 +17,7 @@
"3.23": "3.23.5",
"3.24": "3.24.4",
"3.25": "3.25.3",
"3.26": "3.26.5",
"3.26": "3.26.6",
"3.27": "3.27.8",
"3.28": "3.28.0-rc5"
}
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.28.0-rc5</version>
<version>3.26.6</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.28.0-rc5/cmake-3.28.0-rc5-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.28.0-rc5/cmake-3.28.0-rc5-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.6/cmake-3.26.6-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.6/cmake-3.26.6-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: AC118298D69040A15AADA5AEA8994468FA7AA9F429C8AD9680BD4A341D679170
checksum64: 566AAC44C484764078BA417A5F1179AA0666FFDE262418F56870969C3B6AB862
checksum32: ADBAF31E0D447E03DC009681DD211AD17D8FC0FF7C6A0C20033E4FD13342B4E6
checksum64: B4020A232207EE8438819B834EE33FCC0324B45E1ABB003AE22F8E2B4D77BB7A

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.28.0-rc5-windows-i386.msi"
file64 = "$toolsPath\cmake-3.28.0-rc5-windows-x86_64.msi"
file = "$toolsPath\cmake-3.26.6-windows-i386.msi"
file64 = "$toolsPath\cmake-3.26.6-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,7 +17,7 @@
"3.23": "3.23.5",
"3.24": "3.24.4",
"3.25": "3.25.3",
"3.26": "3.26.5",
"3.26": "3.26.6",
"3.27": "3.27.8",
"3.28": "3.28.0-rc5"
}
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.28.0-rc5</version>
<version>3.26.6</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.28.0-rc5/cmake-3.28.0-rc5-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.28.0-rc5/cmake-3.28.0-rc5-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.6/cmake-3.26.6-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.26.6/cmake-3.26.6-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: 95C9B21B536261B0AEB76E79330F9802547E41FF07929AD9288E5B79A2DBD6BD
checksum64: 41A7789375C93CD5EDDA00928298050F124418FCB2237521493029FF6955C557
checksum32: DC3F535D880D1FFA7CFA86A0EEFDC1FC9BF8B9EDE59D1DEB7A2BB41F0A58D2D4
checksum64: 07B1C4CAE3182CA1782A4D9775B5E5D164B475EB010E1DD98CE0C206C38FA73D

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.28.0-rc5-windows-i386.zip"
file64 = "$toolsPath\cmake-3.28.0-rc5-windows-x86_64.zip"
file = "$toolsPath\cmake-3.26.6-windows-i386.zip"
file64 = "$toolsPath\cmake-3.26.6-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,7 +17,7 @@
"3.23": "3.23.5",
"3.24": "3.24.4",
"3.25": "3.25.3",
"3.26": "3.26.5",
"3.26": "3.26.6",
"3.27": "3.27.8",
"3.28": "3.28.0-rc5"
}
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.28.0-rc5</version>
<version>3.26.6</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.28.0-rc5]" />
<dependency id="cmake.install" version="[3.26.6]" />
</dependencies>
</metadata>
<files />
Expand Down
4 changes: 2 additions & 2 deletions automatic/inkscape/inkscape.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>InkScape</id>
<version>1.3.1</version>
<version>1.3.2</version>
<title>Inkscape</title>
<owners>chocolatey-community</owners>
<authors>Inkscape developers</authors>
Expand Down Expand Up @@ -42,7 +42,7 @@ All Inkscape projects may be exported in formats friendly to web browsers or com
<mailingListUrl>https://inkscape.org/en/community/mailing-lists/</mailingListUrl>
<bugTrackerUrl>https://bugs.launchpad.net/inkscape</bugTrackerUrl>
<summary>An Open Source vector graphics editor, with capabilities similar to Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector Graphics (SVG) file format.</summary>
<releaseNotes>https://inkscape.org/release/inkscape-1.3.1/#left-column</releaseNotes>
<releaseNotes>https://inkscape.org/release/inkscape-1.3.2/#left-column</releaseNotes>
<copyright>inkscape.org</copyright>
<tags>inkscape editor foss cross-platform svg vector-graphics icons graphics export drawing art admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/inkscape</packageSourceUrl>
Expand Down
6 changes: 3 additions & 3 deletions automatic/inkscape/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://inkscape.org/release/inkscape-1.3.1/windows>
location on <https://inkscape.org/release/inkscape-1.3.2/windows>
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://inkscape.org/gallery/item/44472/inkscape-1.3.1_2023-11-16_91b66b0783-x64_yOr62Fw.msi>
64-Bit software: <https://inkscape.org/gallery/item/44619/inkscape-1.3.2_2023-11-25_091e20e-x64.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
checksum64: 90F8F632C57FE6AB5B050BA1ED8DC08AE79D88BB9C48EE6DE3E8D17DB5673F58
checksum64: 214263CB23D241134AF0A22144C54FF1A1C0993D3A1C9EA7D76710F985A145DF

The file 'LICENSE.txt' has been obtained from <http://www.gnu.org/licenses/gpl-2.0.txt>
8 changes: 4 additions & 4 deletions automatic/inkscape/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
url = 'https://inkscape.org/gallery/item/44473/inkscape-1.3.1_2023-11-16_91b66b0783-x86_ulhsqfz.msi'
checksum = 'E49D533D0D741509A7B982541C9014F4EF7C20FF9063D602E211DE09717D523E'
url = 'https://inkscape.org/gallery/item/44620/inkscape-1.3.2_2023-11-25_091e20ef0f-x86.msi'
checksum = 'ADA39E3C380AF0E316630D33D31804A320E06D3EC5D8C093CBBC19A1276F81EE'
checksumType = 'sha256'
file64 = "$toolsPath\inkscape-1.3.1_2023-11-16_91b66b0783-x64_yOr62Fw.msi"
file64 = "$toolsPath\inkscape-1.3.2_2023-11-25_091e20e-x64.msi"
softwareName = 'InkScape*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
}

[array]$key = Get-UninstallRegistrykey $packageArgs['softwareName']
if ($key.Count -eq 1) {
if ($key[0].DisplayVersion -eq '1.3.1') {
if ($key[0].DisplayVersion -eq '1.3.2') {
Write-Host "Software already installed"
return
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/qbittorrent/qbittorrent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>qbittorrent</id>
<title>qBittorrent</title>
<version>4.6.1</version>
<version>4.6.2</version>
<authors>Christophe Dumez</authors>
<owners>chocolatey-community,nconrads</owners>
<summary>qBittorrent is a free software cross-platform BitTorrent client GUI written with Qt4.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/qbittorrent/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ The installer has been downloaded from the alternative sourceforge mirror listed
and can be verified like this:

1. Download the following installers:
64-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.6.1/qbittorrent_4.6.1_x64_setup.exe/download>
64-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.6.2/qbittorrent_4.6.2_x64_setup.exe/download>
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
checksum64: F3C6608DBF3187E6244B3023510A4425DE8AC5D49A9628EE79453CC28EB19CC8
checksum64: E9ACB8C841E73FAB357AB86CFA122A5193D6562BEFE71F0DBF7D86AC1B3B0FDA

File 'LICENSE.txt' is obtained from <https://github.com/qbittorrent/qBittorrent/blob/0070dcf5509e43c2c3457c4e3f1ed0b1ae087e36/COPYING>
2 changes: 1 addition & 1 deletion automatic/qbittorrent/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $packageArgs = @{
packageName = 'qbittorrent'
fileType = 'exe'
softwareName = 'qBittorrent*'
file64 = "$toolsDir\qbittorrent_4.6.1_x64_setup.exe"
file64 = "$toolsDir\qbittorrent_4.6.2_x64_setup.exe"
silentArgs = '/S'
validExitCodes = @(0, 1223)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>selenium-chromium-edge-driver</id>
<!-- Do not touch the version, it will be updated automatically during the update check -->
<version>119.0.2151.72</version>
<version>119.0.2151.93</version>
<title>Selenium Chromium Edge Driver</title>
<authors>Chromium and Microsoft teams</authors>
<owners>chocolatey-community,agabrys,laurin1,AdmiringWorm</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ $parameters = Get-PackageParameters

$packageArgs = @{
packageName = 'selenium-chromium-edge-driver'
url = 'https://msedgedriver.azureedge.net/119.0.2151.72/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/119.0.2151.72/edgedriver_win64.zip'
checksum = '09634249bde18caf3e92addd46561f00346043dce28ecce685384c8b412d75d9'
checksum64 = '8f7a58ed0c389bd203de0532d8e7fd1b339c4de9dea08ad79073559fa6c68092'
url = 'https://msedgedriver.azureedge.net/119.0.2151.93/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/119.0.2151.93/edgedriver_win64.zip'
checksum = 'b0a651dc2f0494ec298c2b9325bf9d9637b446294ce565a859ea0e065348c64c'
checksum64 = '0805a50230a0308524964a28c10d4bee7897a283c6c7f6cafa3b093ec0e4aaf4'
checksumType = 'sha256'
checksumType64 = 'sha256'
unzipLocation = $seleniumDir
Expand Down
2 changes: 1 addition & 1 deletion automatic/thunderbird/thunderbird.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>thunderbird</id>
<version>115.5.0</version>
<version>115.5.1</version>
<title>Mozilla Thunderbird</title>
<owners>chocolatey-community</owners>
<authors>Mozilla</authors>
Expand Down
Loading

0 comments on commit 120dc17

Please sign in to comment.