Kopano DeskApp 1.9.6 nightly, Kopano OL Extension 2.0.309 nightly
This commit is contained in:
parent
37402439bf
commit
a44de74cca
@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>kopano-deskapp-nightly</id>
|
||||
<version>1.9.5</version>
|
||||
<version>1.9.6</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 can’t, 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.9.5 (2018-06-06)</releaseNotes>
|
||||
<releaseNotes>release 1.9.6 (2018-06-05)</releaseNotes>
|
||||
<copyright>2018 Kopano</copyright>
|
||||
<language />
|
||||
<tags>groupware kopano deskapp nightly admin</tags>
|
||||
|
@ -6,12 +6,12 @@ $packageName = 'kopano-deskapp-nightly'
|
||||
$packageSearch = 'Kopano DeskApp'
|
||||
$installerType = 'msi'
|
||||
$silentArgs = '/qb'
|
||||
$version = '1.9.5'
|
||||
$version = '1.9.6'
|
||||
$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 = '1EA7E2364B7B13F0BDA368762550ED2328733E4C'
|
||||
$checksum = '7841A592BB65435F495348D2747C6A2F5D95AEB3'
|
||||
$checksumType = 'sha1'
|
||||
$checksum64 = '103A52AA7695580C65824116E4F5F4F84017EB3F'
|
||||
$checksum64 = '32B69113B5FD00856CD0E31A3D63E9540EA6F9B3'
|
||||
$checksumType64 = $checksumType
|
||||
|
||||
try {
|
||||
|
@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>kopano-ol-extension-nightly</id>
|
||||
<version>2.0.306</version>
|
||||
<version>2.0.309</version>
|
||||
<title>Kopano Outlook Extension</title>
|
||||
<authors>Kopano</authors>
|
||||
<owners>foo.li systeme + software</owners>
|
||||
@ -12,7 +12,7 @@
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>Kopano Outlook Extension (nightly)</description>
|
||||
<summary>Kopano OL Extension Nightly (unsupported)</summary>
|
||||
<releaseNotes>upgrade to 2.0.306 (25-06-2018)</releaseNotes>
|
||||
<releaseNotes>upgrade to 2.0.309 (04-07-2018)</releaseNotes>
|
||||
<copyright>2018 Kopano</copyright>
|
||||
<language />
|
||||
<tags>groupware kopano outlook-extension nightly</tags>
|
||||
|
@ -6,13 +6,13 @@ $packageName = 'kopano-ol-extension-nightly'
|
||||
$packageSearch = 'Kopano OL Extension'
|
||||
$installerType = 'msi'
|
||||
$silentArgs = '/qb'
|
||||
$version = '2.0.306'
|
||||
$intvers = '2.0-306'
|
||||
$version = '2.0.309'
|
||||
$intvers = '2.0-309'
|
||||
$url = 'https://download.kopano.io/community/olextension:/KopanoOLExtension-' + $intvers + '-32bit.msi'
|
||||
$url64 = 'https://download.kopano.io/community/olextension:/KopanoOLExtension-' + $intvers + '-64bit.msi'
|
||||
$checksum = '99518C681902C8FBDB9AFE010A85016CE6C26955'
|
||||
$checksum = 'F029829092B0CED5F427A90D94AE6A62970D8172'
|
||||
$checksumType = 'sha1'
|
||||
$checksum64 = '88805FDDCDECFAFCB95199EF729ED4E96C9BE720'
|
||||
$checksum64 = '0A4406059940C3309F7AA0CF24B8A226E811FD98'
|
||||
$checksumType64 = $checksumType
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user