4k-youtube-to-mp3: fix RuboCop style.

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

View File

@ -1,14 +1,14 @@
cask '4k-youtube-to-mp3' do
cask "4k-youtube-to-mp3" do
# note: "3" is not a version number, but an intrinsic part of the product name
version '3.12.4.3690'
sha256 '3d15f4c502870089601b42782a9c8b5aec0113fcf7a943a54a912a2542cf2735'
version "3.12.4.3690"
sha256 "3d15f4c502870089601b42782a9c8b5aec0113fcf7a943a54a912a2542cf2735"
url "https://dl.4kdownload.com/app/4kyoutubetomp3_#{version.major_minor_patch}.dmg"
appcast 'https://www.4kdownload.com/download'
name '4K YouTube to MP3'
homepage 'https://www.4kdownload.com/products/product-youtubetomp3'
appcast "https://www.4kdownload.com/download"
name "4K YouTube to MP3"
homepage "https://www.4kdownload.com/products/product-youtubetomp3"
depends_on macos: '>= :sierra'
depends_on macos: ">= :sierra"
app '4K YouTube to MP3.app'
app "4K YouTube to MP3.app"
end