Cantata 2.3.0

This commit is contained in:
Peter V. Beck 2018-06-05 13:51:55 +02:00
parent 284777cad9
commit 255be2c6f5
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Cantata</id>
<version>2.2.0</version>
<version>2.3.0</version>
<title>Cantata</title>
<authors>Craig Drummond</authors>
<owners>foo.li systeme + software</owners>
@ -12,7 +12,7 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Cantata is a Qt5 Graphical MPD Client for Linux, Windows, macOS, Haiku</description>
<summary>A graphical (Qt5) client for MPD</summary>
<releaseNotes>https://github.com/CDrummond/cantata/releases/tag/v2.2.0</releaseNotes>
<releaseNotes>https://github.com/CDrummond/cantata/releases/tag/v2.3.0</releaseNotes>
<copyright>2017 Kopano</copyright>
<language />
<tags>cantata music audio mp3 floss cross-platform ogg player admin</tags>

View File

@ -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