istumbler: fix RuboCop style.

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

View File

@ -1,13 +1,13 @@
cask 'istumbler' do
version '103.43'
sha256 '35796f9a119814527f98b85a0b8fbe0352895c3d8f21e9fd5af2cceb6d0277cb'
cask "istumbler" do
version "103.43"
sha256 "35796f9a119814527f98b85a0b8fbe0352895c3d8f21e9fd5af2cceb6d0277cb"
url "https://istumbler.net/downloads/istumbler-#{version}.dmg"
appcast 'https://istumbler.net/feeds/appcast.rss'
name 'iStumbler'
homepage 'https://istumbler.net/'
appcast "https://istumbler.net/feeds/appcast.rss"
name "iStumbler"
homepage "https://istumbler.net/"
auto_updates true
app 'iStumbler.app'
app "iStumbler.app"
end