Kopano OL Extension 1.6.277
This commit is contained in:
parent
f892c5b479
commit
61c08b99bd
@ -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>1.6.255</version>
|
<version>1.6.277</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,7 +12,7 @@
|
|||||||
<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 1.6.255 (07-12-2017)</releaseNotes>
|
<releaseNotes>upgrade to 1.6.277 (10-01-2018)</releaseNotes>
|
||||||
<copyright>2017 Kopano</copyright>
|
<copyright>2017 Kopano</copyright>
|
||||||
<language />
|
<language />
|
||||||
<tags>groupware kopano outlook-extension nightly</tags>
|
<tags>groupware kopano outlook-extension nightly</tags>
|
||||||
|
@ -1,18 +1,18 @@
|
|||||||
# Kopano Outlook Extension
|
# Kopano Outlook Extension
|
||||||
# 2017 foo.li systeme + software
|
# 2017-2018 foo.li systeme + software
|
||||||
# https://www.gnu.org/licenses/gpl.txt
|
# https://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
$packageName = 'kopano-ol-extension-nightly'
|
$packageName = 'kopano-ol-extension-nightly'
|
||||||
$packageSearch = 'Kopano OL Extension'
|
$packageSearch = 'Kopano OL Extension'
|
||||||
$installerType = 'msi'
|
$installerType = 'msi'
|
||||||
$silentArgs = '/qb'
|
$silentArgs = '/qb'
|
||||||
$version = '1.6.255'
|
$version = '1.6.277'
|
||||||
$intvers = '1.6-255'
|
$intvers = '1.6-277'
|
||||||
$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 = '6f970ab5a5f26e786379426be8392a8b43c406ed'
|
$checksum = '80505b54df6c518673d270bd3f2bed9ff36cc216'
|
||||||
$checksumType = 'sha1'
|
$checksumType = 'sha1'
|
||||||
$checksum64 = 'e311da9c922c6af5ebf9763b94788499ee66e7e9'
|
$checksum64 = '73ecf61faba9df21ced8e0035a5e83c985217f93'
|
||||||
$checksumType64 = $checksumType
|
$checksumType64 = $checksumType
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user