Roland Walker
10 years ago
2 changed files with 31 additions and 0 deletions
@ -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 |
@ -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 |
Loading…
Reference in new issue