Skip to content

Commit

Permalink
AU: 2 updated - classic-shell jitsi
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 5, 2018
1 parent c310999 commit e75ffc1
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 27 deletions.
9 changes: 5 additions & 4 deletions automatic/classic-shell/classic-shell.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>classic-shell</id>
<version>4.3.1</version>
<version>4.3.1.20180405</version>
<title>Classic Shell</title>
<owners>chocolatey</owners>
<authors>Ivo Beltchev</authors>
Expand All @@ -12,7 +12,7 @@
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/5c233ebee7980ad20558f79748a56f8ff71aa06c/icons/classic-shell.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description>
<description><![CDATA[
Classic Shell is a collection of usability enhancements for Windows. The main features are:
## Features
Expand All @@ -27,8 +27,9 @@ Classic Shell is a collection of usability enhancements for Windows. The main fe
## Notes
- If you want to install only specific components, e.g. only the Start Menu, use
`choco install classic-shell -installArgs ADDLOCAL=ClassicStartMenu`. If Classic Shell gets updated, you won’t have to specify the `-installArgs` again. It remembers your previous selection and will only install the component you have specified. To look for other possible installer arguments, go to http://www.classicshell.net/faq/#install_commands
</description>
`choco install classic-shell -installArgs ADDLOCAL=ClassicStartMenu`. If Classic Shell gets updated, you won't have to specify the `-installArgs` again. It remembers your previous selection and will only install the component you have specified. To look for other possible installer arguments, go to http://www.classicshell.net/faq/#install_commands
]]></description>
<summary>Usability enhancements for Windows</summary>
<copyright>Classic Shell</copyright>
<tags>classic-shell shell freeware start-menu admin</tags>
Expand Down
6 changes: 3 additions & 3 deletions automatic/classic-shell/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 <http://www.classicshell.net/>
and can be verified by doing the following:

1. Download the following <>
1. Download the following <http://classicshell.mediafire.com/file/d5llbbm8wu92jg8/ClassicShellSetup_4_3_1.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:
checksum:
checksum type: sha256
checksum: 8BBD850FD8A2B41D090FBF8E005F9A5A76C774ACA643318A8A34254F99F79ED8

The file 'LICENSE.txt' has been obtained from <http://www.classicshell.net/faq/#general_free>
4 changes: 2 additions & 2 deletions automatic/classic-shell/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\"
file = "$toolsPath\ClassicShellSetup_4_3_1.exe"
softwareName = 'classic-shell*'
silentArgs = '/passive'
validExitCodes = @(0)
}

Install-ChocolateyInstallPackage @packageArgs

ls $toolsPath\*.exe | % { rm $_ -ea 0; if (Test-Path $_) { sc "$_.ignore" } }
Get-ChildItem $toolsPath\*.exe | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" } }
14 changes: 7 additions & 7 deletions automatic/jitsi/jitsi.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"2.0": "2.0.4506.10553",
"2.2": "2.2.4603.961501",
"2.4": "2.4.4997.20140504",
"2.6": "2.6.5390",
"2.8": "2.8.5426",
"2.10": "2.10.5550"
{
"2.0": "2.0.4506.10553",
"2.2": "2.2.4603.961501",
"2.4": "2.4.4997.20140504",
"2.6": "2.6.5390",
"2.8": "2.8.5426",
"2.10": "2.10.5550.20180405"
}
7 changes: 4 additions & 3 deletions automatic/jitsi/jitsi.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>jitsi</id>
<version>2.10.5550</version>
<version>2.10.5550.20180405</version>
<title>Jitsi</title>
<owners>chocolatey</owners>
<authors>Emil Ivov and others</authors>
Expand All @@ -14,9 +14,10 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<mailingListUrl>https://jitsi.org/mailing-lists/</mailingListUrl>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description>
<description><![CDATA[
Jitsi (formerly SIP Communicator) is a free and open source multiplatform voice (VoIP), videoconferencing and instant messaging application for Windows, Linux and Mac OS X. It supports several popular instant messaging and telephony protocols, including open recognised encryption protocols for chat (OTR) and voice/video/streaming and voice/video conferencing (SIP/RTP/SRTP/ZRTP), as well as built-in IPv6, NAT traversal and DNSSEC. Jitsi and its source code are released under the terms of the LGPL.
</description>
]]></description>
<docsUrl>https://jitsi.org/Documentation/UserDocumentation</docsUrl>
<summary>Jitsi is an audio/video and chat communicator with many useful features.</summary>
<bugTrackerUrl>https://github.com/jitsi/jitsi/issues</bugTrackerUrl>
Expand Down
10 changes: 5 additions & 5 deletions automatic/jitsi/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://download.jitsi.org/jitsi/msi/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <>
64-Bit software: <>
32-Bit software: <https://download.jitsi.org/jitsi/msi/jitsi-2.10.5550-x86.msi>
64-Bit software: <https://download.jitsi.org/jitsi/msi/jitsi-2.10.5550-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:
checksum32:
checksum64:
checksum type: sha256
checksum32: F0AABB9F32E93183D6845F5B5D9E2F1F8B531133C92F3A26BF539A87F16B4572
checksum64: CF0AFA658974AF2FFC2683497419BA03A68448D69D3F972B0D29C89C629D0442

The file 'LICENSE.txt' has been obtained from <https://github.com/jitsi/jitsi/blob/d645695673349e3947e8e5ae42332d0ac3164cd7/LICENSE>
6 changes: 3 additions & 3 deletions automatic/jitsi/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\"
file64 = "$toolsPath\"
file = "$toolsPath\jitsi-2.10.5550-x86.msi"
file64 = "$toolsPath\jitsi-2.10.5550-x64.msi"
softwareName = 'jitsi*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
}

Install-ChocolateyInstallPackage @packageArgs

ls $toolsPath\*.msi | % { rm $_ -ea 0; if (Test-Path $_) { sc "$_.ignore" } }
Get-ChildItem $toolsPath\*.msi | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" } }

0 comments on commit e75ffc1

Please sign in to comment.