Skip to content

Commit

Permalink
AU: 5 updated - chromium gpg4win Opera picard vscode-insiders
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 21, 2021
1 parent d05a0f8 commit 42710c7
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "99.0.4780.0-snapshots",
"snapshots": "99.0.4781.0-snapshots",
"stable": "96.0.4664.110"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.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>chromium</id>
<version>99.0.4780.0-snapshots</version>
<version>99.0.4781.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/953156/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/953161/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/953214/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/953231/mini_installer.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: sha256
checksum32: 9DC45FAC174E484DD8C74FDD084950BE605897B417792ACBAF5924B63C4297B1
checksum64: FA6FD4F3D4468FF2275CF552043566E564B03318DCDDEF380075F041CEF766A3
checksum32: B2EAB3D8E810B30026E6FD84168CD7EC410B81DF5E151456F293B6E24BBD57AB
checksum64: 20CECE1A1E6BC0C4A3496B9733AF408230330224F3014723446DBE031A7D2311

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "99.0.4780.0-snapshots"
$version = "99.0.4781.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/gpg4win/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@f1fbac85edfe6ace114f8ad50023739b2494bb31/icons/gpg4win.png" width="48" height="48"/> [gpg4win](https://chocolatey.org/packages/gpg4win)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@f1fbac85edfe6ace114f8ad50023739b2494bb31/icons/gpg4win.png" width="48" height="48"/> [gpg4win](https://chocolatey.org/packages/gpg4win)

Gpg4win (GNU Privacy Guard for Windows) is the full suite of programs for file encryption and digital signatures.

Expand Down Expand Up @@ -35,4 +35,4 @@ More information:
## Notes

- Gpg4win was until version 3.0 distributed in three editions and was also available as the [gpg4win-vanilla](https://chocolatey.org/packages/gpg4win-vanilla) and [gpg4win-light](https://chocolatey.org/packages/gpg4win-light) packages. Those two distributions are no longer maintained. Instead, use [gnupg](https://chocolatey.org/packages/gnupg) package which provides the modern command line version of GnuPG without any graphical tools.


6 changes: 3 additions & 3 deletions automatic/gpg4win/gpg4win.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>gpg4win</id>
<version>3.1.16</version>
<version>4.0.0</version>
<title>Gpg4win</title>
<authors>g10 Code GmbH</authors>
<owners>chocolatey-community, dtgm</owners>
<licenseUrl>https://www.gpg4win.org/license.html</licenseUrl>
<projectUrl>http://www.gpg4win.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@f1fbac85edfe6ace114f8ad50023739b2494bb31/icons/gpg4win.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@f1fbac85edfe6ace114f8ad50023739b2494bb31/icons/gpg4win.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[Gpg4win (GNU Privacy Guard for Windows) is the full suite of programs for file encryption and digital signatures.
Expand Down Expand Up @@ -52,7 +52,7 @@ More information:
<copyright>© 2006 g10 Code GmbH</copyright>
<tags>gui cli foss cross-platfrom security signature encryption certificate gpg gnupg gpa gpgol gpgex clawsmail admin</tags>
<projectSourceUrl>http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpg4win.git;a=tree</projectSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/gpg4win</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/gpg4win</packageSourceUrl>
<docsUrl>http://www.gpg4win.org/documentation.html</docsUrl>
<mailingListUrl>http://www.gpg4win.org/community.html#main</mailingListUrl>
<bugTrackerUrl>https://bugs.gnupg.org/</bugTrackerUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gpg4win/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x32: https://files.gpg4win.org/gpg4win-3.1.16.exe
x32: https://files.gpg4win.org/gpg4win-4.0.0.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: C499213FF3E14E93C3B245546994CC0E654EC267B40A188788665AE8F4E9F5AD
checksum32: F83BE101C5E9C23740D6FDE55FD8FEFEBF4FAFB7BADCB3756D1F574B5AD37507

File 'license.txt' is obtained from:
https://www.gpg4win.org/license.html
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>82.0.4227.33</version>
<version>82.0.4227.43</version>
<title>Opera</title>
<owners>chocolatey-community</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-82/#b4227.33</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-82/#b4227.43</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/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/82.0.4227.33/win/Opera_82.0.4227.33_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/82.0.4227.33/win/Opera_82.0.4227.33_Setup_x64.exe'
checksum = '83957628c95aa633569e631de41ed705c1bebceaab13c55dd33314a2fa53d744'
checksum64 = '984ef4e4aded4b855808dc1964b445075eb04f4e30c5279ce79b4511d2afb640'
url = 'https://get.geo.opera.com/pub/opera/desktop/82.0.4227.43/win/Opera_82.0.4227.43_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/82.0.4227.43/win/Opera_82.0.4227.43_Setup_x64.exe'
checksum = '712d6443d3f2c7edb496394d400a772c590cdbc1912d8c7e1922e010be9334b9'
checksum64 = '24570194083be85da81d1a3db46ed4bed971704107c77a1f090ee039a5fa429d'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '82.0.4227.33'
$version = '82.0.4227.43'
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/picard/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 <https://picard.musicbrainz.org/downloads/>
and can be verified by doing the following:

1. Download the following <https://musicbrainz.osuosl.org/pub/musicbrainz/picard/picard-setup-2.7.exe>
1. Download the following <https://musicbrainz.osuosl.org/pub/musicbrainz/picard/picard-setup-2.7.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: sha256
checksum: 9DB9013B0FE85F3C91CA6584BF3AF72F1ED1C54FE2682FEFC043BE560ED805B4
checksum: 1B9E6C7083448E51AF179A5A511765F94AB630EED8C0CB3C3AC7A2BB5259F8C2

The file 'LICENSE.txt' has been obtained from <https://github.com/metabrainz/picard/blob/eeb586b392a5a7dc63d64ba697374ea37e6e122a/COPYING.txt>
2 changes: 1 addition & 1 deletion automatic/picard/picard.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>picard</id>
<version>2.7</version>
<version>2.7.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/picard</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>MusicBrainz Picard</title>
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.64.0.20211220</version>
<version>1.64.0.20211221</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.64.0.20211220]" />
<dependency id="vscode-insiders.install" version="[1.64.0.20211221]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 42710c7

Please sign in to comment.