Kopano OL Extension 2.0.340 nightly, Kopano DeskApp 2.2.1 nightly

This commit is contained in:
2019-04-20 15:53:32 +02:00
parent e7311ac5ef
commit 3201c513e9
4 changed files with 12 additions and 12 deletions

View File

@ -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 {