zesarux: fix RuboCop style.

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

View File

@ -1,11 +1,11 @@
cask 'zesarux' do
version '8.1.1'
sha256 '258f25575a769b05d0c61c52fb152b7662e29c2df2b59a56085b0efe97d6f58e'
cask "zesarux" do
version "8.1.1"
sha256 "258f25575a769b05d0c61c52fb152b7662e29c2df2b59a56085b0efe97d6f58e"
url "https://github.com/chernandezba/zesarux/releases/download/#{version.major_minor}/ZEsarUX_macos-#{version}.dmg.gz"
appcast 'https://github.com/chernandezba/zesarux/releases.atom'
name 'ZEsarUX'
homepage 'https://github.com/chernandezba/zesarux'
appcast "https://github.com/chernandezba/zesarux/releases.atom"
name "ZEsarUX"
homepage "https://github.com/chernandezba/zesarux"
app 'ZEsarUX.app'
app "ZEsarUX.app"
end