Skip to content

Commit

Permalink
AU: 5 updated - Firefox gnupg tor-browser vscode-insiders vscode-insi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 4, 2023
1 parent f07f39d commit 5b5eb0f
Show file tree
Hide file tree
Showing 12 changed files with 225 additions and 225 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": "114.0.2",
"esr": "102.12.0"
"latest": "115.0",
"esr": "102.13.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>114.0.2</version>
<version>115.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 @@ -63,7 +63,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/114.0.2/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/115.0/releasenotes/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/firefox</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
404 changes: 202 additions & 202 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 '114.0.2')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '115.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-114.0.2-ssl&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=firefox-115.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-114.0.2-ssl&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-115.0-ssl&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/gnupg/gnupg.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>gnupg</id>
<version>2.4.2</version>
<version>2.4.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/gnupg</packageSourceUrl>
<owners>chocolatey-community, ludicrousByte, wget</owners>
<title>GnuPG</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gnupg/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer has been downloaded from the official source listed on <https://ww
and can be verified like this:

1. Download the following installer:
32-bit: <https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.4.2_20230530.exe>
32-bit: <https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.4.3_20230704.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 6E428F5224CE36863DA38510FB015F976A9292637370795FBDB1F3B9CA54D403
checksum32: B1910F1F0B2801FD0A5EE7A9AA48CCA2612952F881880349156EF6B7604F3C75

License files are obtained from:
- LICENSE.txt: <https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=COPYING;h=ccbbaf61b794c7aaea10dffb486095fdc8f3a44a;hb=refs/heads/master>
Expand Down
2 changes: 1 addition & 1 deletion automatic/gnupg/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $Env:ChocolateyPackageName
fileType = 'EXE'
softwareName = 'GNU Privacy Guard*'
file = "$toolsDir\gnupg-w32-2.4.2_20230530.exe"
file = "$toolsDir\gnupg-w32-2.4.3_20230704.exe"
silentArgs = '/S'
validExitCodes = @(0)
}
Expand Down
8 changes: 4 additions & 4 deletions automatic/tor-browser/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ $destinationFolder = GetInstallDirectory -toolsPath $toolsDir
$packageArgs = @{
PackageName = 'tor-browser'
FileType = 'exe'
Url = 'https://www.torproject.org/dist/torbrowser/12.5/torbrowser-install-12.5_ALL.exe'
Url64 = 'https://www.torproject.org/dist/torbrowser/12.5/torbrowser-install-win64-12.5_ALL.exe'
Checksum = '40eaa6fc7aee28c508c709675f1b4ad5a42ca2db2761f2cecde12f1cd70fd493'
Checksum64 = '902c6ed2dfe22ec8f8c3e3c5b89413110e3d0e47c1bd7d0def7fddd36d843fb9'
Url = 'https://www.torproject.org/dist/torbrowser/12.5.1/torbrowser-install-12.5.1_ALL.exe'
Url64 = 'https://www.torproject.org/dist/torbrowser/12.5.1/torbrowser-install-win64-12.5.1_ALL.exe'
Checksum = 'b2592cc9b27f5ce81f5744662a6119d4db627f475316ac7a1cf02b52cd326395'
Checksum64 = '82edb937dc64dc647aca0c93ecbfc5ee0a657eb917d29f9b3ef2a9f08558ca5b'
ChecksumType = 'sha256'
SilentArgs = "/S","/D=$destinationFolder"
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/tor-browser/tor-browser.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>tor-browser</id>
<version>12.5</version>
<version>12.5.1</version>
<title>Tor Browser</title>
<owners>chocolatey-community</owners>
<authors>Tor Project</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/7406a9bdfca18f82a3977ba5eac908d41df7ccac/VSCodeSetup-ia32-1.80.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/7406a9bdfca18f82a3977ba5eac908d41df7ccac/VSCodeSetup-x64-1.80.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/660393deaaa6d1996740ff4880f1bad43768c814/VSCodeSetup-ia32-1.80.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/660393deaaa6d1996740ff4880f1bad43768c814/VSCodeSetup-x64-1.80.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'c18e821bd6ec8c8e9a8bbea2bee49f0d640aed0ff8ccdbc0ae3c1d28bb7704a4ac948a9d6bd2b4afd8babd735fe6679c11d255deee2bbe149132022fbd16fe26'
checksum = '7b71094cd1cc1c1c16ac83c44c07c50daa4b14c07297eeea989d970d2ce5da1593554814c371b2042aace5ddedba12c454528af3a76edad1523bec61c1a3f6e2'
checksumType = 'sha512'
checksum64 = '9dcd963823498e2a0127d23762387ec34dc6ef199d8d0836fcd42ee875f0a8447307f5240aa7929746a49fbc724ccd7c6894e427d82e436f44f0482a1d4200ff'
checksum64 = 'ce6b48f3ed648d44ed451b7b63fbd69776f85d3b073425c38245bc49d35c75a0cdd72ba9c0585ebcb4ffbaa33eae9c9299d544be4a1c723c4a54afeb09b97282'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.80.0.20230630</version>
<version>1.80.0.20230704</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.80.0.20230630</version>
<version>1.80.0.20230704</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,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.80.0.20230630]" />
<dependency id="vscode-insiders.install" version="[1.80.0.20230704]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 5b5eb0f

Please sign in to comment.