Kopano OL Extension 2.1.20

This commit is contained in:
Peter V. Beck 2019-10-21 15:54:57 +02:00
parent 3dde3cc861
commit f1086d3c90
2 changed files with 7 additions and 7 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.340</version>
<version>2.1.20</version>
<title>Kopano Outlook Extension</title>
<authors>Kopano</authors>
<owners>foo.li systeme + software</owners>
@ -12,8 +12,8 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Kopano Outlook Extension (nightly)</description>
<summary>Kopano OL Extension Nightly (unsupported)</summary>
<releaseNotes>upgrade to 2.0.0340 (2018-04-17)</releaseNotes>
<copyright>2018 Kopano</copyright>
<releaseNotes>upgrade to 2.1.20 (2019-10-17)</releaseNotes>
<copyright>2019 Kopano</copyright>
<language />
<tags>groupware kopano outlook-extension nightly</tags>
</metadata>

View File

@ -6,13 +6,13 @@ $packageName = 'kopano-ol-extension-nightly'
$packageSearch = 'Kopano OL Extension'
$installerType = 'msi'
$silentArgs = '/qb'
$version = '2.0.340'
$intvers = '2.0-340'
$version = '2.1.20'
$intvers = '2.1-20'
$url = 'https://download.kopano.io/community/olextension:/KopanoOLExtension-' + $intvers + '-32bit.msi'
$url64 = 'https://download.kopano.io/community/olextension:/KopanoOLExtension-' + $intvers + '-64bit.msi'
$checksum = 'd7756c4ac039cea7cde5ea5e831a54369cde84bf'
$checksum = 'f34ae6b4451da62b11ba257726b335e25aa0488e'
$checksumType = 'sha1'
$checksum64 = 'b37ddfc43f3e2349b3d6650204ead56f7f9f22b0'
$checksum64 = '1e11b39733c83c18b655aa6e595d768a505347df'
$checksumType64 = $checksumType
try {