Skip to content

Commit

Permalink
Merge pull request #3078 from bingfoon/master
Browse files Browse the repository at this point in the history
Add Zend Studio 10.6.0
  • Loading branch information
rolandwalker committed Feb 22, 2014
2 parents e9cd600 + be464ac commit e7debe8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Casks/zendserver.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
class Zendserver < Cask
url 'http://downloads.zend.com/zendserver/6.3.0/ZendServer-6.3.0-php-5.5.7.dmg'
homepage 'http://www.zend.com/en/products/server/'
version '6.3.0'
sha256 'a1e7f5c4801ae0658508dcbde9e71e6d914cd2546f5d261c7eb7ae31ef4bd31f'
install 'Zend Server.pkg'
uninstall :script => { :executable => '/usr/local/zend/bin/uninstall.sh', :args => ['--automatic'] }
caveats do
files_in_usr_local
end
end
7 changes: 7 additions & 0 deletions Casks/zendstudio.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
class Zendstudio < Cask
url 'http://downloads.zend.com/studio-eclipse/10.6.0/ZendStudio-10.6.0-macosx.cocoa.x86_64.dmg'
homepage 'http://www.zend.com/en/products/studio/'
version '10.6.0'
sha256 '391c77f62e281f7d6dc8039962d4fcb03b66e8c1a28267840b9f3af3f9cc30e7'
link 'Zend Studio/ZendStudio.app'
end

0 comments on commit e7debe8

Please sign in to comment.