Kopano DeskApp nightly 2.3.21

This commit is contained in:
Peter V. Beck 2019-07-25 14:36:21 +02:00
parent c7267486c1
commit cbadc3b075
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>kopano-deskapp-nightly</id>
<version>2.2.3</version>
<version>2.3.21</version>
<title>Kopano DeskApp</title>
<authors>Kopano</authors>
<owners>foo.li systeme + software</owners>
@ -14,7 +14,7 @@
DeskApp is designed to be the bridge between WebApp and the desktop. DeskApp adds features a web application in a browser cant, such as being set as the default email client, integrate with the file system to send any file as an attachment. Or even with the operating system so you can send emails from any office application.</description>
<summary>Kopano DeskApp</summary>
<releaseNotes>release 2.2.3 (2019-05-03)</releaseNotes>
<releaseNotes>release 2.3.21 (2019-07-23)</releaseNotes>
<copyright>2019 Kopano</copyright>
<language />
<tags>groupware kopano deskapp nightly admin</tags>

View File

@ -6,12 +6,12 @@ $packageName = 'kopano-deskapp-nightly'
$packageSearch = 'Kopano DeskApp'
$installerType = 'msi'
$silentArgs = '/qb'
$version = '2.2.3'
$version = '2.3.21'
$url = 'https://download.kopano.io/community/deskapp:/Windows/kopano-deskapp-' + $version + '-x86.msi'
$url64 = 'https://download.kopano.io/community/deskapp:/Windows/kopano-deskapp-' + $version + '-x64.msi'
$checksum = '98a147ac719e64eaa98034cccdb013c32bdb37c5'
$checksum = 'd96a8a5b3166b4eda24a299c42e4edad03db5fe8'
$checksumType = 'sha1'
$checksum64 = 'acee62de4cc4309f1c2be79cc4791c44acf60056'
$checksum64 = '671309a245d54e8465d855fe27228dca36e33d60'
$checksumType64 = $checksumType
try {