homebrew-cask/Casks/hermes.rb

21 lines
664 B
Ruby

cask "hermes" do
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"
appcast "https://raw.githubusercontent.com/HermesApp/HermesApp.github.io/master/versions.xml"
name "Hermes"
homepage "https://hermesapp.org/"
auto_updates true
app "Hermes.app"
zap trash: [
"~/Library/Application Support/Hermes",
"~/Library/Caches/com.alexcrichton.Hermes",
"~/Library/Preferences/com.alexcrichton.Hermes.plist",
]
end