From 9235b09159434ecf3985c474539ed8169d623b1d Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 10 Feb 2021 06:13:14 +0000 Subject: [PATCH] AU: 2 updated - displayfusion mumble [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/9e51e40c03d8eed066f1c8ec254d3189cba4544a --- automatic/displayfusion/displayfusion.json | 2 +- automatic/displayfusion/displayfusion.nuspec | 2 +- automatic/displayfusion/legal/VERIFICATION.txt | 4 ++-- automatic/displayfusion/tools/chocolateyInstall.ps1 | 2 +- automatic/mumble/legal/VERIFICATION.txt | 6 +++--- automatic/mumble/mumble.nuspec | 4 ++-- automatic/mumble/tools/chocolateyInstall.ps1 | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/automatic/displayfusion/displayfusion.json b/automatic/displayfusion/displayfusion.json index a4bdc3cc0c3..a71b9f8eaab 100644 --- a/automatic/displayfusion/displayfusion.json +++ b/automatic/displayfusion/displayfusion.json @@ -1,4 +1,4 @@ { "stable": "9.7.1", - "unstable": "9.7.2-Beta4" + "unstable": "9.7.2-Beta5" } diff --git a/automatic/displayfusion/displayfusion.nuspec b/automatic/displayfusion/displayfusion.nuspec index 5af21eba257..f4fa60cdf66 100644 --- a/automatic/displayfusion/displayfusion.nuspec +++ b/automatic/displayfusion/displayfusion.nuspec @@ -3,7 +3,7 @@ displayfusion - 9.7.2-Beta4 + 9.7.2-Beta5 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/displayfusion chocolatey-community, keithlammers, the-running-dev DisplayFusion diff --git a/automatic/displayfusion/legal/VERIFICATION.txt b/automatic/displayfusion/legal/VERIFICATION.txt index d3f17fff465..c3a5bc87c19 100644 --- a/automatic/displayfusion/legal/VERIFICATION.txt +++ b/automatic/displayfusion/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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 - checksum: CF90DD9AD7CABFA950C7695DBA05BC6BF5A71DC3AD29C3A82EAA96D72A304A42 + checksum: 90065D6D9A785D31C8A1229DAAEBB832C5CB4682E5399EF42CC6B238EEB3CA39 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/displayfusion/tools/chocolateyInstall.ps1 b/automatic/displayfusion/tools/chocolateyInstall.ps1 index 3479ee2b56b..955c47a2598 100644 --- a/automatic/displayfusion/tools/chocolateyInstall.ps1 +++ b/automatic/displayfusion/tools/chocolateyInstall.ps1 @@ -7,7 +7,7 @@ $localeTwoLetter = (Get-UICulture).TwoLetterISOLanguageName $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\DisplayFusionSetup-9.7.2-Beta4.exe" + file = "$toolsPath\DisplayFusionSetup-9.7.2-Beta5.exe" softwareName = 'displayfusion*' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LANG=$localeTwoLetter /STARTUPALL=1 /CONTEXTMENU=0 /LAUNCHAFTER=0 /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0, 1641, 3010) diff --git a/automatic/mumble/legal/VERIFICATION.txt b/automatic/mumble/legal/VERIFICATION.txt index cfb514af364..fd69cef5469 100644 --- a/automatic/mumble/legal/VERIFICATION.txt +++ b/automatic/mumble/legal/VERIFICATION.txt @@ -3,16 +3,16 @@ 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 +location on and can be verified by doing the following: -1. Download the following +1. Download the following 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 - checksum: 3F3038E7AAF87CDC6E1FA4658B399A7A5ED5A0F8C69C31CC4324363E3EB986D0 + checksum: 3B518DEB0DAE08360FFB27D24D40195B2D5F63CD42CE5E77B3024B10E73749C5 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/mumble/mumble.nuspec b/automatic/mumble/mumble.nuspec index f896399e66a..ffe0ec287a0 100644 --- a/automatic/mumble/mumble.nuspec +++ b/automatic/mumble/mumble.nuspec @@ -5,7 +5,7 @@ mumble Mumble chocolatey-community - 1.3.3 + 1.3.4 Natvig, et. al. https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/mumble.svg Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming. @@ -41,7 +41,7 @@ Example `choco install mumble --package-parameters="/IncludeAll"` Natvig, et. al. See License for more information. https://github.com/mumble-voip/mumble/blob/master/LICENSE false - https://wiki.mumble.info/wiki/1.3.3 + https://wiki.mumble.info/wiki/1.3.4 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/mumble https://github.com/mumble-voip/mumble https://github.com/mumble-voip/mumble/issues diff --git a/automatic/mumble/tools/chocolateyInstall.ps1 b/automatic/mumble/tools/chocolateyInstall.ps1 index 8dbee07c64b..12e4909363d 100644 --- a/automatic/mumble/tools/chocolateyInstall.ps1 +++ b/automatic/mumble/tools/chocolateyInstall.ps1 @@ -7,7 +7,7 @@ $packageName = $env:ChocolateyPackageName $packageArgs = @{ packageName = $packageName fileType = 'msi' - file = "$toolsPath\mumble-1.3.3.msi" + file = "$toolsPath\mumble-1.3.4.msi" softwareName = 'Mumble*' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 2010, 1641)