Kopano OL extension nightly 2.0.285

This commit is contained in:
Peter V. Beck 2018-02-06 14:35:30 +01:00
parent a5a14865b4
commit 4e03874171
2 changed files with 6 additions and 6 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.280</version>
<version>2.0.285</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.280 (17-01-2018)</releaseNotes>
<releaseNotes>upgrade to 2.0.285 (05-02-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.280'
$intvers = '2.0-280'
$version = '2.0.285'
$intvers = '2.0-285'
$url = 'https://download.kopano.io/community/olextension:/KopanoOLExtension-' + $intvers + '-32bit.msi'
$url64 = 'https://download.kopano.io/community/olextension:/KopanoOLExtension-' + $intvers + '-64bit.msi'
$checksum = 'd617d9669792c8c26867b1f06b0d09efac3edd0b'
$checksum = 'AE6C1D95C7CC201698EBEE2A0EB364A62CB81B26'
$checksumType = 'sha1'
$checksum64 = '586cf8d64148e33f8b2e25f5b922479a720fcf77'
$checksum64 = 'EF5BF4092E08FC6A74DEBFF5562E45A99AC329B1'
$checksumType64 = $checksumType
try {