homebrew-cask/Casks/anvil.rb

14 lines
413 B
Ruby
Raw Normal View History

2014-11-14 01:25:22 +08:00
cask :v1 => 'anvil' do
2015-09-03 05:31:51 +08:00
version '1.1.5'
sha256 '342c9041dea854d43fd0c9f78305c9e269e10b2f594079acb2af11675c53fa55'
2015-01-17 10:00:07 +08:00
# herokuapp.com is the official download host as per the vendor homepage
2015-09-03 05:31:51 +08:00
url 'https://sparkler.herokuapp.com/apps/3/versions/116/download'
2015-01-04 11:04:30 +08:00
name 'Anvil'
2015-06-29 14:32:18 +08:00
appcast 'https://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