From e7311ac5ef1e225140a71b642a69018a0af4c669 Mon Sep 17 00:00:00 2001 From: Peter Beck Date: Sat, 30 Mar 2019 13:47:14 +0100 Subject: [PATCH] Kopano DeskApp nightly 2.1.28 --- .../kopano-deskapp-nightly.nuspec | 49 +++++++++---------- .../tools/chocolateyinstall.ps1 | 6 +-- 2 files changed, 27 insertions(+), 28 deletions(-) diff --git a/packages/kopano-deskapp-nightly/kopano-deskapp-nightly.nuspec b/packages/kopano-deskapp-nightly/kopano-deskapp-nightly.nuspec index b50bfe4..94946cb 100755 --- a/packages/kopano-deskapp-nightly/kopano-deskapp-nightly.nuspec +++ b/packages/kopano-deskapp-nightly/kopano-deskapp-nightly.nuspec @@ -1,31 +1,30 @@  - - 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. + + kopano-deskapp-nightly + 2.1.28 + 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.24 (2019-02-27) - 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.28 (2019-03-12) + 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 13068ec..73db9df 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.24' +$version = '2.1.28' $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 = 'c38774acbd5e044d6763861a534fff54e2c997ca' +$checksum = 'fa3add3e24fde7063f109793e98ac20e4d6c9b58' $checksumType = 'sha1' -$checksum64 = '79e32dbf2232b19a9f6e77d33df85b48b6576593' +$checksum64 = 'bbf5a917b48e11f67bad2a3441ae4a59a1ada650' $checksumType64 = $checksumType try {