itk-snap: fix RuboCop style.

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

View File

@ -1,12 +1,12 @@
cask 'itk-snap' do
version '3.8.0,20190612'
sha256 '135405baf7abc900d17d9120798b104654a9bc271aa9476c9c1150d165ee5fd8'
cask "itk-snap" do
version "3.8.0,20190612"
sha256 "135405baf7abc900d17d9120798b104654a9bc271aa9476c9c1150d165ee5fd8"
# downloads.sourceforge.net/itk-snap/ was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/itk-snap/itksnap-#{version.before_comma}-#{version.after_comma}-MacOS-x86_64.dmg"
appcast "https://sourceforge.net/projects/itk-snap/rss?path=/itk-snap/#{version.before_comma}"
name 'ITK-SNAP'
homepage 'http://www.itksnap.org/pmwiki/pmwiki.php'
name "ITK-SNAP"
homepage "http://www.itksnap.org/pmwiki/pmwiki.php"
app 'ITK-SNAP.app'
app "ITK-SNAP.app"
end