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 Oct 27, 2021
1 parent 88d939b commit e0f23be
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>80.0.4170.63</version>
<version>80.0.4170.72</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-80/#b4170.63</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-80/#b4170.72</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/80.0.4170.63/win/Opera_80.0.4170.63_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/80.0.4170.63/win/Opera_80.0.4170.63_Setup_x64.exe'
checksum = '3f22705c5bdf48033d5588fc1212b06b3f15093e553b41c2b10a248a821ed307'
checksum64 = '35e512103dbff26670ce53bb4335a8851e4d4faa05d6e2c032546395a3357e67'
url = 'https://get.geo.opera.com/pub/opera/desktop/80.0.4170.72/win/Opera_80.0.4170.72_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/80.0.4170.72/win/Opera_80.0.4170.72_Setup_x64.exe'
checksum = '27f711fec567283bcb311f9ce1ef75ab3b1afa23c5c44b99eebc3b7fe1bd3504'
checksum64 = '318c23e5afbb1d466f7affde44488d8af4d830593c05f6f794d51a1f4a14fc84'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '80.0.4170.63'
$version = '80.0.4170.72'
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/dc1a6699060423b8c4d2ced736ad70195378fddf/VSCodeSetup-ia32-1.62.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/dc1a6699060423b8c4d2ced736ad70195378fddf/VSCodeSetup-x64-1.62.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/0f7f6e338a4e86306474d4d01bdea9b8fe798017/VSCodeSetup-ia32-1.62.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/0f7f6e338a4e86306474d4d01bdea9b8fe798017/VSCodeSetup-x64-1.62.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'db30ee553923ea5b3034781a5547774d008b8544d3a4d68a9d460f3f5fd2fea64041a63cd49f92e17426365cfd732e95dd683dd50a0016428875fed1e57697e5'
checksum = '3b562a86564c03656c4b9ea23685bbe840bf2db567b73842f9df853bfcc8992b2fd5d7844bd89b337e80a23a731c9778bb81a80f5041e90dfaf3210d61a55eac'
checksumType = 'sha512'
checksum64 = 'fbf44006950fe5c91d912f586404febc2eb8d4f37c4a2a5e828cf7e8b1464cc7bd3a693295bda5cb7bfdf26d86c9bc0bb3dc0620450f68938cc9e82bb8f6d93f'
checksum64 = 'cc626927fbc0db787c3370d55a563c028625646985678e4761d122d776f79bb0a0c31e56ee54e8a9d01342cf0d7a08413c72e0f2b61da32a1c7016e562ef1c1d'
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.62.0.20211026</version>
<version>1.62.0.20211027</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.62.0.20211026</version>
<version>1.62.0.20211027</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.62.0.20211026]" />
<dependency id="vscode-insiders.install" version="[1.62.0.20211027]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit e0f23be

Please sign in to comment.