Skip to content

Commit

Permalink
AU: 2 updated - spotify vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 30, 2020
1 parent 2a2649b commit bcfc19a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"2ab71533f16313ef12db4628ed64fb75"|1.1.24.91
"8994523568cf4f40fc45311aad4193ab"|1.1.25.559
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.24.91</version>
<version>1.1.25.559</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 = '30DC27BB3E0AE0FADBD46D79346185FA24999FDA17F0E514E7D6ED8250C92D6D81C405EEAE409AA2AFC8D7F47E46B2298A7458283813C3EFDBF4A06CD45D602F'
checksum = '84C749C9BEE9BDB2E23A3326996D58FDFC19CB69F3696AC77D5D3F2D64B7E8659EA3B722BEF9F6CABA1368EA09C62D3D3D4CB2A75AF74E955336044AB4E289AF'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down
10 changes: 5 additions & 5 deletions automatic/vagrant/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$packageArgs = @{
packageName = 'vagrant'
fileType = 'msi'
url = 'https://releases.hashicorp.com/vagrant/2.2.6/vagrant_2.2.6_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.2.6/vagrant_2.2.6_x86_64.msi'
checksum = 'c4f760748998598f5370ef6b4860fdaf7a66ffbe4caa8f39d87543a5b15ed136'
checksum64 = '4e9d2617dc2e1d194cdf8c7fbdc4041cef43e770baecbadbfed6c74fc4f5b98c'
url = 'https://releases.hashicorp.com/vagrant/2.2.7/vagrant_2.2.7_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.2.7/vagrant_2.2.7_x86_64.msi'
checksum = '9dcb49be1fda557818002c12691d3316d5e198fec284480c4e7893b8d322f1dd'
checksum64 = '6425e450ea180c00fbab17bca3e9cbd384072617a7acabff57c89b9ebc57feb5'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart"
Expand Down
2 changes: 1 addition & 1 deletion automatic/vagrant/vagrant.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vagrant</id>
<title>Vagrant (Install)</title>
<version>2.2.6</version>
<version>2.2.7</version>
<authors>Mitchell Hashimoto, John Bender, HashiCorp</authors>
<owners>chocolatey, Rob Reynolds, Patrick Wyatt</owners>
<summary>Vagrant - Development environments made easy.</summary>
Expand Down

0 comments on commit bcfc19a

Please sign in to comment.