homebrew-cask/Casks/anxiety.rb

13 lines
385 B
Ruby
Raw Normal View History

2014-11-14 01:25:22 +08:00
cask :v1 => 'anxiety' do
2014-09-17 19:42:37 +08:00
version :latest
sha256 :no_check
2013-11-24 22:23:19 +08:00
url 'http://www.anxietyapp.com/Anxiety.zip'
2014-05-14 21:39:58 +08:00
appcast 'http://www.anxietyapp.com/appcast/appcast.xml'
2013-11-24 22:23:19 +08:00
homepage 'http://www.anxietyapp.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-10-09 23:40:45 +08:00
container :nested => 'Anxiety.dmg'
2014-09-16 00:05:14 +08:00
app 'Anxiety.app'
2013-11-24 22:23:19 +08:00
end