homebrew-cask/Casks/cloudytabs.rb

13 lines
385 B
Ruby
Raw Normal View History

2014-11-14 01:25:35 +08:00
cask :v1 => 'cloudytabs' do
2015-06-20 04:57:47 +08:00
version '1.6'
sha256 '0007f978204e55f3d52b099b143ee8dedb418f3d25ab1805ee1ce16e75a13983'
2014-09-26 20:08:50 +08:00
url "https://github.com/josh-/CloudyTabs/releases/download/v#{version}/CloudyTabs.zip"
2015-03-15 19:48:26 +08:00
appcast 'https://github.com/josh-/CloudyTabs/releases.atom'
2015-03-25 11:17:09 +08:00
name 'CloudyTabs'
2014-03-08 19:04:47 +08:00
homepage 'https://github.com/josh-/CloudyTabs/'
license :mit
2014-09-16 00:05:24 +08:00
app 'CloudyTabs.app'
2014-03-08 19:04:47 +08:00
end