mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
8 lines
343 B
Ruby
8 lines
343 B
Ruby
class Cloudytabs < Cask
|
|
url 'https://github.com/josh-/CloudyTabs/releases/download/v1.2/CloudyTabs.zip'
|
|
appcast 'http://joshparnham.com/projects/cloudytabs/appcast.xml'
|
|
homepage 'https://github.com/josh-/CloudyTabs/'
|
|
version '1.2'
|
|
sha256 '7409dcce88355799a65060bdd3c957c4a3146886f4fb489d41208d4d9ed7d905'
|
|
link 'CloudyTabs.app'
|
|
end
|