Kopano DeskApp nightly v 2.5.4, closes #5429 @0.5h
This commit is contained in:
@ -1,17 +1,17 @@
|
||||
# Kopano DeskApp
|
||||
# 2017-2019 foo.li systeme + software
|
||||
# 2017-2020 foo.li systeme + software
|
||||
# https://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
$packageName = 'kopano-deskapp-nightly'
|
||||
$packageSearch = 'Kopano DeskApp'
|
||||
$installerType = 'msi'
|
||||
$silentArgs = '/qb'
|
||||
$version = '2.4.5'
|
||||
$version = '2.5.4'
|
||||
$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 = '0e7063f0cae651f683101de81c1f1c5785caf037'
|
||||
$checksum = '1dc07c7784bf684ef704b7a53128d513eccaf7d2'
|
||||
$checksumType = 'sha1'
|
||||
$checksum64 = 'd5a1691f1c5071365448447d711d4468f51c5297'
|
||||
$checksum64 = '192a6352857ce725fdbe58131becc69969a09e69'
|
||||
$checksumType64 = $checksumType
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user