Skip to content

Commit

Permalink
AU: 2 updated - mono spotify
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Jan 15, 2020
1 parent c266a22 commit 3a1589d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/mono/mono.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>mono</id>
<version>6.6.0.161</version>
<version>6.8.0.96</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/mono</packageSourceUrl>
<title>Mono</title>
<authors>Miguel de Icaza, other Mono committers</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/mono/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
url = 'https://download.mono-project.com/archive/6.6.0/windows-installer/mono-6.6.0.161-gtksharp-2.12.45-win32-0.msi'
url64bit = 'https://download.mono-project.com/archive/6.6.0/windows-installer/mono-6.6.0.161-x64-0.msi'
url = 'https://download.mono-project.com/archive/6.8.0/windows-installer/mono-6.8.0.96-gtksharp-2.12.45-win32-0.msi'
url64bit = 'https://download.mono-project.com/archive/6.8.0/windows-installer/mono-6.8.0.96-x64-0.msi'
softwareName = 'Mono for Windows*'
checksum = 'e33e52c0946e6f848976886d95be55b1f811aa2b491ff19a6f18dae94c133fa1'
checksum = 'cc793c3a9c6b4302885fd8ade7f71521075934b29f99ecf4cef7af9f2d9e9704'
checksumType = 'sha256'
checksum64 = '8d3392ed19977c0b869aaf594fd9c12114d8bcb6185bca27d8329ff5f974d23e'
checksum64 = '2d1671de6656d5fc83baf19022f4c9392e54f74628538d6a3788ea729a70bf6d'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"c2af374340c65bac6ec512509355fcc7"|1.1.22.633
"2ab71533f16313ef12db4628ed64fb75"|1.1.24.91
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.22.633</version>
<version>1.1.24.91</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 = '3B539A17EEE37B5F92547A066501ECB9AA8D449B738003FE4D8F9A92581F2AFD8182C443A0D68AD8BEB2374D91C82D51644427C24498DB2FE8A25C1AB12F0A76'
checksum = '30DC27BB3E0AE0FADBD46D79346185FA24999FDA17F0E514E7D6ED8250C92D6D81C405EEAE409AA2AFC8D7F47E46B2298A7458283813C3EFDBF4A06CD45D602F'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit 3a1589d

Please sign in to comment.