homebrew-cask/Casks/hermes.rb

21 lines
707 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'hermes' do
2017-03-29 03:08:44 +08:00
version '1.3.1'
sha256 'f7c2949e4a44a9183eb6c937b250052867a0373f9de7a8ecbd63853d7df88dbd'
# github.com/HermesApp/Hermes was verified as official when first introduced to the cask
url "https://github.com/HermesApp/Hermes/releases/download/v#{version}/Hermes-#{version}.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://raw.githubusercontent.com/HermesApp/HermesApp.github.io/master/versions.xml'
2015-04-02 04:14:06 +08:00
name 'Hermes'
2018-10-07 13:41:35 +08:00
homepage 'https://hermesapp.org/'
auto_updates true
2014-09-16 00:05:41 +08:00
app 'Hermes.app'
2017-11-18 18:15:41 +08:00
zap trash: [
'~/Library/Application Support/Hermes',
'~/Library/Caches/com.alexcrichton.Hermes',
'~/Library/Preferences/com.alexcrichton.Hermes.plist',
]
end