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 22, 2021
1 parent 9ab9c89 commit d1c66b7
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 @@
"3bac9f835de86259a4392dd4f3d92021"|1.1.52.687
"07d40c4946fe5d21e9d542b210f6968e"|1.1.53.608
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.52.687</version>
<version>1.1.53.608</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 = '09DA50C54450F96054C69C5E1963B45E023E2886BC52982DC537FCBA6DFAFB167180BFF63D8610521A651EA33CE9A6F14A5A5E48595816327E72A7C11040F661'
checksum = '4B162449F7E965A4A49EFD0C55C71A08085369E7EC7EF44193820A251F636103690130A5D5DF54CE7E2C5BF0084216070A2886E191598DED55F30C7E0079B3A9'
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/192c817fd350bcbf3caecae22a45ec39bae78516/VSCodeSetup-ia32-1.54.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/192c817fd350bcbf3caecae22a45ec39bae78516/VSCodeSetup-x64-1.54.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/11cd76005bc7516dcc726d7389d0bce1744e5c85/VSCodeSetup-ia32-1.54.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/11cd76005bc7516dcc726d7389d0bce1744e5c85/VSCodeSetup-x64-1.54.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '537f03a1550a5549b6600950ec963a92c40b4b3cccd9a268ce87e9382752dcc65b95bbfaf5e3fa7f10c3f23500b22432e80654b99a31dd14f1141988f3ae7523'
checksum = 'b040994aaf37d5bb1b8cf56113cb853bb61a6fb55d4d70bc91d19405ea8831c052e83d073e2d090bfc8f75e9dc913ee729ed4d7ffc0b3e2e8a587bd86659ce08'
checksumType = 'sha512'
checksum64 = '382361ecbd428036d3f56c446f646098786054265516a67b605275d77f47a2c33c838ee6a13451eeb21efbc5fce1649a8b278234cf93f0af0f7c80a16d4dc6c6'
checksum64 = '5304cc5addac94e72848680d3784d9f518ecc5f00536b59669398e010ae33a98d03a6e3371223396d4b76b9e6251002242e04cae18fe7a2451003e6b0b884e95'
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.54.0.20210219</version>
<version>1.54.0.20210222</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.54.0.20210219</version>
<version>1.54.0.20210222</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.54.0.20210219]" />
<dependency id="vscode-insiders.install" version="[1.54.0.20210222]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit d1c66b7

Please sign in to comment.