whalebird: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:38:40 +01:00
parent 5eae70df4f
commit 6cad81556a
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 'whalebird' do
version '4.2.0'
sha256 '152bc4d3cb9a3e0456ab833b9b634ca02d936d0e4a51ffc319e43d27a2d8e9e4'
cask "whalebird" do
version "4.2.0"
sha256 "152bc4d3cb9a3e0456ab833b9b634ca02d936d0e4a51ffc319e43d27a2d8e9e4"
# github.com/h3poteto/whalebird-desktop/ was verified as official when first introduced to the cask
url "https://github.com/h3poteto/whalebird-desktop/releases/download/#{version}/Whalebird-#{version}-darwin-x64.dmg"
appcast 'https://github.com/h3poteto/whalebird-desktop/releases.atom'
name 'Whalebird'
homepage 'https://whalebird.social/'
appcast "https://github.com/h3poteto/whalebird-desktop/releases.atom"
name "Whalebird"
homepage "https://whalebird.social/"
app 'Whalebird.app'
app "Whalebird.app"
end