diff --git a/automatic/mono/mono.nuspec b/automatic/mono/mono.nuspec index 1c2372fdbc5..c71b870067b 100644 --- a/automatic/mono/mono.nuspec +++ b/automatic/mono/mono.nuspec @@ -3,7 +3,7 @@ mono - 6.6.0.161 + 6.8.0.96 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/mono Mono Miguel de Icaza, other Mono committers diff --git a/automatic/mono/tools/chocolateyInstall.ps1 b/automatic/mono/tools/chocolateyInstall.ps1 index 58cefe0577c..459c62a3e23 100644 --- a/automatic/mono/tools/chocolateyInstall.ps1 +++ b/automatic/mono/tools/chocolateyInstall.ps1 @@ -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) diff --git a/automatic/spotify/info b/automatic/spotify/info index 4afce8b2062..985a91aa95e 100644 --- a/automatic/spotify/info +++ b/automatic/spotify/info @@ -1 +1 @@ -"c2af374340c65bac6ec512509355fcc7"|1.1.22.633 +"2ab71533f16313ef12db4628ed64fb75"|1.1.24.91 diff --git a/automatic/spotify/spotify.nuspec b/automatic/spotify/spotify.nuspec index 4189b3baaec..bea64208430 100644 --- a/automatic/spotify/spotify.nuspec +++ b/automatic/spotify/spotify.nuspec @@ -3,7 +3,7 @@ spotify - 1.1.22.633 + 1.1.24.91 Spotify Spotify http://spotify.com diff --git a/automatic/spotify/tools/ChocolateyInstall.ps1 b/automatic/spotify/tools/ChocolateyInstall.ps1 index f839ab52481..a14a5adbddf 100644 --- a/automatic/spotify/tools/ChocolateyInstall.ps1 +++ b/automatic/spotify/tools/ChocolateyInstall.ps1 @@ -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'