Kopano DeskApp 1.9.6 nightly, Kopano OL Extension 2.0.309 nightly

This commit is contained in:
2018-07-05 15:53:44 +02:00
parent 37402439bf
commit a44de74cca
4 changed files with 11 additions and 11 deletions

View File

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

View File

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