Skip to content

Commit

Permalink
AU: 3 updated - Opera vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 26, 2021
1 parent c4b3a64 commit 21c3df8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
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.218</version>
<version>75.0.3969.243</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.218</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-75/#b3969.243</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.218/win/Opera_75.0.3969.218_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/75.0.3969.218/win/Opera_75.0.3969.218_Setup_x64.exe'
checksum = 'bd348a261ff0a34fb41fece9a53c90a5ac5046bbd5df8d872d86d2efc73694a8'
checksum64 = '5c329db88657108ec7e580eca3e562d2b10a127ae6348fb235a8a2313f64d7d1'
url = 'https://get.geo.opera.com/pub/opera/desktop/75.0.3969.243/win/Opera_75.0.3969.243_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/75.0.3969.243/win/Opera_75.0.3969.243_Setup_x64.exe'
checksum = 'd3e93ab78289dd9aae3803dd508ecd65ca75b5a368685ba6d3dc95817514a48c'
checksum64 = '493916beef1d8e3ab45f8e7d70115a8f2138e832baded75c742ab62d21f201e8'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '75.0.3969.218'
$version = '75.0.3969.243'
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/0310f02dc5d834bb3a7cc421ea5374aec8d011f1/VSCodeSetup-ia32-1.56.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/0310f02dc5d834bb3a7cc421ea5374aec8d011f1/VSCodeSetup-x64-1.56.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/633562da380f9161ea2fd783e561eed508cfbbea/VSCodeSetup-ia32-1.56.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/633562da380f9161ea2fd783e561eed508cfbbea/VSCodeSetup-x64-1.56.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'fba3b393137f16de16f61ea78488984daf4aa0faefdf01e425de1362c0cde0b48c3980795b1c8803272f34da1529010844ac3b80ddf1576926f9e1f1342b0dee'
checksum = 'a5702a408e376ac0c7fb757ee0ae72582941474a4f03f47c32a32ce02f349d6a32843b89d37973f987d40abc5d071e79ff2ab9ffafb98e94a67f14882420e41e'
checksumType = 'sha512'
checksum64 = '91a3cda552f96e2afdfcb3342fd311f0433f26b23cb3fd5f908d48f60f6e41864c07452bd8679970b22c937c4ce032ed058313fc0e7d6bc8bd93b15a5f8a89ca'
checksum64 = '10c539557fd3201fc0ac9a3ea2b0ad21644b12b165be7f7a5c1202ad8146429b5c5c4707e30af89b00154b2df04b465034aa90ae106447e4328bb95680ba3344'
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.20210423</version>
<version>1.56.0.20210426</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.20210423</version>
<version>1.56.0.20210426</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.20210423]" />
<dependency id="vscode-insiders.install" version="[1.56.0.20210426]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 21c3df8

Please sign in to comment.