Skip to content

Commit

Permalink
AU: 5 updated - cmake cmake.install cmake.portable dropbox mp3tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 7, 2024
1 parent b06a647 commit 374cf3c
Show file tree
Hide file tree
Showing 16 changed files with 33 additions and 33 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 @@ -22,5 +22,5 @@
"3.28": "3.28.6",
"3.29": "3.29.8",
"3.30": "3.30.5",
"3.31": "3.31.0-rc3"
"3.31": "3.31.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.31.0-rc3</version>
<version>3.31.0</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.31.0-rc3/cmake-3.31.0-rc3-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.31.0-rc3/cmake-3.31.0-rc3-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.31.0/cmake-3.31.0-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.31.0/cmake-3.31.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: EC6431B4EB4E99C85C22F37FB2687B161A5D1E84B7F6FA1356FEC3E5C4E4D777
checksum64: ED336E125A1862410EF767BEDAD0504C6D83137D6375F36D64E932F589DD6DCE
checksum32: 8E05A269490DF4DA98E2EBF22FD599173BDE8AD6C77E856E88437B91D6A9AF21
checksum64: 3E77402D80FAEC20EFEACF0B9C683D405846377EFE6F2AEC1A8DF82AFCAADAC4

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.31.0-rc3-windows-i386.msi"
file64 = "$toolsPath\cmake-3.31.0-rc3-windows-x86_64.msi"
file = "$toolsPath\cmake-3.31.0-windows-i386.msi"
file64 = "$toolsPath\cmake-3.31.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 @@ -22,5 +22,5 @@
"3.28": "3.28.6",
"3.29": "3.29.8",
"3.30": "3.30.5",
"3.31": "3.31.0-rc3"
"3.31": "3.31.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.31.0-rc3</version>
<version>3.31.0</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.31.0-rc3/cmake-3.31.0-rc3-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.31.0-rc3/cmake-3.31.0-rc3-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.31.0/cmake-3.31.0-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.31.0/cmake-3.31.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: 111372C6B5434894D8177F0D6FFFED96672F92DC7CB0398483EF6313CE61BA07
checksum64: 691C4967FDF4FE55F8F15AD82C1529111C535F9D33726AE8DAEC7569545AF4D9
checksum32: 62789A29B61C17A5DA47A8FDA10A4C553C891D4846310ADDC6B3A76631621026
checksum64: F4B499F71CF44115A1D711D4867DA3C6BD2F3F4D7121C213ACE979757640385C

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.31.0-rc3-windows-i386.zip"
file64 = "$toolsPath\cmake-3.31.0-rc3-windows-x86_64.zip"
file = "$toolsPath\cmake-3.31.0-windows-i386.zip"
file64 = "$toolsPath\cmake-3.31.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 @@ -22,5 +22,5 @@
"3.28": "3.28.6",
"3.29": "3.29.8",
"3.30": "3.30.5",
"3.31": "3.31.0-rc3"
"3.31": "3.31.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.31.0-rc3</version>
<version>3.31.0</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 @@ -50,7 +50,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' --app
* [News](https://blog.kitware.com/tag/CMake/)
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.31.0-rc3]" />
<dependency id="cmake.install" version="[3.31.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": "212.3.5673-beta",
"beta": "212.3.5724-beta",
"stable": "211.4.6008"
}
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>212.3.5673-beta</version>
<version>212.3.5724-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 = '212.3.5673'
$version = '212.3.5724'

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%20212.3.5673%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20212.3.5673%20Offline%20Installer.x64.exe'
checksum = '67ebac7cd0bc83710a66875c5ad0667f742a368718bc319aa680a9d706d30b4c'
checksum64 = 'fe61320024081e333657f8781e6c552291fae1b2a69cacaaaacdf1b3893f1619'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20212.3.5724%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20212.3.5724%20Offline%20Installer.x64.exe'
checksum = '5f47be589d09b699582e932c3525759087306bee08cd771d35229a9c259244d2'
checksum64 = '3d4ba6d9b0cc6ee88a3200eb4faf13f61e005ec42083ae339e09b1b6d6823f5e'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
8 changes: 4 additions & 4 deletions automatic/mp3tag/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://community.mp3tag.de/t/mp3tag-development-build-status/455>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <http://download.mp3tag.de/mp3tagv327dsetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv327d-x64-setup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv327esetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv327e-x64-setup.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: 486FD946A099F0CB6E7096D9FDB796906EA0EF5899C09CC24F6C9C389032E9A0
checksum64: 633BC90930A57AA605F552A7C88CBFBAF086855108F6F00C2C15AC9F09A6FE85
checksum32: E0283A444850729C6DFA7D0F209F0375883FD8B456622DFE2262D3B5BEDC5BC4
checksum64: 6E5EDE062D7296B4381FF2E01EE317E2C4AB9C73351309A72411643635718A3F

The file 'LICENSE.txt' has been obtained from <http://help.mp3tag.de/misc_license.html>
2 changes: 1 addition & 1 deletion automatic/mp3tag/mp3tag.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>mp3tag</id>
<version>3.27.4-beta</version>
<version>3.27.5-beta</version>
<title>Mp3tag</title>
<owners>chocolatey-community</owners>
<authors>Florian Heidenreich</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mp3tag/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ New-Item $iniFile -type file -force -value $iniContent
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\mp3tagv327dsetup.exe"
file64 = "$toolsPath\mp3tagv327d-x64-setup.exe"
file = "$toolsPath\mp3tagv327esetup.exe"
file64 = "$toolsPath\mp3tagv327e-x64-setup.exe"
silentArgs = "/S"
validExitCodes = @(0)
}
Expand Down

0 comments on commit 374cf3c

Please sign in to comment.