cellprofiler: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:19:37 +01:00
parent e3cb5091ef
commit e19d0ef5b1
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 'cellprofiler' do
version '3.1.9'
sha256 '5500621a9c4322ece0bb80c40c6ffa44bf6dc086466ce3ed970c82639a39a955'
cask "cellprofiler" do
version "3.1.9"
sha256 "5500621a9c4322ece0bb80c40c6ffa44bf6dc086466ce3ed970c82639a39a955"
# dpvpof9ygr7ad.cloudfront.net/ was verified as official when first introduced to the cask
url "https://dpvpof9ygr7ad.cloudfront.net/CellProfiler-#{version}.app.zip"
appcast 'https://github.com/CellProfiler/CellProfiler/releases.atom'
name 'CellProfiler'
homepage 'https://cellprofiler.org/'
appcast "https://github.com/CellProfiler/CellProfiler/releases.atom"
name "CellProfiler"
homepage "https://cellprofiler.org/"
app "CellProfiler-#{version}.app"
end