Kopano OL Extension 2.0.340 nightly, Kopano DeskApp 2.2.1 nightly
This commit is contained in:
@ -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.333</version>
|
||||
<version>2.0.340</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.333 (19-12-2018)</releaseNotes>
|
||||
<releaseNotes>upgrade to 2.0.0340 (2018-04-17)</releaseNotes>
|
||||
<copyright>2018 Kopano</copyright>
|
||||
<language />
|
||||
<tags>groupware kopano outlook-extension nightly</tags>
|
||||
|
@ -1,18 +1,18 @@
|
||||
# Kopano Outlook Extension
|
||||
# 2017-2018 foo.li systeme + software
|
||||
# 2017-2019 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 = '2.0.333'
|
||||
$intvers = '2.0-333'
|
||||
$version = '2.0.340'
|
||||
$intvers = '2.0-340'
|
||||
$url = 'https://download.kopano.io/community/olextension:/KopanoOLExtension-' + $intvers + '-32bit.msi'
|
||||
$url64 = 'https://download.kopano.io/community/olextension:/KopanoOLExtension-' + $intvers + '-64bit.msi'
|
||||
$checksum = '3d7bbda3516ef7b62d2505615883edf770575bea'
|
||||
$checksum = 'd7756c4ac039cea7cde5ea5e831a54369cde84bf'
|
||||
$checksumType = 'sha1'
|
||||
$checksum64 = '666ed8d15389744ed5e8e7a87791696225ccb11c'
|
||||
$checksum64 = 'b37ddfc43f3e2349b3d6650204ead56f7f9f22b0'
|
||||
$checksumType64 = $checksumType
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user