homebrew-cask/Casks/anvil.rb

12 lines
353 B
Ruby
Raw Normal View History

2014-11-14 01:25:22 +08:00
cask :v1 => 'anvil' do
2014-09-17 19:42:37 +08:00
version :latest
sha256 :no_check
2014-06-18 23:11:03 +08:00
url 'https://sparkler.herokuapp.com/apps/3/download'
2014-05-14 21:39:58 +08:00
appcast 'http://sparkler.herokuapp.com/apps/3/updates.xml'
2012-10-07 00:57:23 +08:00
homepage 'http://anvilformac.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:14 +08:00
app 'Anvil.app'
2012-10-07 00:57:23 +08:00
end