homebrew-cask/Casks/anxiety.rb

12 lines
261 B
Ruby
Raw Normal View History

2013-11-24 22:23:19 +08:00
class Anxiety < Cask
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/'
2013-11-24 22:23:19 +08:00
nested_container 'Anxiety.dmg'
2014-09-16 00:05:14 +08:00
app 'Anxiety.app'
2013-11-24 22:23:19 +08:00
end