mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
16 lines
432 B
Ruby
16 lines
432 B
Ruby
cask :v1 => 'sidekick' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
# amazonaws.com is the official download host per the vendor homepage
|
|
url 'http://releases.oomphalot.com.s3-website-us-east-1.amazonaws.com/Sidekick/Sidekick.zip'
|
|
appcast 'http://updates.oomphalot.com/?app=Sidekick'
|
|
homepage 'http://oomphalot.com/sidekick/'
|
|
license :unknown
|
|
|
|
app 'Sidekick.app'
|
|
|
|
postflight do
|
|
suppress_move_to_applications
|
|
end
|
|
end
|