Kopano OL Extension 2.0.294 nightly
This commit is contained in:
parent
35ad24eb12
commit
bb887fd3f4
@ -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>2.0.292</version>
|
<version>2.0.294</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 2.0.292 (13-04-2018)</releaseNotes>
|
<releaseNotes>upgrade to 2.0.294 (18-04-2018)</releaseNotes>
|
||||||
<copyright>2018 Kopano</copyright>
|
<copyright>2018 Kopano</copyright>
|
||||||
<language />
|
<language />
|
||||||
<tags>groupware kopano outlook-extension nightly</tags>
|
<tags>groupware kopano outlook-extension nightly</tags>
|
||||||
|
@ -6,13 +6,13 @@ $packageName = 'kopano-ol-extension-nightly'
|
|||||||
$packageSearch = 'Kopano OL Extension'
|
$packageSearch = 'Kopano OL Extension'
|
||||||
$installerType = 'msi'
|
$installerType = 'msi'
|
||||||
$silentArgs = '/qb'
|
$silentArgs = '/qb'
|
||||||
$version = '2.0.292'
|
$version = '2.0.294'
|
||||||
$intvers = '2.0-292'
|
$intvers = '2.0-294'
|
||||||
$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 = '6E5F240EC5EA639E43119DD88240CE5D916E900C'
|
$checksum = '69367A2AA5A4ED69CABE39CB899BC4EFF1A745C4'
|
||||||
$checksumType = 'sha1'
|
$checksumType = 'sha1'
|
||||||
$checksum64 = '7886889FC63C7A9A9762FD570B305D0FABB012D6'
|
$checksum64 = 'B19E8E8434637563E66AC8D2A244428EA5DCD65F'
|
||||||
$checksumType64 = $checksumType
|
$checksumType64 = $checksumType
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user