Skip to content

Commit

Permalink
AU: 3 updated - spotify vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 4, 2022
1 parent 3d4a609 commit 7dfeac1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"968fb15b1a1c4789eb9a7002ca967ce6"|1.1.77.643
"d97d5b2bd2dcbc77fe3a880af2618cbe"|1.1.78.765
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.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>spotify</id>
<version>1.1.77.643</version>
<version>1.1.78.765</version>
<title>Spotify</title>
<authors>Spotify</authors>
<projectUrl>http://spotify.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.scdn.co/SpotifySetup.exe'
checksum = '1B60879D24BDCE7CE83A068E7F8FA1710CA6F0B4C7727351FC2BAE570BE4CDEF60ADC323E83897CC9424A6A767F007DF7652AB18AC34DD032B06ECFCB4937C36'
checksum = 'E01B89CEFD131FE173A5BE382148351B5DE4532EA980D172ECB62010DE2A56C8F53B695A85FEEC3FDF865C45BF2F40F13103B326CB3BAB31A4B0FCE821B462B6'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
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/4ccfe1100c3c5625804dbc20afd15ba311487883/VSCodeSetup-ia32-1.64.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/4ccfe1100c3c5625804dbc20afd15ba311487883/VSCodeSetup-x64-1.64.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/62de8dc3f78b8bef1eb62deeb093164a8d76c254/VSCodeSetup-ia32-1.65.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/62de8dc3f78b8bef1eb62deeb093164a8d76c254/VSCodeSetup-x64-1.65.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '58a207fa8b1ae70f9157d47420128ee74640d12e354f6ae46739d7936f66f7b9b2bf4f25f12ab654c64299dbb78c152e6440e283b5a1b41c24f582a9541e174c'
checksum = '4ea9720d1ac737c355defab7cfd3227dc8488baba11afdb339c4582102ef58ec547f8cb0e0a9239f49a8dfa44c5b4cdb5d7db168b4fd8e8afad24d15ff902098'
checksumType = 'sha512'
checksum64 = '3770a0538adab720fa6ced7e5096a5edc2b392e8d7b05b1ce06428fdb0bd816b9e5bd58ec5e59649987dcf4771233fd9dd7d83b7b7a9ddf3fc22cdab1a4e86f5'
checksum64 = '2e1f3c09516a8ea545d5b68d8f3e249d29d25350bcf3dd4c03c3ec158a9edcf4747bcfbc86c0f2a2d088cd663adc948e0a03c05af3da95498a0e6f90884d6101'
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.64.0.20220202</version>
<version>1.65.0.20220204</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.64.0.20220202</version>
<version>1.65.0.20220204</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.64.0.20220202]" />
<dependency id="vscode-insiders.install" version="[1.65.0.20220204]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 7dfeac1

Please sign in to comment.