Skip to content

Commit

Permalink
AU: 5 updated - chromium freeciv Opera vscode-insiders vscode-insider…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 2, 2021
1 parent e271b8d commit 42f2a7f
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 25 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": "91.0.4466.0-snapshots",
"snapshots": "91.0.4467.0-snapshots",
"stable": "89.0.4389.114"
}
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>91.0.4466.0-snapshots</version>
<version>91.0.4467.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/868452/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/868455/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/868837/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/868835/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: 87E883BD291492BBFDF3EF3377AAF978D3639FFA53093A6D2DE1BA5949E19F2F
checksum64: B65BE2FF7978116793AA3DB69008A41B48114D21EAE3324C9D7B67E7D08F45F2
checksum32: 12BBE799FD26390CCBDCE53CFDAC0C99115E6868505DA1915A2AD8D28BD63ED2
checksum64: AF36E46E157F479DA7AFEC546B472CD42FF75E0B4764F2AA177CA14C969EE54E

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 = "91.0.4466.0-snapshots"
$version = "91.0.4467.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
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>freeciv</id>
<version>2.6.3</version>
<version>2.6.4</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>http://www.freeciv.org/wiki/NEWS-2.6.3</releaseNotes>
<releaseNotes>http://www.freeciv.org/wiki/NEWS-2.6.4</releaseNotes>
<copyright />
<tags>freeciv game strategy civilization admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/freeciv</packageSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freeciv/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ $packageArgs = @{
fileType = 'exe'
softwareName = 'Freeciv*'

checksum = '56643d8e044f32d086d9dd613b53d85d23fff3129621ef976c062d77df2f0009'
checksum = 'af4792c9e21c08c0e2e21ce356088f04a37c437d715d9a70f8d922ea082025d6'
checksumType = 'sha256'
url = 'http://files.freeciv.org/packages/windows/Freeciv-2.6.3-win32-gtk3-setup.exe'
url = 'http://files.freeciv.org/packages/windows/Freeciv-2.6.4-win32-gtk3-setup.exe'

silentArgs = '/S'
validExitCodes = @(0)
Expand Down
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>75.0.3969.141</version>
<version>75.0.3969.149</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-75/#b3969.141</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-75/#b3969.149</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/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/75.0.3969.141/win/Opera_75.0.3969.141_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/75.0.3969.141/win/Opera_75.0.3969.141_Setup_x64.exe'
checksum = '4fda6341a3d67c49853d7e601cd36b8f59d9ebe077c8eb0d38cecafd9a3a3638'
checksum64 = '96d0a968b2b811d88a375464bcf8452e4cc7b12b96839fd82deb5c8a7241ee12'
url = 'https://get.geo.opera.com/pub/opera/desktop/75.0.3969.149/win/Opera_75.0.3969.149_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/75.0.3969.149/win/Opera_75.0.3969.149_Setup_x64.exe'
checksum = '209fdbd7c3bba0e163ce4163038567d0063a2273cffdf47de29f1142744d4b87'
checksum64 = '00fbf7259ed5e5020632546138317cb5df4a62d8ed6064b0b6504bad7106958c'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '75.0.3969.141'
$version = '75.0.3969.149'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
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/0640cdeb8ba34f2f00cf4de73783632c4a692c52/VSCodeSetup-ia32-1.56.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/0640cdeb8ba34f2f00cf4de73783632c4a692c52/VSCodeSetup-x64-1.56.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/550035808407c15252e581e8abe1b820b9d311ee/VSCodeSetup-ia32-1.56.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/550035808407c15252e581e8abe1b820b9d311ee/VSCodeSetup-x64-1.56.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'fb5748e0201e09ee5289777dfdf96ab1a2437fb7232ebc5508d413168a850066539b7dd62f7dca1a721a596830a7c2e2ac2c6249a991027f7beb176e550584f9'
checksum = '957fbcd4fa3889cf1bfd5eb90cc6d580c2c96bef759c9626985af1a4bad206c801e549a4182d3dfab6ed607bb219d935f7546650ce95354df28ca310491dbee5'
checksumType = 'sha512'
checksum64 = '01595b2f9fced72aa426558d99cd13647825270afee93919660b900cbcf9822e627d33d0ff287a26efe96060ec9aeb1284aab30c23ed9a18d7cef8edf380bdd3'
checksum64 = 'ff66a4fff55c7a50b176bd0b27d179d0a7ce96078209c3839ca0ce00fc6b69bfeb43a87cac3c0fe1ff0a28486f3e791a3a55afe2e4b83bc21fb6ff470df6c0fe'
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.56.0.20210401</version>
<version>1.56.0.20210402</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.56.0.20210401</version>
<version>1.56.0.20210402</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.56.0.20210401]" />
<dependency id="vscode-insiders.install" version="[1.56.0.20210402]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 42f2a7f

Please sign in to comment.