DeskApp 1.4.4

This commit is contained in:
Peter V. Beck 2017-11-10 01:17:36 +01:00
parent 4be39e9e15
commit 95904124ab
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>1.3.22</version>
<version>1.4.4</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 1.3.22</releaseNotes>
<releaseNotes>release 1.4.4</releaseNotes>
<copyright>2017 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 = '1.3.22'
$version = '1.4.4'
$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 = 'F3AED8F07604DF6F048A155173B19398031BB896'
$checksum = '6C65507470C2113A0E8B925DECE2046696AFD797'
$checksumType = 'sha1'
$checksum64 = '6D7D262114CFB0942F1231F7AAF7514BFB2E9EC3'
$checksum64 = 'B7356125768C2AC699913EEF5A4919684F6AA912'
$checksumType64 = $checksumType
try {