gb-studio: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:24:57 +01:00
parent 3b49170dd9
commit a4a6610c47
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 'gb-studio' do
version '1.2.1'
sha256 '9d0c94179fbe56b1770cfc09b8bff392b98224a9b320235754a97a24dcbd9415'
cask "gb-studio" do
version "1.2.1"
sha256 "9d0c94179fbe56b1770cfc09b8bff392b98224a9b320235754a97a24dcbd9415"
# github.com/chrismaltby/gb-studio/ was verified as official when first introduced to the cask
url "https://github.com/chrismaltby/gb-studio/releases/download/v#{version}/GB-Studio-Mac-#{version}.zip"
appcast 'https://github.com/chrismaltby/gb-studio/releases.atom'
name 'GB Studio'
homepage 'https://www.gbstudio.dev/'
appcast "https://github.com/chrismaltby/gb-studio/releases.atom"
name "GB Studio"
homepage "https://www.gbstudio.dev/"
app 'GB Studio.app'
app "GB Studio.app"
end