Kopano Outlook Extension 2.0.333
This commit is contained in:
parent
03c3d2f159
commit
a18080be2c
@ -2,7 +2,7 @@
|
|||||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>kopano-ol-extension-nightly</id>
|
<id>kopano-ol-extension-nightly</id>
|
||||||
<version>2.0.331</version>
|
<version>2.0.333</version>
|
||||||
<title>Kopano Outlook Extension</title>
|
<title>Kopano Outlook Extension</title>
|
||||||
<authors>Kopano</authors>
|
<authors>Kopano</authors>
|
||||||
<owners>foo.li systeme + software</owners>
|
<owners>foo.li systeme + software</owners>
|
||||||
@ -12,9 +12,12 @@
|
|||||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||||
<description>Kopano Outlook Extension (nightly)</description>
|
<description>Kopano Outlook Extension (nightly)</description>
|
||||||
<summary>Kopano OL Extension Nightly (unsupported)</summary>
|
<summary>Kopano OL Extension Nightly (unsupported)</summary>
|
||||||
<releaseNotes>upgrade to 2.0.331 (13-11-2018)</releaseNotes>
|
<releaseNotes>upgrade to 2.0.333 (19-12-2018)</releaseNotes>
|
||||||
<copyright>2018 Kopano</copyright>
|
<copyright>2018 Kopano</copyright>
|
||||||
<language />
|
<language />
|
||||||
<tags>groupware kopano outlook-extension nightly</tags>
|
<tags>groupware kopano outlook-extension nightly</tags>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<files>
|
||||||
|
<file src="tools/*" target="Content/tools"/>
|
||||||
|
</files>
|
||||||
</package>
|
</package>
|
||||||
|
@ -6,13 +6,13 @@ $packageName = 'kopano-ol-extension-nightly'
|
|||||||
$packageSearch = 'Kopano OL Extension'
|
$packageSearch = 'Kopano OL Extension'
|
||||||
$installerType = 'msi'
|
$installerType = 'msi'
|
||||||
$silentArgs = '/qb'
|
$silentArgs = '/qb'
|
||||||
$version = '2.0.331'
|
$version = '2.0.333'
|
||||||
$intvers = '2.0-331'
|
$intvers = '2.0-333'
|
||||||
$url = 'https://download.kopano.io/community/olextension:/KopanoOLExtension-' + $intvers + '-32bit.msi'
|
$url = 'https://download.kopano.io/community/olextension:/KopanoOLExtension-' + $intvers + '-32bit.msi'
|
||||||
$url64 = 'https://download.kopano.io/community/olextension:/KopanoOLExtension-' + $intvers + '-64bit.msi'
|
$url64 = 'https://download.kopano.io/community/olextension:/KopanoOLExtension-' + $intvers + '-64bit.msi'
|
||||||
$checksum = 'CF87CDE76709288089F856EC7FDD84E833EE2403'
|
$checksum = '3d7bbda3516ef7b62d2505615883edf770575bea'
|
||||||
$checksumType = 'sha1'
|
$checksumType = 'sha1'
|
||||||
$checksum64 = '015BB991A711174D2C13AD888E304ED27252AFF6'
|
$checksum64 = '666ed8d15389744ed5e8e7a87791696225ccb11c'
|
||||||
$checksumType64 = $checksumType
|
$checksumType64 = $checksumType
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user