firecamp: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:24:02 +01:00
parent c3887c1f16
commit 11c08d40a5
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,12 +1,12 @@
cask 'firecamp' do
version '1.4.4'
sha256 'de6e433037328709b9c0d2e7b321550945cc323d92e8d7b83f5e7f3bd9c5a5aa'
cask "firecamp" do
version "1.4.4"
sha256 "de6e433037328709b9c0d2e7b321550945cc323d92e8d7b83f5e7f3bd9c5a5aa"
# firecamp.ams3.digitaloceanspaces.com/ was verified as official when first introduced to the cask
url "https://firecamp.ams3.digitaloceanspaces.com/versions/mac/Firecamp-#{version}.dmg"
appcast 'https://firecamp.io/downloads/'
name 'Firecamp'
homepage 'https://firecamp.io/'
appcast "https://firecamp.io/downloads/"
name "Firecamp"
homepage "https://firecamp.io/"
app 'Firecamp.app'
app "Firecamp.app"
end