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