Kopano OL Extension 1.6.277

This commit is contained in:
Peter V. Beck 2018-01-13 17:52:42 +01:00
parent f892c5b479
commit 61c08b99bd
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>1.6.255</version>
<version>1.6.277</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 1.6.255 (07-12-2017)</releaseNotes>
<releaseNotes>upgrade to 1.6.277 (10-01-2018)</releaseNotes>
<copyright>2017 Kopano</copyright>
<language />
<tags>groupware kopano outlook-extension nightly</tags>

View File

@ -1,18 +1,18 @@
# Kopano Outlook Extension
# 2017 foo.li systeme + software
# 2017-2018 foo.li systeme + software
# https://www.gnu.org/licenses/gpl.txt
$packageName = 'kopano-ol-extension-nightly'
$packageSearch = 'Kopano OL Extension'
$installerType = 'msi'
$silentArgs = '/qb'
$version = '1.6.255'
$intvers = '1.6-255'
$version = '1.6.277'
$intvers = '1.6-277'
$url = 'https://download.kopano.io/community/olextension:/KopanoOLExtension-' + $intvers + '-32bit.msi'
$url64 = 'https://download.kopano.io/community/olextension:/KopanoOLExtension-' + $intvers + '-64bit.msi'
$checksum = '6f970ab5a5f26e786379426be8392a8b43c406ed'
$checksum = '80505b54df6c518673d270bd3f2bed9ff36cc216'
$checksumType = 'sha1'
$checksum64 = 'e311da9c922c6af5ebf9763b94788499ee66e7e9'
$checksum64 = '73ecf61faba9df21ced8e0035a5e83c985217f93'
$checksumType64 = $checksumType
try {