alfaview: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:15:31 +01:00
parent 2b42210657
commit c75a921671
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 'alfaview' do
version '8.7.0'
sha256 '38bd1e802c829581d28a78dc22f33b0b5636639da2947e22f77d99df666074d5'
cask "alfaview" do
version "8.7.0"
sha256 "38bd1e802c829581d28a78dc22f33b0b5636639da2947e22f77d99df666074d5"
url "https://assets.alfaview.com/stable/mac/alfaview-mac-production-#{version}.dmg"
appcast 'https://production-alfaview-assets.alfaview.com/stable/mac/version.info'
name 'Alfaview'
homepage 'https://alfaview.com/'
appcast "https://production-alfaview-assets.alfaview.com/stable/mac/version.info"
name "Alfaview"
homepage "https://alfaview.com/"
app 'alfaview.app'
app "alfaview.app"
zap trash: '~/Library/Application Support/alfaview'
zap trash: "~/Library/Application Support/alfaview"
end