homebrew-cask/Casks/hermes.rb

15 lines
501 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'hermes' do
2015-05-07 05:04:31 +08:00
version '1.2.6'
sha256 '3735d1bbae0e3ef773e0a2d169ca7f838f3e3510fe7b6fa59546c01fccbb9aa8'
2016-03-12 22:50:18 +08:00
# s3.amazonaws.com/hermesmacapp was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/hermesmacapp/Hermes-#{version}.zip"
appcast 'https://hermesapp.org/versions.xml',
checkpoint: 'b165a9588985b8fb3305878405782c17504466276f2a1ecd3715fe0bd4a92205'
2015-04-02 04:14:06 +08:00
name 'Hermes'
2015-06-29 14:32:18 +08:00
homepage 'https://hermesapp.org/'
license :mit
2014-09-16 00:05:41 +08:00
app 'Hermes.app'
end