Skip to content

Commit

Permalink
AU: 2 updated - vscode-insiders waterfox-classic
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 4, 2021
1 parent e575349 commit 5dca0e7
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.57.0.20210603</version>
<version>1.57.0.20210604</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.57.0.20210603]" />
<dependency id="vscode-insiders.install" version="[1.57.0.20210604]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion automatic/waterfox/Readme.md
@@ -1,6 +1,6 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@2171e76d9468526e4e792d20ac6b68e1a8fdc93a/icons/waterfox.png" width="48" height="48"/> [waterfox](https://chocolatey.org/packages/waterfox)

Use this version of Waterfox if you want the latest and greatest the web has to offer, want to use all WebExtensions and a few bootstrap extensions.
Use this version of Waterfox if you have your browser set up with various NPAPI plugins and bootstrap extensions that have not been updated as WebExtensions or for [Waterfox Current](https://chocolatey.org/packages/waterfox)

**How and why Waterfox is here...**
Waterfox was started back in March 2011 by [Alex Kontos](https://github.com/MrAlex94), a 16 year old student.
Expand Down
4 changes: 2 additions & 2 deletions automatic/waterfox/legal/VERIFICATION.txt
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://www.waterfox.net/releases/>
and can be verified like this:

1. Download <https://cdn.waterfox.net/releases/win64/installer/Waterfox%20G3.2.1%20Setup.exe>
1. Download <https://cdn.waterfox.net/releases/win64/installer/Waterfox%20Classic%202021.06%20Setup.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: AE2B33BE52221D9ECE67727BC1B37EBFD703380C58BF6178F0AEF77ABF0D51D1
checksum: 62C07E52A04A19C37960DF663D2892553E8F1B203E41E39611FD7DF058BD2BC6

File 'LICENSE.md' is obtained from <https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE>
4 changes: 2 additions & 2 deletions automatic/waterfox/tools/chocolateyInstall.ps1
Expand Up @@ -7,10 +7,10 @@ if ((Get-OSArchitectureWidth -Compare 32) -or $env:chocolateyForceX86 -eq $true)
}

$packageArgs = @{
packageName = 'Waterfox'
packageName = 'waterfox-classic'
fileType = 'exe'
softwareName = 'Waterfox*'
file = "$toolsDir\Waterfox G3.2.1 Setup_x64.exe"
file = "$toolsDir\Waterfox Classic 2021.06 Setup_x64.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/waterfox/waterfox.json
@@ -1,4 +1,4 @@
{
"current": "21063.2.1",
"classic": "2021.04.2"
"current": "21063.2.2",
"classic": "2021.06"
}
8 changes: 4 additions & 4 deletions automatic/waterfox/waterfox.nuspec
Expand Up @@ -2,11 +2,11 @@
<!-- 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/2011/08/nuspec.xsd">
<metadata>
<id>Waterfox</id>
<version>21063.2.1</version>
<id>waterfox-classic</id>
<version>2021.06</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey-community,tonigellida,admiringworm</owners>
<title>Waterfox </title>
<title>Waterfox classic</title>
<authors>Alex Kontos</authors>
<projectUrl>https://www.waterfoxproject.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@2171e76d9468526e4e792d20ac6b68e1a8fdc93a/icons/waterfox.png</iconUrl>
Expand All @@ -16,7 +16,7 @@
<projectSourceUrl>https://github.com/MrAlex94/Waterfox</projectSourceUrl>
<tags>waterfox web-browser firefox 64-bit admin cross-platform foss</tags>
<summary>Waterfox is basically a 64-bit version of Firefox.</summary>
<description><![CDATA[Use this version of Waterfox if you want the latest and greatest the web has to offer, want to use all WebExtensions and a few bootstrap extensions.
<description><![CDATA[Use this version of Waterfox if you have your browser set up with various NPAPI plugins and bootstrap extensions that have not been updated as WebExtensions or for [Waterfox Current](https://chocolatey.org/packages/waterfox)
**How and why Waterfox is here...**
Waterfox was started back in March 2011 by [Alex Kontos](https://github.com/MrAlex94), a 16 year old student.
Expand Down

0 comments on commit 5dca0e7

Please sign in to comment.