Skip to content

Commit

Permalink
Update kerio-connect to 9.2.7-4117,p2 (Homebrew#52056)
Browse files Browse the repository at this point in the history
  • Loading branch information
core-code authored and amyspark committed Oct 7, 2018
1 parent e22ac89 commit 959f4d9
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions Casks/kerio-connect.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
cask 'kerio-connect' do
version '9.2.7.12444'
sha256 '5b9aa3926081952cdf74a223509989fa67e7fb5c7f2629b8c6baa7bcb581fddf'
version '9.2.7-4117,p2'
sha256 'a771933ead0810f5b195c3a77a94b0e41c6beb81cc2cf3002e90e73186575da5'

# kerio-dc-releases.kerio.com was verified as official when first introduced to the cask
url "http://kerio-dc-releases.kerio.com/kerio-connect-client-update-darwin64-#{version}.zip"
# cdn.kerio.com was verified as official when first introduced to the cask
url "http://cdn.kerio.com/dwn/connect/connect-#{version.before_comma}/kerio-connect-#{version.before_comma}-#{version.after_comma}-mac.dmg"
name 'Kerio Connect'
homepage 'https://www.kerio.de/products/kerio-connect'

app 'Kerio Connect.app'
pkg 'Kerio Connect Installer.pkg'

uninstall early_script: {
executable: '/bin/launchctl',
args: ['unload', '-w', '/Library/LaunchDaemons/com.kerio.mailserver.plist'],
must_succeed: false,
sudo: true,
},
pkgutil: [
'com.kerio.connect.server.pkg',
'com.kerio.connect.server.installer.pkg',
],
launchctl: 'KerioConnect'
end

0 comments on commit 959f4d9

Please sign in to comment.