Skip to content

Commit

Permalink
AU: 4 updated - chromium freeciv vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 16, 2022
1 parent a0e328d commit aee410e
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "110.0.5481.0-snapshots",
"snapshots": "111.0.5482.0-snapshots",
"stable": "108.0.5359.125"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>110.0.5481.0-snapshots</version>
<version>111.0.5482.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
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/1083919/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1083966/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1084182/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1084182/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: 773E9E2E1DF35B07F1178E47B281758466E46121376C521BD58C548CBB2D4166
checksum64: 6B086D726F04C34EE7A475C9E4AA8D4FBA6B079C6FC14A35BBBFDB02A41ADA5B
checksum32: 857D603DF4D2348A94DC16F3294FE5085F8F754D0D3A297960B9ABDA2E19BDE9
checksum64: 83B8E7371A05206923741FC116C07CEAF37A490CE497E389769F2EF3FA53631B

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
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "110.0.5481.0-snapshots"
$version = "111.0.5482.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/freeciv/freeciv.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>freeciv</id>
<version>3.0.4</version>
<version>3.0.5</version>
<title>Freeciv</title>
<owners>chocolatey-community purity</owners>
<authors>Freeciv Contributors</authors>
Expand All @@ -23,7 +23,7 @@ You can play online against other players (multiplayer) or play by yourself agai
]]></description>
<summary>Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization.</summary>
<releaseNotes>https://www.freeciv.org/wiki/NEWS-3.0.4</releaseNotes>
<releaseNotes>https://www.freeciv.org/wiki/NEWS-3.0.5</releaseNotes>
<copyright />
<tags>freeciv game strategy civilization admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/freeciv</packageSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freeciv/tools/chocolateyInstall.ps1
Expand Up @@ -5,9 +5,9 @@ $packageArgs = @{
fileType = 'exe'
softwareName = 'Freeciv*'

checksum = '4f4f09302c6457cc8a3d67ed371969ae344a133ffdb9c1e5471c9720dc5220cd'
checksum = '54ff310a4dcf1c65248ac41ceb260d2af98e180b9dfac45c2198b739a97ee7f4'
checksumType = 'sha256'
url = 'https://files.freeciv.org/packages/windows/Freeciv-3.0.4-msys2-win64-gtk3.22-setup.exe'
url = 'https://files.freeciv.org/packages/windows/Freeciv-3.0.5-msys2-win64-gtk3.22-setup.exe'

silentArgs = '/S'
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/44531ffc7b7477dbe82750040d8ed69bae2bb140/VSCodeSetup-ia32-1.75.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/44531ffc7b7477dbe82750040d8ed69bae2bb140/VSCodeSetup-x64-1.75.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/edc432e920c3ec2c2af5e8a99b8e4b782633d298/VSCodeSetup-ia32-1.75.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/edc432e920c3ec2c2af5e8a99b8e4b782633d298/VSCodeSetup-x64-1.75.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '1df38e486dd77c2b31efda7c533a81f7167f1a3832b4ffad6bc364d830773cde19fca4a4afe9e3d35e9c0b80a7b0de37cd3583a4a1a4b59849c12ca3fc1aef71'
checksum = '73ca21be9617319afb5bbcc615265aad4627524e8da3b701daa41b0eed633cc61c21a39e120c21c419aeff9cc28d6471fdd58a83de84f8909e54854fea33e1b1'
checksumType = 'sha512'
checksum64 = '58cc29669bf3e328aba941342e2f60c3f5e9926dbf7f37d8cb18cbc36a9a179cec0281b8797cbbe408affc3a09fd670b66e5ed0b60b0f65bcaf4629dd7418377'
checksum64 = '2c0589527b88f642591c12c0d308c11b4f919dd987d3e3c56ec8382d9920498f8efe8f41b46868298eb34b05bb9c7c8ff99588bbd7223c4d3d22d4d65dcd5f1a'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.75.0.20221215</version>
<version>1.75.0.20221216</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
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.75.0.20221215</version>
<version>1.75.0.20221216</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.75.0.20221215]" />
<dependency id="vscode-insiders.install" version="[1.75.0.20221216]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit aee410e

Please sign in to comment.