Kopano DeskApp 2.1.24 nightly

This commit is contained in:
2019-02-27 13:59:11 +01:00
parent a18080be2c
commit a79acf9028
2 changed files with 31 additions and 31 deletions

View File

@ -6,12 +6,12 @@ $packageName = 'kopano-deskapp-nightly'
$packageSearch = 'Kopano DeskApp'
$installerType = 'msi'
$silentArgs = '/qb'
$version = '2.1.16'
$version = '2.1.24'
$url = 'https://download.kopano.io/community/deskapp:/Windows/kopano-deskapp-' + $version + '-x86.msi'
$url64 = 'https://download.kopano.io/community/deskapp:/Windows/kopano-deskapp-' + $version + '-x64.msi'
$checksum = 'c9e4fa3fb75281b651d9eb1ccd0da2c7a2da406f'
$checksum = 'c38774acbd5e044d6763861a534fff54e2c997ca'
$checksumType = 'sha1'
$checksum64 = 'afd22d4c5e385306c693512e0293b48fef7986db'
$checksum64 = '79e32dbf2232b19a9f6e77d33df85b48b6576593'
$checksumType64 = $checksumType
try {