launchy: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:28:44 +01:00
parent 31985141ba
commit 8894af5bf2
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
cask 'launchy' do
version '2.5'
sha256 '9a1112261c7f00d8600c2bf52abc98d5fabf89af56d5881a807b403b7c94e288'
cask "launchy" do
version "2.5"
sha256 "9a1112261c7f00d8600c2bf52abc98d5fabf89af56d5881a807b403b7c94e288"
url "https://www.launchy.net/downloads/mac/Launchy#{version}.dmg"
name 'Launchy'
homepage 'https://www.launchy.net/'
name "Launchy"
homepage "https://www.launchy.net/"
app 'Launchy.app'
app "Launchy.app"
end