mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
7 lines
184 B
Ruby
7 lines
184 B
Ruby
class Sidekick < Cask
|
|
url 'http://oomphalot.com/sidekick/release/Sidekick.zip'
|
|
homepage 'http://oomphalot.com/sidekick/'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'Sidekick.app'
|
|
end
|