homebrew-cask/Casks/anxiety.rb

12 lines
265 B
Ruby
Raw Normal View History

2013-11-24 22:23:19 +08:00
class Anxiety < Cask
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'
link 'Anxiety.app'
end