Kopano DeskApp 2.6.2 nightly

This commit is contained in:
2020-05-21 10:27:47 +02:00
parent 48a75a07cd
commit 994b8df5eb
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.6.0'
$version = '2.6.2'
$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 = 'da39a3ee5e6b4b0d3255bfef95601890afd80709'
$checksum = '323837c820b010e3059d95033b81a362a2a72c20'
$checksumType = 'sha1'
$checksum64 = '0a29b4eeae95cb27224329b422c66441831d4999'
$checksum64 = 'd57870f9e16ac56d7415a9e467b019126d1a3272'
$checksumType64 = $checksumType
try {