aerial: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:13:40 +01:00
parent 2ee6c11ed8
commit 3953cca4de
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 8 additions and 8 deletions

View File

@ -1,13 +1,13 @@
cask 'aerial' do
version '1.9.2'
sha256 '1d21511a31895ece4a18c93c779cbb35a643c5a957a16748cbf4e35a611a27ba'
cask "aerial" do
version "1.9.2"
sha256 "1d21511a31895ece4a18c93c779cbb35a643c5a957a16748cbf4e35a611a27ba"
url "https://github.com/JohnCoates/Aerial/releases/download/v#{version}/Aerial.saver.zip"
appcast 'https://github.com/JohnCoates/Aerial/releases.atom'
name 'Aerial Screensaver'
homepage 'https://github.com/JohnCoates/Aerial'
appcast "https://github.com/JohnCoates/Aerial/releases.atom"
name "Aerial Screensaver"
homepage "https://github.com/JohnCoates/Aerial"
screen_saver 'Aerial.saver'
screen_saver "Aerial.saver"
zap trash: '~/Library/Caches/Aerial'
zap trash: "~/Library/Caches/Aerial"
end