Kopano OL extension 2.0.302 nightly

This commit is contained in:
Peter V. Beck 2018-05-17 09:56:38 +02:00
parent 236fe40632
commit 28e0254cfe
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.295</version>
<version>2.0.302</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.295 (02-05-2018)</releaseNotes>
<releaseNotes>upgrade to 2.0.302 (16-05-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.295'
$intvers = '2.0-295'
$version = '2.0.302'
$intvers = '2.0-302'
$url = 'https://download.kopano.io/community/olextension:/KopanoOLExtension-' + $intvers + '-32bit.msi'
$url64 = 'https://download.kopano.io/community/olextension:/KopanoOLExtension-' + $intvers + '-64bit.msi'
$checksum = '43D516D4761D7E14159D1A40748B135E37229496'
$checksum = '0E26CC7B74687747D2151D834292F9755EAE19F1'
$checksumType = 'sha1'
$checksum64 = '84D1061294422603BD8D1744E3C8EBEADEE87E5E'
$checksum64 = '0002B32B11F853816EDF1DEF929C551445E7B224'
$checksumType64 = $checksumType
try {