Skip to content

Commit

Permalink
AU: 5 updated - chromium gnupg gpg4win vscode-insiders vscode-insider…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 17, 2022
1 parent e613a98 commit fc17eaa
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 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": "109.0.5364.0-snapshots",
"snapshots": "109.0.5365.0-snapshots",
"stable": "106.0.5249.119"
}
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>109.0.5364.0-snapshots</version>
<version>109.0.5365.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/1059747/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1059749/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1059828/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1059825/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: 5859B4A59E8840E31D65F4C37884D51EAFFFF0D870B78FB59968E432668477F8
checksum64: 0F439D692EE530A83DA63E7DF3DF6166380F761FCEE271F7830022ED3DD3B72F
checksum32: 9D47C51D4ED963AB4F5BCFA3B50FB0A2B13D711CCB0A320348251BA584DCA053
checksum64: 1A584AD14B8251FD126774D4B7F32069DB30BC36A3955920932ADF5C18CB2637

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 = "109.0.5364.0-snapshots"
$version = "109.0.5365.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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.3.7</version>
<version>2.3.8</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 have been downloaded from the official source listed on <https://w
and can be verified like this:

1. Download the following installer:
32-bit: <https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.3.7_20220711.exe>
32-bit: <https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.3.8_20221013.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: 18BCF08B2AC4DB46A216F3620B1D43F4704C950A1DCCCDAE9D508106F2C778C2
checksum32: EF179C223990F9DFFF2B1E6E9F7468908E0D08B381B3ABDED2471C29FAAD234E

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.3.7_20220711.exe"
file = "$toolsDir\gnupg-w32-2.3.8_20221013.exe"
silentArgs = '/S'
validExitCodes = @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/gpg4win/gpg4win.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>gpg4win</id>
<version>4.0.3</version>
<version>4.0.4</version>
<title>Gpg4win</title>
<authors>g10 Code GmbH</authors>
<owners>chocolatey-community, dtgm</owners>
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-4.0.3.exe
x32: https://files.gpg4win.org/gpg4win-4.0.4.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: C3396B065CAE3078DDD9F70899AE89AE21A02ACDCD1667D32951F9060EA7D120
checksum32: A750608969A075F132DA31F538231AC3A2D3538E3EEC8E8603D1573284745D0E

File 'license.txt' is obtained from:
https://www.gpg4win.org/license.html
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/7ef8e6b87a2a5a25ba1ef946bd1640ca3510956c/VSCodeSetup-ia32-1.73.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/7ef8e6b87a2a5a25ba1ef946bd1640ca3510956c/VSCodeSetup-x64-1.73.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/6455bf1608dfa1b955717f66295f0f9200db0f73/VSCodeSetup-ia32-1.73.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/6455bf1608dfa1b955717f66295f0f9200db0f73/VSCodeSetup-x64-1.73.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '0f0d9aa0cd00dcf96ec049062d4d05917c964c0518d3d170c2327082495cd81325eaad0397ae40ce129b698dab81bec007d25ac796e8edb55ad6aa9610f36e90'
checksum = '3a9fd1359bbd2c8596aca07abe2ce80aef20dda671853c2599dd8a548b59d6f0bad3b6221fd165e0b48df3eabeb193c66306e1571e4292e1b91d8803a47bd003'
checksumType = 'sha512'
checksum64 = 'eb964a297b1cb75a6eda7535891392e216fa351006dec3a86e83d4f0357b0faa85037bcd0eca386daeffb9f95f4caa6d85d9cb17ba222087ded228b5b552efd5'
checksum64 = '64d8ea20275af90d600e716e3a425165b166691a05a41e736e848836db6c18d745d5f16f1bc52006a8a149d0a53360f65af5bf77b9a7cb40edfcfa2d1cd38286'
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.73.0.20221014</version>
<version>1.73.0.20221017</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.73.0.20221014</version>
<version>1.73.0.20221017</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.73.0.20221014]" />
<dependency id="vscode-insiders.install" version="[1.73.0.20221017]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit fc17eaa

Please sign in to comment.