hermes: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:26:16 +01:00
parent a88e93511d
commit 36c41cc39d
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 11 additions and 11 deletions

View File

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