mouse-locator: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:31:05 +01:00
parent 9180fb0a87
commit 1481fc7bce
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 'mouse-locator' do
version '1.1'
sha256 '1809760210e5afb80f9be34dc930c0c6fb84efee91747640d2d9717561149645'
cask "mouse-locator" do
version "1.1"
sha256 "1809760210e5afb80f9be34dc930c0c6fb84efee91747640d2d9717561149645"
url 'https://www.2point5fish.com/files/MouseLocator.dmg'
appcast 'https://www.2point5fish.com/index.html'
name 'Mouse Locator'
homepage 'https://www.2point5fish.com/index.html'
url "https://www.2point5fish.com/files/MouseLocator.dmg"
appcast "https://www.2point5fish.com/index.html"
name "Mouse Locator"
homepage "https://www.2point5fish.com/index.html"
prefpane "Mouse Locator v#{version} Installer.app/Contents/Resources/Distribution/MouseLocator.prefPane"
end