From a79acf90287c60933cf3e931c5bad14fe07ea639 Mon Sep 17 00:00:00 2001 From: Peter Beck Date: Wed, 27 Feb 2019 13:59:11 +0100 Subject: [PATCH] Kopano DeskApp 2.1.24 nightly --- .../kopano-deskapp-nightly.nuspec | 56 +++++++++---------- .../tools/chocolateyinstall.ps1 | 6 +- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/packages/kopano-deskapp-nightly/kopano-deskapp-nightly.nuspec b/packages/kopano-deskapp-nightly/kopano-deskapp-nightly.nuspec index f75882d..b50bfe4 100755 --- a/packages/kopano-deskapp-nightly/kopano-deskapp-nightly.nuspec +++ b/packages/kopano-deskapp-nightly/kopano-deskapp-nightly.nuspec @@ -1,31 +1,31 @@ - - - - kopano-deskapp-nightly - 2.1.16 - Kopano DeskApp - Kopano - foo.li systeme + software - https://www.gnu.org/licenses/gpl.txt - https://download.kopano.io/community/deskapp:/Windows/ - https://raw.githubusercontent.com/peterbeck/chocolatey/master/icons/kopano-deskapp.png - true + + + + kopano-deskapp-nightly + 2.1.24 + Kopano DeskApp + Kopano + foo.li systeme + software + https://www.gnu.org/licenses/gpl.txt + https://download.kopano.io/community/deskapp:/Windows/ + https://raw.githubusercontent.com/peterbeck/chocolatey/master/icons/kopano-deskapp.png + true From collaboration and sharing with Files or Web Meetings to the standard groupware tools; WebApp has a lot of great features to offer. Making the best use of these features would be even easier if it could be integrated with your day-to-day office applications. This is where DeskApp comes in. -DeskApp is designed to be the bridge between WebApp and the desktop. DeskApp adds features a web application in a browser can’t, such as being set as the default email client, integrate with the file system to send any file as an attachment. Or even with the operating system so you can send emails from any office application. - Kopano DeskApp - release 2.1.16 (2019-01-21) - 2019 Kopano - - groupware kopano deskapp nightly admin - - - - - - - - +DeskApp is designed to be the bridge between WebApp and the desktop. DeskApp adds features a web application in a browser can’t, such as being set as the default email client, integrate with the file system to send any file as an attachment. Or even with the operating system so you can send emails from any office application. + Kopano DeskApp + release 2.1.24 (2019-02-27) + 2019 Kopano + + groupware kopano deskapp nightly admin + + + + + + + + diff --git a/packages/kopano-deskapp-nightly/tools/chocolateyinstall.ps1 b/packages/kopano-deskapp-nightly/tools/chocolateyinstall.ps1 index 36aab79..13068ec 100755 --- a/packages/kopano-deskapp-nightly/tools/chocolateyinstall.ps1 +++ b/packages/kopano-deskapp-nightly/tools/chocolateyinstall.ps1 @@ -6,12 +6,12 @@ $packageName = 'kopano-deskapp-nightly' $packageSearch = 'Kopano DeskApp' $installerType = 'msi' $silentArgs = '/qb' -$version = '2.1.16' +$version = '2.1.24' $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 = 'c9e4fa3fb75281b651d9eb1ccd0da2c7a2da406f' +$checksum = 'c38774acbd5e044d6763861a534fff54e2c997ca' $checksumType = 'sha1' -$checksum64 = 'afd22d4c5e385306c693512e0293b48fef7986db' +$checksum64 = '79e32dbf2232b19a9f6e77d33df85b48b6576593' $checksumType64 = $checksumType try {