sabnzbd: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:35:17 +01:00
parent 646819e383
commit 945561d0af
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 9 additions and 9 deletions

View File

@ -1,16 +1,16 @@
cask 'sabnzbd' do
version '2.3.9'
sha256 'dfe5eee0f94b1db79ecbe759ce9c38cec7d9b4357fd58258628e01f46d3ca3ea'
cask "sabnzbd" do
version "2.3.9"
sha256 "dfe5eee0f94b1db79ecbe759ce9c38cec7d9b4357fd58258628e01f46d3ca3ea"
# github.com/sabnzbd/sabnzbd/ was verified as official when first introduced to the cask
url "https://github.com/sabnzbd/sabnzbd/releases/download/#{version}/SABnzbd-#{version}-osx.dmg"
appcast 'https://github.com/sabnzbd/sabnzbd/releases.atom'
name 'SABnzbd'
homepage 'https://sabnzbd.org/'
appcast "https://github.com/sabnzbd/sabnzbd/releases.atom"
name "SABnzbd"
homepage "https://sabnzbd.org/"
depends_on macos: '>= :yosemite'
depends_on macos: ">= :yosemite"
app 'SABnzbd.app'
app "SABnzbd.app"
zap trash: '~/Library/Application Support/SABnzbd'
zap trash: "~/Library/Application Support/SABnzbd"
end