Skip to content

Commit

Permalink
AU: 9 updated - Firefox Opera simplewall simplewall.install simplewal…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 25, 2020
1 parent 86b965e commit c5e4e57
Show file tree
Hide file tree
Showing 20 changed files with 263 additions and 263 deletions.
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latest": "79.0.0.20200817",
"esr": "68.11.0"
"latest": "80.0",
"esr": "68.12.0"
}
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>79.0.0.20200817</version>
<version>80.0</version>
<authors>Mozilla</authors>
<projectUrl>https://www.mozilla.org/en-US/firefox/new/</projectUrl>
<projectSourceUrl>https://hg.mozilla.org/mozilla-central/</projectSourceUrl>
Expand Down Expand Up @@ -58,7 +58,7 @@ Command-line options for installer configuration. See the [official page](https:
]]></description>
<summary>Bringing together all kinds of awesomeness to make browsing better for you</summary>
<tags>browser mozilla firefox admin foss cross-platform</tags>
<releaseNotes>https://www.mozilla.org/en-US/firefox/79.0/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/80.0/releasenotes/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/firefox</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
384 changes: 192 additions & 192 deletions automatic/firefox/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions automatic/firefox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $softwareName = 'Mozilla Firefox'

$pp = Get-PackageParameters

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '79.0')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '80.0')

if (Get-32bitOnlyInstalled -product $softwareName) {
Write-Output $(
Expand Down Expand Up @@ -62,15 +62,15 @@ else {
softwareName = "$softwareName*"
Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download.mozilla.org/?product=firefox-79.0-ssl&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=firefox-80.0-ssl&os=win&lang=${locale}"
silentArgs = "$sa /S"
validExitCodes = @(0)
}

if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-79.0-ssl&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-80.0-ssl&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @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>70.0.3728.119</version>
<version>70.0.3728.133</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand All @@ -22,7 +22,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-70/#b3728.119</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-70/#b3728.133</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/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 "Oper
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/70.0.3728.119/win/Opera_70.0.3728.119_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/70.0.3728.119/win/Opera_70.0.3728.119_Setup_x64.exe'
checksum = '95eec66520687c8012403b5b42712501a92eb049219c45b3b9c7360f7a1bde1b'
checksum64 = '9f45ead835cf8ae25eb3a61b98390cad3222e7c3aaf30e3aff4bd6307319c5cb'
url = 'https://get.geo.opera.com/pub/opera/desktop/70.0.3728.133/win/Opera_70.0.3728.133_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/70.0.3728.133/win/Opera_70.0.3728.133_Setup_x64.exe'
checksum = '6a72791443c0cc43dc0405e4a60992ac161a489e0767eaeccb5d1cff424896fa'
checksum64 = '66932d622fef349cbfce15276f14cbc063d24238fb804191c2d07e89013c81eb'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '70.0.3728.119'
$version = '70.0.3728.133'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/simplewall.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/henrypp/simplewall/releases/download/v.3.2.2/simplewall-3.2.2-setup.exe
x86: https://github.com/henrypp/simplewall/releases/download/v.3.2.3/simplewall-3.2.3-setup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 7ABA019C808C779AA5318776E220595177EA24D588F5B94B61EEE65C8AAD2E0C
checksum32: 796D3ACD305D9E133E9FE079A98EE2EA5B6133E4CC97DDD92F57C93C89D48E9F

The included 'LICENSE.txt' file have been obtained from:
https://github.com/henrypp/simplewall/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/simplewall.install/simplewall.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>simplewall.install</id>
<version>3.2.2</version>
<version>3.2.3</version>
<authors>Henry++</authors>
<summary>Simple tool to configure Windows Filtering Platform.</summary>
<description><![CDATA[Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer.
Expand Down
2 changes: 1 addition & 1 deletion automatic/simplewall.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "simplewall*"
file = "$toolsDir\simplewall-3.2.2-setup.exe"
file = "$toolsDir\simplewall-3.2.3-setup.exe"
fileType = "exe"
silentArgs = "/S"
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/simplewall.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The archive have been downloaded from the GitHub mirror and can be verified like

1. Download the following archive(s):

x86: https://github.com/henrypp/simplewall/releases/download/v.3.2.2/simplewall-3.2.2-bin.zip
x86: https://github.com/henrypp/simplewall/releases/download/v.3.2.3/simplewall-3.2.3-bin.zip

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 85DDDA4C4355337644E200907A66DFD3F12FCBD21C73F35F8573A3D3DAC5B773
checksum32: 9E29CF031D5D22727FD037A137DBEE2042383D672803ED4604F7961BCCCDF75B

The included 'LICENSE.txt' file have been obtained from:
https://github.com/henrypp/simplewall/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/simplewall.portable/simplewall.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>simplewall.portable</id>
<version>3.2.2</version>
<version>3.2.3</version>
<authors>Henry++</authors>
<summary>Simple tool to configure Windows Filtering Platform.</summary>
<description><![CDATA[Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer.
Expand Down
2 changes: 1 addition & 1 deletion automatic/simplewall.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\simplewall-3.2.2-bin.zip"
file = "$toolsDir\simplewall-3.2.3-bin.zip"
destination = $toolsDir
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/simplewall/simplewall.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>simplewall</id>
<version>3.2.2</version>
<version>3.2.3</version>
<authors>Henry++</authors>
<summary>Simple tool to configure Windows Filtering Platform.</summary>
<description><![CDATA[Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer.
Expand Down Expand Up @@ -37,7 +37,7 @@ The lightweight application is less than a megabyte, and it is compatible with W
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/simplewall</packageSourceUrl>
<releaseNotes>https://github.com/henrypp/simplewall/blob/master/CHANGELOG.md</releaseNotes>
<dependencies>
<dependency id="simplewall.install" version="[3.2.2]" />
<dependency id="simplewall.install" version="[3.2.3]" />
</dependencies>
</metadata>
<files />
Expand Down
Loading

0 comments on commit c5e4e57

Please sign in to comment.