sentinel: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:35:37 +01:00
parent f7fd9310a7
commit 4421abc550
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,11 +1,11 @@
cask 'sentinel' do
version '0.15.6'
sha256 '8b249304f5897dbf4314257a5f4cd28e1fb382524e68f6681cb1c254a72e9be2'
cask "sentinel" do
version "0.15.6"
sha256 "8b249304f5897dbf4314257a5f4cd28e1fb382524e68f6681cb1c254a72e9be2"
url "https://releases.hashicorp.com/sentinel/#{version}/sentinel_#{version}_darwin_amd64.zip"
appcast 'https://docs.hashicorp.com/sentinel/downloads/'
name 'Sentinel'
homepage 'https://docs.hashicorp.com/sentinel/'
appcast "https://docs.hashicorp.com/sentinel/downloads/"
name "Sentinel"
homepage "https://docs.hashicorp.com/sentinel/"
binary 'sentinel'
binary "sentinel"
end