Kopano ADS nightly 1.1.88, closes #4940 @0.4h
This commit is contained in:
parent
92c87faf35
commit
fbff3eddfb
@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>kopano-ads-nightly</id>
|
||||
<version>1.1.78</version>
|
||||
<version>1.1.88</version>
|
||||
<title>Kopano ADS</title>
|
||||
<authors>Kopano</authors>
|
||||
<owners>foo.li systeme + software</owners>
|
||||
@ -12,8 +12,8 @@
|
||||
<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>release 1.1.78</releaseNotes>
|
||||
<copyright>2017 Kopano</copyright>
|
||||
<releaseNotes>release 1.1.88</releaseNotes>
|
||||
<copyright>2017,2018 Kopano</copyright>
|
||||
<language />
|
||||
<tags>groupware kopano ads mmc nightly admin</tags>
|
||||
<dependencies>
|
||||
|
@ -1,18 +1,18 @@
|
||||
# Kopano ADS (mmc extension)
|
||||
# 2017 foo.li systeme + software
|
||||
# 2017,2018 foo.li systeme + software
|
||||
# https://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
$packageName = 'kopano-ads-nightly'
|
||||
$packageSearch = 'Kopano ADS'
|
||||
$installerType = 'msi'
|
||||
$silentArgs = '/qb'
|
||||
$version = '1.1.78'
|
||||
$intversion = '1.1-78'
|
||||
$url = 'https://download.kopano.io/community/adextension:/KopanoADS-' + $intversion + '-noarch.msi'
|
||||
$url64 = $url
|
||||
$checksum = '12A3A42CD3FD27607A101FA44682790462811377'
|
||||
$version = '1.1.88'
|
||||
$intversion = '1.1-88'
|
||||
$url = 'https://download.kopano.io/community/adextension:/KopanoADS-' + $intversion + '-32bit.msi'
|
||||
$url64 = 'https://download.kopano.io/community/adextension:/KopanoADS-' + $intversion + '-64bit.msi'
|
||||
$checksum = '6BE75CB1CC8D1C154C35BF9CF27574FB001659EF'
|
||||
$checksumType = 'sha1'
|
||||
$checksum64 = $checksum
|
||||
$checksum64 = '57CE90DCCEB314F76535083C9CF8D268EC4451EA'
|
||||
$checksumType64 = $checksumType
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user