Skip to content

Commit

Permalink
AU: 2 updated - displayfusion mumble
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 10, 2021
1 parent 89081d7 commit 9235b09
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/displayfusion/displayfusion.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "9.7.1",
"unstable": "9.7.2-Beta4"
"unstable": "9.7.2-Beta5"
}
2 changes: 1 addition & 1 deletion automatic/displayfusion/displayfusion.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>displayfusion</id>
<version>9.7.2-Beta4</version>
<version>9.7.2-Beta5</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/displayfusion</packageSourceUrl>
<owners>chocolatey-community, keithlammers, the-running-dev</owners>
<title>DisplayFusion</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/displayfusion/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.displayfusion.com/Download/>
and can be verified by doing the following:

1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/101/DisplayFusionSetup-9.7.2-Beta4.exe>
1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/101/DisplayFusionSetup-9.7.2-Beta5.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
checksum: CF90DD9AD7CABFA950C7695DBA05BC6BF5A71DC3AD29C3A82EAA96D72A304A42
checksum: 90065D6D9A785D31C8A1229DAAEBB832C5CB4682E5399EF42CC6B238EEB3CA39

The file 'LICENSE.txt' has been obtained from <https://www.displayfusion.com/License/>
2 changes: 1 addition & 1 deletion automatic/displayfusion/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions automatic/mumble/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/mumble-voip/mumble/releases/tag/1.3.3>
location on <https://github.com/mumble-voip/mumble/releases/tag/1.3.4>
and can be verified by doing the following:

1. Download the following <https://github.com/mumble-voip/mumble/releases/download/1.3.3/mumble-1.3.3.msi>
1. Download the following <https://github.com/mumble-voip/mumble/releases/download/1.3.4/mumble-1.3.4.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
checksum: 3F3038E7AAF87CDC6E1FA4658B399A7A5ED5A0F8C69C31CC4324363E3EB986D0
checksum: 3B518DEB0DAE08360FFB27D24D40195B2D5F63CD42CE5E77B3024B10E73749C5

The file 'LICENSE.txt' has been obtained from <https://github.com/mumble-voip/mumble/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/mumble/mumble.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>mumble</id>
<title>Mumble</title>
<owners>chocolatey-community</owners>
<version>1.3.3</version>
<version>1.3.4</version>
<authors>Natvig, et. al.</authors>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/mumble.svg</iconUrl>
<summary>Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming.</summary>
Expand Down Expand Up @@ -41,7 +41,7 @@ Example `choco install mumble --package-parameters="/IncludeAll"`
<copyright>Natvig, et. al. See License for more information.</copyright>
<licenseUrl>https://github.com/mumble-voip/mumble/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://wiki.mumble.info/wiki/1.3.3</releaseNotes>
<releaseNotes>https://wiki.mumble.info/wiki/1.3.4</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/mumble</packageSourceUrl>
<projectSourceUrl>https://github.com/mumble-voip/mumble</projectSourceUrl>
<bugTrackerUrl>https://github.com/mumble-voip/mumble/issues</bugTrackerUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mumble/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9235b09

Please sign in to comment.