Kopano DeskApp 2.4.5 nightly

This commit is contained in:
2019-10-05 11:22:28 +02:00
parent d67df274ee
commit 3dde3cc861
2 changed files with 5 additions and 5 deletions

View File

@ -6,12 +6,12 @@ $packageName = 'kopano-deskapp-nightly'
$packageSearch = 'Kopano DeskApp'
$installerType = 'msi'
$silentArgs = '/qb'
$version = '2.4.1'
$version = '2.4.5'
$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 = '6d5e025e38f20d7b4293dc35f1034c4e7cd17831'
$checksum = '0e7063f0cae651f683101de81c1f1c5785caf037'
$checksumType = 'sha1'
$checksum64 = 'd045e046e432eb0b0638815c34cda2b9889220fd'
$checksum64 = 'd5a1691f1c5071365448447d711d4468f51c5297'
$checksumType64 = $checksumType
try {