homebrew-cask/Casks/anvil.rb

13 lines
442 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"
2018-06-12 22:37:26 +08:00
appcast 'https://sparkler.herokuapp.com/apps/3/updates.xml'
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