From 1f304734420648e950e2cf4c35d028ec1bf1fbc0 Mon Sep 17 00:00:00 2001 From: Jeff Wallace Date: Fri, 26 Dec 2014 12:31:39 -0800 Subject: [PATCH] Add cask for EQMac From http://eqmac.hulse.id.au/ --- Casks/eqmac.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Casks/eqmac.rb diff --git a/Casks/eqmac.rb b/Casks/eqmac.rb new file mode 100644 index 00000000000..e922554ef3b --- /dev/null +++ b/Casks/eqmac.rb @@ -0,0 +1,13 @@ +cask :v1 => 'eqmac' do + version '1.3.2-b1' + sha256 '4e810e2956f3c46b13f3a7024c58676fd54a1f2d02e63252f946c53479ce43a1' + + url "http://eqmac.hulse.id.au/sites/default/files/downloads/Mount-#{version}.app_.zip" + name 'EQMac' + homepage 'http://eqmac.hulse.id.au/' + license :unknown + + # Renamed for clarity: app name is inconsistent with the branding on the website, and will be corrected in the next version. + # Original discussion: https://github.com/caskroom/homebrew-cask/pull/8438 + app "Mount-#{version}.app", :target => 'EQMac.app' +end