homebrew-cask/Casks/anvil.rb

14 lines
532 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'anvil' do
2018-01-04 04:44:50 +08:00
version '1.1.8,132'
sha256 '485fd6cdd21edbbb2c3801fa0f4a5f6a4ef7da65316946ef5599497c676d6b68'
2018-01-04 04:44:50 +08:00
# sparkler.herokuapp.com/apps/3/versions was verified as official when first introduced to the cask
url "https://sparkler.herokuapp.com/apps/3/versions/#{version.after_comma}/download"
2015-12-26 04:57:40 +08:00
appcast 'https://sparkler.herokuapp.com/apps/3/updates.xml',
2018-01-04 04:44:50 +08:00
checkpoint: 'e1c2efbeaf5f2ca79f6881360e0122d858774a5754a9e5876e215f5a917b2a51'
name 'Anvil'
2016-12-25 07:34:06 +08:00
homepage 'https://anvilformac.com/'
2018-01-04 04:44:50 +08:00
app 'Anvil.app'
2012-10-07 00:57:23 +08:00
end