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 Jun 28, 2021
1 parent f8603e6 commit 9a65a09
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
@@ -1 +1 @@
"77a72c63658b9e0c931dbc3034b456da"|1.1.61.583
"58d0152cf6b78cf28db2096c9c06a647"|1.1.62.583
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>spotify</id>
<version>1.1.61.583</version>
<version>1.1.62.583</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
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.scdn.co/SpotifySetup.exe'
checksum = '0423AF3C84CBFE2205562BD93F8761249AC73AF636EDC6579C6974EBA6E175AF13A3293D6C86D53F3B10D6CC610E8475AA3394D6705DC10734B65F296024475C'
checksum = '677A19617CBAA0A3C0BB9E8264EC4081AE06554668A752B4E42E083623C2869F50D897160B914AE910C255812BAACA665C083998AD03D805EBF7945CD60F764A'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/49e1f9919880c1c96004f9b6ad91bcee7a94a1bd/VSCodeSetup-ia32-1.58.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/49e1f9919880c1c96004f9b6ad91bcee7a94a1bd/VSCodeSetup-x64-1.58.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/bfac07cd0e374c433c2c06d6999dabf9cf9d5d29/VSCodeSetup-ia32-1.58.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/bfac07cd0e374c433c2c06d6999dabf9cf9d5d29/VSCodeSetup-x64-1.58.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'd8343263ebfe54590de892b28aa4faed1381915ee7b4ce37f2a656a2eee1e1ed4d013b056e0de9d2d0ca9f760a4b3ca14192554d1e5783900d29c7563267693e'
checksum = '0221958fe55428c367c57d177f150ce945124fb8b7aeed5484dd148e2aca7e7d4298ad0e26cc1771dbdef38f4e38225d616431d0bfeeefd02045b507ca18dfd4'
checksumType = 'sha512'
checksum64 = '07e7a5614dcc80d5da301ee025851d354d0f9e617529817856a42356a501dd1bb54ac3e50531ce0036c21a3416b574de0de563a08e095d9843917dc9f3f9d935'
checksum64 = 'eaa0c2bf0970f71daadb2cc170b2eccc3351eb27fedc72aeb11887f08e594ce04f26acd263cf53cea879fcee021ee4c3aed0e2b09ee30e720f4c690f796b0624'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.58.0.20210625</version>
<version>1.58.0.20210628</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
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.58.0.20210625</version>
<version>1.58.0.20210628</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.58.0.20210625]" />
<dependency id="vscode-insiders.install" version="[1.58.0.20210628]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 9a65a09

Please sign in to comment.