Skip to content

Commit

Permalink
AU: 4 updated - mono nodejs nodejs.install Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 26, 2018
1 parent 7721147 commit da2d1ee
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion automatic/mono/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/c34f28fa8b47318d55fc0eb48dc53161af85e43b/icons/mono.png" height="48" width="48" /> mono](https://chocolatey.org/packages/mono)
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@c34f28fa8b47318d55fc0eb48dc53161af85e43b/icons/mono.png" height="48" width="48" /> mono](https://chocolatey.org/packages/mono)

Mono is a software platform designed to allow developers to easily create cross platform applications. Sponsored by Novell, Mono is an open source implementation of Microsoft’s .NET Framework based on the ECMA standards for C# and the Common Language Runtime. A growing family of solutions and an active and enthusiastic contributing community is helping position Mono to become the leading choice for development of Linux applications.

Expand Down
4 changes: 2 additions & 2 deletions automatic/mono/mono.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>mono</id>
<version>5.16.0.179</version>
<version>5.16.0.220</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/mono</packageSourceUrl>
<title>Mono</title>
<authors>Miguel de Icaza, other Mono committers</authors>
<owners>chocolatey, Miguel de Icaza, other Mono committers</owners>
<licenseUrl>https://www.mono-project.com/docs/faq/licensing/</licenseUrl>
<projectUrl>https://www.mono-project.com/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/c34f28fa8b47318d55fc0eb48dc53161af85e43b/icons/mono.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@c34f28fa8b47318d55fc0eb48dc53161af85e43b/icons/mono.png</iconUrl>
<copyright>© 2018 Mono Project</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
Expand Down
8 changes: 4 additions & 4 deletions automatic/mono/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
url = 'https://download.mono-project.com/archive/5.16.0/windows-installer/mono-5.16.0.179-gtksharp-2.12.45-win32-0.msi'
url64bit = 'https://download.mono-project.com/archive/5.16.0/windows-installer/mono-5.16.0.179-x64-0.msi'
url = 'https://download.mono-project.com/archive/5.16.0/windows-installer/mono-5.16.0.220-gtksharp-2.12.45-win32-0.msi'
url64bit = 'https://download.mono-project.com/archive/5.16.0/windows-installer/mono-5.16.0.220-x64-0.msi'
softwareName = 'Mono for Windows*'
checksum = '0b385b66d7d3ec641e5e52151932b66a5dcb4563926e50a74c53346866b36d05'
checksum = '2016c9c658f5c3793ea733fc67210915df124ff32261509df5e0625d0964a21c'
checksumType = 'sha256'
checksum64 = 'c643d3e55e8d05ffe182ea11bcb05ec7e033d063e123eef285e6c02a68ec2316'
checksum64 = '947ce174494d63dc19252006a0860126fe1edd4bd7587ca971c2479c60931976'
checksumType64 = 'sha256'
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/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
FileType = 'msi'
SoftwareName = 'Node.js'
File = $installFile
SilentArgs = '/quiet ADDLOCAL=ALL REMOVE=NodePerfCtrSupport'
SilentArgs = '/quiet ADDLOCAL=ALL REMOVE=NodeEtwSupport'
ValidExitCodes = @(0)
}
Install-ChocolateyInstallPackage @packageArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera/opera.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>Opera</id>
<version>56.0.3051.104</version>
<version>56.0.3051.116</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand All @@ -23,7 +23,7 @@ These parameters can be passed to the installer with the use of `--params`.
For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
]]></description>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-56/#b3051.104</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-56/#b3051.116</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar 0"; Write-Host "
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/56.0.3051.104/win/Opera_56.0.3051.104_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/56.0.3051.104/win/Opera_56.0.3051.104_Setup_x64.exe'
checksum = '071c6c37137fb454418ce02e1b94060b6dc193e8803c8a6e79259c0fc2808507'
checksum64 = '70d5f4de522f07aa1bb221efa7cb3a033016f7ac4eee5ccec2387cb703e653f4'
url = 'https://get.geo.opera.com/pub/opera/desktop/56.0.3051.116/win/Opera_56.0.3051.116_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/56.0.3051.116/win/Opera_56.0.3051.116_Setup_x64.exe'
checksum = 'fe9a7e3a60f40f6548b85ac1ae8b89a2bda5940d4328e2775ff769075e874521'
checksum64 = 'abb304c3b719f078c45470e84ebaac188bca5214b1c0df03de7b291d58dc9ecd'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

$version = '56.0.3051.104'
$version = '56.0.3051.116'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
} else {
Expand Down

0 comments on commit da2d1ee

Please sign in to comment.