homebrew-cask/Casks/cloudy.rb

13 lines
418 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cloudy' do
2015-10-29 09:05:11 +08:00
version '1.2'
sha256 'e74fa160ec76c340fabdd1b9d1e8ece637c77e654fab1ba263bb47aed6d566f7'
url 'https://github.com/calebd/cloudy/releases/download/v5/Cloudy.zip'
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/calebd/cloudy/releases.atom',
2017-07-29 05:45:46 +08:00
checkpoint: '613e2382baff34c0207ce1d52c0c37646de3173512c9fe6e42d9e7c1fbeb23fd'
2015-10-29 09:05:11 +08:00
name 'Cloudy'
homepage 'https://github.com/calebd/cloudy'
app 'Cloudy.app'
end