homebrew-cask/Casks/anvil.rb

16 lines
656 B
Ruby

cask 'anvil' do
version '2015-09-30_10-05-46'
sha256 '13def7101b594964501f3bf32d76ffd16e4b7f97c6bf9bc81c1b891d75624cbe'
# amazonaws.com is the official download host as per the vendor homepage
url "https://s3.amazonaws.com/sparkler_versions/versions/uploads/000/000/120/original/Anvil_#{version}.zip"
# herokuapp.com verified as official when first introduced to the cask
appcast 'https://sparkler.herokuapp.com/apps/3/updates.xml',
checkpoint: 'b5cb65926ab494ff667e2bc7b090173019719feed3ffde02dbf888aaf5dcc015'
name 'Anvil'
homepage 'http://anvilformac.com/'
license :mit
app "Anvil #{version.sub('_', ' ')}/Anvil.app"
end