Kopano OL Extension 2.0.280
This commit is contained in:
parent
4eb922c047
commit
7a003529f6
@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>kopano-ol-extension-nightly</id>
|
||||
<version>1.6.277</version>
|
||||
<version>2.0.280</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 1.6.277 (10-01-2018)</releaseNotes>
|
||||
<copyright>2017 Kopano</copyright>
|
||||
<releaseNotes>upgrade to 2.0.280 (17-01-2018)</releaseNotes>
|
||||
<copyright>2018 Kopano</copyright>
|
||||
<language />
|
||||
<tags>groupware kopano outlook-extension nightly</tags>
|
||||
</metadata>
|
||||
|
@ -6,13 +6,13 @@ $packageName = 'kopano-ol-extension-nightly'
|
||||
$packageSearch = 'Kopano OL Extension'
|
||||
$installerType = 'msi'
|
||||
$silentArgs = '/qb'
|
||||
$version = '1.6.277'
|
||||
$intvers = '1.6-277'
|
||||
$version = '2.0.280'
|
||||
$intvers = '2.0-280'
|
||||
$url = 'https://download.kopano.io/community/olextension:/KopanoOLExtension-' + $intvers + '-32bit.msi'
|
||||
$url64 = 'https://download.kopano.io/community/olextension:/KopanoOLExtension-' + $intvers + '-64bit.msi'
|
||||
$checksum = '80505b54df6c518673d270bd3f2bed9ff36cc216'
|
||||
$checksum = 'd617d9669792c8c26867b1f06b0d09efac3edd0b'
|
||||
$checksumType = 'sha1'
|
||||
$checksum64 = '73ecf61faba9df21ced8e0035a5e83c985217f93'
|
||||
$checksum64 = '586cf8d64148e33f8b2e25f5b922479a720fcf77'
|
||||
$checksumType64 = $checksumType
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user