From f22d2fe235690c92fe46ad492118ae9f604e78ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Sat, 13 Dec 2014 11:18:18 +0000 Subject: [PATCH 1/2] added-hyperspaces --- hyperspaces.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 hyperspaces.rb diff --git a/hyperspaces.rb b/hyperspaces.rb new file mode 100644 index 000000000..aafc9198b --- /dev/null +++ b/hyperspaces.rb @@ -0,0 +1,16 @@ +cask :v1 => 'hyperspaces' do + version '1.1.1' + sha256 '9ea53ac06f0ecc5ed23b4fb6c61f0a9d4eb2d3141ff3a169315ef725a5522253' + + # amazonaws is the official download host per the vendor homepage + url "http://cocoabots-downloads.s3.amazonaws.com/hyperspaces/public/Hyperspaces%20#{version}.zip" + homepage 'http://hyperspacesapp.com/' + license :closed + + app 'Hyperspaces.app' + + depends_on :macos => %w{ + :leopard + :snow_leopard + } +end From 6412e98f1b2d8c8963a995d2cc0f1de6a878d8b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Sat, 13 Dec 2014 11:21:33 +0000 Subject: [PATCH 2/2] added mondomouse --- mondomouse.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mondomouse.rb diff --git a/mondomouse.rb b/mondomouse.rb new file mode 100644 index 000000000..7ed02f6d9 --- /dev/null +++ b/mondomouse.rb @@ -0,0 +1,15 @@ +cask :v1 => 'mondomouse' do + version '1.4.4b4' + sha256 '64109c9331b5ebdd28503844787b2351d90e627d6179194c9c1ed82320527903' + + url "http://www.atomicbird.com/downloads/MondoMouse_#{version}.dmg" + homepage 'http://www.atomicbird.com/about/mac-apps/' + license :closed + + prefpane 'MondoMouse.prefPane' + + depends_on :macos => %w{ + :leopard + :snow_leopard + } +end