artisan: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:16:39 +01:00
parent 8875f80d87
commit 6a9880b4f0
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,14 +1,14 @@
cask 'artisan' do
version '2.4.0'
sha256 '23668be43e2fc0b8a589501ba7ea1dea7e39daee8deb53df8abbe6324ead9a91'
cask "artisan" do
version "2.4.0"
sha256 "23668be43e2fc0b8a589501ba7ea1dea7e39daee8deb53df8abbe6324ead9a91"
# github.com/artisan-roaster-scope/artisan/ was verified as official when first introduced to the cask
url "https://github.com/artisan-roaster-scope/artisan/releases/download/v#{version}/artisan-mac-#{version}.dmg"
appcast 'https://github.com/artisan-roaster-scope/artisan/releases.atom'
name 'Artisan'
homepage 'https://artisan-scope.org/'
appcast "https://github.com/artisan-roaster-scope/artisan/releases.atom"
name "Artisan"
homepage "https://artisan-scope.org/"
depends_on macos: '>= :high_sierra'
depends_on macos: ">= :high_sierra"
app 'Artisan.app'
app "Artisan.app"
end