Kopano DeskApp nightly 2.1.28

This commit is contained in:
2019-03-30 13:47:14 +01:00
parent de4a068084
commit e7311ac5ef
2 changed files with 27 additions and 28 deletions

View File

@ -6,12 +6,12 @@ $packageName = 'kopano-deskapp-nightly'
$packageSearch = 'Kopano DeskApp'
$installerType = 'msi'
$silentArgs = '/qb'
$version = '2.1.24'
$version = '2.1.28'
$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 = 'c38774acbd5e044d6763861a534fff54e2c997ca'
$checksum = 'fa3add3e24fde7063f109793e98ac20e4d6c9b58'
$checksumType = 'sha1'
$checksum64 = '79e32dbf2232b19a9f6e77d33df85b48b6576593'
$checksum64 = 'bbf5a917b48e11f67bad2a3441ae4a59a1ada650'
$checksumType64 = $checksumType
try {