Kopano DeskApp 2.7.1 nightly

This commit is contained in:
2020-08-23 13:41:02 +02:00
parent 8618137344
commit 72b9d07971
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.2'
$version = '2.7.1'
$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 = '323837c820b010e3059d95033b81a362a2a72c20'
$checksum = '0b5decbf181d82a77d949396bb525de63eb24823'
$checksumType = 'sha1'
$checksum64 = 'd57870f9e16ac56d7415a9e467b019126d1a3272'
$checksum64 = 'cb122e4b7a29766ed0492b85179dbff563ab7dbd'
$checksumType64 = $checksumType
try {