homebrew-cask/Casks/anvil.rb

14 lines
432 B
Ruby
Raw Normal View History

2014-11-14 01:25:22 +08:00
cask :v1 => 'anvil' do
2015-07-12 18:23:43 +08:00
version '1.1.4'
sha256 '757f64ec4b569eef104300fe111d1180fc5e38e0a83e41954b46e209af8a5c1b'
2015-01-17 10:00:07 +08:00
# herokuapp.com is the official download host as per the vendor homepage
url "https://sparkler.herokuapp.com/apps/3/versions/#{version.delete('.')}/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