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 Mar 18, 2022
1 parent 3e74034 commit 3b41a55
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 @@
"504490203843b111f287d78a9b851d43"|1.1.80.699
"17f5b8dcb4aa5898fce3fb1674fed250"|1.1.81.604
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.80.699</version>
<version>1.1.81.604</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 = 'CDFCBC27D0A862D99E60A6F95E7670B22EC211A9B8DFA6C5AC73E7CFE310B12C73C2B6AB406F83EDDCCC92CB78DB4FCC968556355ECD2EAA414AE08821BEB8D4'
checksum = '5B15F4369DBA66AEDC335BF4E692A87C57F3414B6DB1F23809B6D391868A4D3A8DF28F0FC94F9303BC62D7B64576EA06F253E8A2E4D5654A00DFBE46E182667E'
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/db0525ff4ba814780e901a5b9e399aaf596b9b20/VSCodeSetup-ia32-1.66.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/db0525ff4ba814780e901a5b9e399aaf596b9b20/VSCodeSetup-x64-1.66.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/d572d6e9d1282b352227916cb8f95bb2b03ddcaa/VSCodeSetup-ia32-1.66.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/d572d6e9d1282b352227916cb8f95bb2b03ddcaa/VSCodeSetup-x64-1.66.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '1cdf6b2464e43d29062e7e8e73941ca38cfbf2462a38f74b9e1b589212dc963dfd973c6a8b5c6d738fe08bc73fb022dd82292fe66472d790fba6b8e2e067795a'
checksum = '211fb2f1ce06b9f696b10d988ddb99e0ee9e74594755437f5d1ba2a91b89a7d4f06d0abe9aedbf7fa747cd5c77a84324b7ead9aa2926b35b84b83bf97d626dfb'
checksumType = 'sha512'
checksum64 = '2a8daa0499f871a359831a0dec428a5565a493dbd393a3ed9b37e5b6ba38b13d92a17fdc04019b2f2b02f29fc41cdd9612606c6fae638a6449f1110ee4eb3357'
checksum64 = 'd738fc1447ccd63632f5d1db58422653ec0841f50f31fb1eb3f004f1d92dcaf04843ef08c7fdeff40f4453eb2ca486bed76624fe8b1b9d7101f49c756c85ba18'
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.66.0.20220317</version>
<version>1.66.0.20220318</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.66.0.20220317</version>
<version>1.66.0.20220318</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.66.0.20220317]" />
<dependency id="vscode-insiders.install" version="[1.66.0.20220318]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 3b41a55

Please sign in to comment.