gridea: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:25:53 +01:00
parent c69656c170
commit b3d97c4f65
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,14 +1,14 @@
cask 'gridea' do
version '0.9.2'
sha256 '401033bd7db5a39be7cea1ece6c51bfcae835f0abb8003431f045d7e636602db'
cask "gridea" do
version "0.9.2"
sha256 "401033bd7db5a39be7cea1ece6c51bfcae835f0abb8003431f045d7e636602db"
# github.com/getgridea/gridea/ was verified as official when first introduced to the cask
url "https://github.com/getgridea/gridea/releases/download/v#{version}/Gridea-#{version}.dmg"
appcast 'https://github.com/getgridea/gridea/releases.atom'
name 'Gridea'
homepage 'https://gridea.dev/'
appcast "https://github.com/getgridea/gridea/releases.atom"
name "Gridea"
homepage "https://gridea.dev/"
auto_updates true
app 'Gridea.app'
app "Gridea.app"
end