mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
277 B
Ruby
10 lines
277 B
Ruby
class Spacemonkey < Cask
|
|
version 'latest'
|
|
sha256 :no_check
|
|
|
|
url 'http://downloads.spacemonkey.com/client/mac/latest'
|
|
appcast 'https://rink.hockeyapp.net/api/2/apps/aa33b6780fdfc71247b2995fa47b5d7c'
|
|
homepage 'https://www.spacemonkey.com'
|
|
|
|
link 'SpaceMonkey.app'
|
|
end
|