astropad-studio: fix RuboCop style.

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

View File

@ -1,21 +1,21 @@
cask 'astropad-studio' do
version '3.4.1'
sha256 'daaa20466a73ca4bbae15aa6bb40c270561a1e76f72970405d475093ab8a16fa'
cask "astropad-studio" do
version "3.4.1"
sha256 "daaa20466a73ca4bbae15aa6bb40c270561a1e76f72970405d475093ab8a16fa"
# s3.amazonaws.com/astropad.com/ was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/astropad.com/downloads/AstropadStudio-#{version}.dmg"
appcast 'https://s3.amazonaws.com/astropad.com/downloads/studio-sparkle.xml'
name 'Astropad Studio'
homepage 'https://astropad.com/'
appcast "https://s3.amazonaws.com/astropad.com/downloads/studio-sparkle.xml"
name "Astropad Studio"
homepage "https://astropad.com/"
app 'Astropad Studio.app'
app "Astropad Studio.app"
uninstall quit: 'com.astro-hq.AstropadStudioMac'
uninstall quit: "com.astro-hq.AstropadStudioMac"
zap trash: [
'~/Library/Caches/Astropad',
'~/Library/Caches/com.astro-hq.AstropadStudioMac',
'~/Library/Preferences/com.astro-hq.AstropadStudioMac.plist',
'~/Library/Saved Application State/com.astro-hq.AstropadStudioMac.savedState',
]
"~/Library/Caches/Astropad",
"~/Library/Caches/com.astro-hq.AstropadStudioMac",
"~/Library/Preferences/com.astro-hq.AstropadStudioMac.plist",
"~/Library/Saved Application State/com.astro-hq.AstropadStudioMac.savedState",
]
end