Kopano OL Extension 2.0.340 nightly, Kopano DeskApp 2.2.1 nightly
This commit is contained in:
parent
e7311ac5ef
commit
3201c513e9
@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>kopano-deskapp-nightly</id>
|
||||
<version>2.1.28</version>
|
||||
<version>2.2.1</version>
|
||||
<title>Kopano DeskApp</title>
|
||||
<authors>Kopano</authors>
|
||||
<owners>foo.li systeme + software</owners>
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
DeskApp is designed to be the bridge between WebApp and the desktop. DeskApp adds features a web application in a browser can’t, such as being set as the default email client, integrate with the file system to send any file as an attachment. Or even with the operating system so you can send emails from any office application.</description>
|
||||
<summary>Kopano DeskApp</summary>
|
||||
<releaseNotes>release 2.1.28 (2019-03-12)</releaseNotes>
|
||||
<releaseNotes>release 2.2.1 (2019-04-17)</releaseNotes>
|
||||
<copyright>2019 Kopano</copyright>
|
||||
<language />
|
||||
<tags>groupware kopano deskapp nightly admin</tags>
|
||||
|
@ -6,12 +6,12 @@ $packageName = 'kopano-deskapp-nightly'
|
||||
$packageSearch = 'Kopano DeskApp'
|
||||
$installerType = 'msi'
|
||||
$silentArgs = '/qb'
|
||||
$version = '2.1.28'
|
||||
$version = '2.2.1'
|
||||
$url = 'https://download.kopano.io/community/deskapp:/Windows/kopano-deskapp-' + $version + '-x86.msi'
|
||||
$url64 = 'https://download.kopano.io/community/deskapp:/Windows/kopano-deskapp-' + $version + '-x64.msi'
|
||||
$checksum = 'fa3add3e24fde7063f109793e98ac20e4d6c9b58'
|
||||
$checksum = '6e6e9135a8646c72bcf34bbb193a8ab09689cacb'
|
||||
$checksumType = 'sha1'
|
||||
$checksum64 = 'bbf5a917b48e11f67bad2a3441ae4a59a1ada650'
|
||||
$checksum64 = 'fc9759881ded742d41fc47f5f5a3b234d5cec068'
|
||||
$checksumType64 = $checksumType
|
||||
|
||||
try {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user