homebrew-cask/Casks/anvil.rb

14 lines
342 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
2015-01-17 10:00:07 +08:00
# herokuapp.com is the official download host as per the vendor homepage
2014-06-18 23:11:03 +08:00
url 'https://sparkler.herokuapp.com/apps/3/download'
2015-01-04 11:04:30 +08:00
name 'Anvil'
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/'
2014-12-30 10:28:35 +08:00
license :mit
2014-09-16 00:05:14 +08:00
app 'Anvil.app'
2012-10-07 00:57:23 +08:00
end