homebrew-cask/Casks/hermes.rb

15 lines
486 B
Ruby
Raw Normal View History

2014-11-14 01:26:00 +08:00
cask :v1 => 'hermes' do
2015-05-07 05:04:31 +08:00
version '1.2.6'
sha256 '3735d1bbae0e3ef773e0a2d169ca7f838f3e3510fe7b6fa59546c01fccbb9aa8'
# amazonaws.com is the official download host per the vendor homepage
url "https://s3.amazonaws.com/hermesmacapp/Hermes-#{version}.zip"
appcast 'https://hermesapp.org/versions.xml',
:sha256 => 'abfa2b7257a081bcff21eb97c9425c09444baac4d979309c0d93b623a4b567f5'
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