Skip to content

Commit

Permalink
AU: 1 updated - mumble
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 22, 2022
1 parent fb4be90 commit 2e79a19
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/mumble/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/mumble.svg" width="48" height="48"/> [mumble](https://chocolatey.org/packages/mumble)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/mumble.svg" width="48" height="48"/> [mumble](https://chocolatey.org/packages/mumble)


Mumble is a voice over IP (VOIP) application primarily designed for use by gamers, similar to programs such as TeamSpeak and Ventrilo.
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.4>
location on <https://github.com/mumble-voip/mumble/releases/tag/v1.4.230>
and can be verified by doing the following:

1. Download the following <https://github.com/mumble-voip/mumble/releases/download/1.3.4/mumble-1.3.4.msi>
1. Download the following <https://github.com/mumble-voip/mumble/releases/download/v1.4.230/mumble_client-1.4.230.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
checksum: 3B518DEB0DAE08360FFB27D24D40195B2D5F63CD42CE5E77B3024B10E73749C5
checksum: AC08A69B88442B5F0D5B4566C0241F4A6F12CEFF4406B0355FA78FF6630E73F6

The file 'LICENSE.txt' has been obtained from <https://github.com/mumble-voip/mumble/blob/master/LICENSE>
12 changes: 8 additions & 4 deletions automatic/mumble/mumble.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<id>mumble</id>
<title>Mumble</title>
<owners>chocolatey-community</owners>
<version>1.3.4</version>
<version>1.4.230</version>
<authors>Natvig, et. al.</authors>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/mumble.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@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>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description><![CDATA[
Expand Down Expand Up @@ -35,14 +35,18 @@ Mumble is free and open-source software, is cross-platform, and is released unde
- `/IncludeAll` - Will install everything available in the installer (including the Murmur server)
Example `choco install mumble --package-parameters="/IncludeAll"`
## Notes
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<projectUrl>http://www.mumble.info/</projectUrl>
<tags>mumble voice foss chat cross-platform voip admin</tags>
<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.4</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/mumble</packageSourceUrl>
<releaseNotes>https://www.mumble.info/blog/mumble-1.4.230/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/mumble</packageSourceUrl>
<projectSourceUrl>https://github.com/mumble-voip/mumble</projectSourceUrl>
<bugTrackerUrl>https://github.com/mumble-voip/mumble/issues</bugTrackerUrl>
<dependencies>
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.4.msi"
file = "$toolsPath\mumble_client-1.4.230.x64.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 2e79a19

Please sign in to comment.