Kopano ADS 1.1.75

This commit is contained in:
Peter V. Beck 2017-08-28 16:27:02 +02:00
parent 1b896cee04
commit 392c6457b1
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>kopano-ads-nightly</id>
<version>1.0.71</version>
<version>1.1.75</version>
<title>Kopano ADS</title>
<authors>Kopano</authors>
<owners>foo.li systeme + software</owners>
@ -12,10 +12,10 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Kopano AD Extension provides the ability to manage Kopano objects directly from the native “Active Directory Users and Computers” MMC-based management utility, which most administrators are used to with managing objects in Active Directory.</description>
<summary>Kopano ADS</summary>
<releaseNotes>initial package</releaseNotes>
<releaseNotes>release 1.1.75</releaseNotes>
<copyright>2017 Kopano</copyright>
<language />
<tags>groupware kopano ads mmc nightly</tags>
<tags>groupware kopano ads mmc nightly admin</tags>
<dependencies>
<dependency id="RSAT" version="1.0.7" />
</dependencies>

View File

@ -6,11 +6,11 @@ $packageName = 'kopano-ads-nightly'
$packageSearch = 'Kopano ADS'
$installerType = 'msi'
$silentArgs = '/qb'
$version = '1.0.71'
$intversion = '1.0-71'
$version = '1.1.75'
$intversion = '1.1-75'
$url = 'https://download.kopano.io/community/adextension:/KopanoADS-' + $intversion + '-noarch.msi'
$url64 = $url
$checksum = '306C64A745CC796F38A28DC8E367EB28E90B5CC0'
$checksum = 'ADBA4F87767CD3AF24A08968EE0D14E64BDBC472'
$checksumType = 'sha1'
$checksum64 = $checksum
$checksumType64 = $checksumType