From 255be2c6f55e8be02b2825be167d68a735ecd3b2 Mon Sep 17 00:00:00 2001 From: Peter Beck Date: Tue, 5 Jun 2018 13:51:55 +0200 Subject: [PATCH] Cantata 2.3.0 --- packages/cantata/cantata.nuspec | 4 ++-- packages/cantata/tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/cantata/cantata.nuspec b/packages/cantata/cantata.nuspec index de0c132..ded92c2 100755 --- a/packages/cantata/cantata.nuspec +++ b/packages/cantata/cantata.nuspec @@ -2,7 +2,7 @@ Cantata - 2.2.0 + 2.3.0 Cantata Craig Drummond foo.li systeme + software @@ -12,7 +12,7 @@ true Cantata is a Qt5 Graphical MPD Client for Linux, Windows, macOS, Haiku A graphical (Qt5) client for MPD - https://github.com/CDrummond/cantata/releases/tag/v2.2.0 + https://github.com/CDrummond/cantata/releases/tag/v2.3.0 2017 Kopano cantata music audio mp3 floss cross-platform ogg player admin diff --git a/packages/cantata/tools/chocolateyinstall.ps1 b/packages/cantata/tools/chocolateyinstall.ps1 index 0b93f51..164b762 100755 --- a/packages/cantata/tools/chocolateyinstall.ps1 +++ b/packages/cantata/tools/chocolateyinstall.ps1 @@ -6,10 +6,10 @@ $packageName = 'cantata' $packageSearch = 'Cantata' $installerType = 'exe' $silentArgs = '/S' -$version = '2.2.0' +$version = '2.3.0' $url = 'https://github.com/CDrummond/cantata/releases/download/v' + $version + '/Cantata-' + $version + '-Setup.exe' $url64 = $url -$checksum = 'C639415127FE649FBB86062EAFCA4889F9EE34E5' +$checksum = 'DA4E78315D03C06CDAF6A1FE1C8482DA41E357DC' $checksumType = 'sha1' $checksum64 = $checksum $checksumType64 = $checksumType