geotagger: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:25:05 +01:00
parent 5b3cc20851
commit c777e94b69
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 'geotagger' do
version '2.00'
sha256 '1c2dc9bceb21218d13961a0e9d77b91c2df38c596499f4eb805a428c285bedcc'
cask "geotagger" do
version "2.00"
sha256 "1c2dc9bceb21218d13961a0e9d77b91c2df38c596499f4eb805a428c285bedcc"
url "http://craig.stanton.net.nz/software/files/Geotagger#{version}.zip"
name 'Geotagger'
homepage 'http://craig.stanton.net.nz/code/geotagger/'
name "Geotagger"
homepage "http://craig.stanton.net.nz/code/geotagger/"
app 'Geotagger.app'
app "Geotagger.app"
end