bit-slicer: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:18:08 +01:00
parent 596a9a4cc7
commit dfb09c0cb3
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,12 +1,12 @@
cask 'bit-slicer' do
version '1.7.9'
sha256 '5dd8ab04ac8ba019bbed906eb6f8efe5d6d6adcb8952eae9fe23bef5138cd420'
cask "bit-slicer" do
version "1.7.9"
sha256 "5dd8ab04ac8ba019bbed906eb6f8efe5d6d6adcb8952eae9fe23bef5138cd420"
# zgcoder.net/ was verified as official when first introduced to the cask
url "https://zgcoder.net/software/bitslicer/dist/stable/Bit_Slicer_#{version}.zip"
appcast 'https://zgcoder.net/bitslicer/update/appcast.xml'
name 'Bit Slicer'
homepage 'https://github.com/zorgiepoo/bit-slicer/'
appcast "https://zgcoder.net/bitslicer/update/appcast.xml"
name "Bit Slicer"
homepage "https://github.com/zorgiepoo/bit-slicer/"
app 'Bit Slicer.app'
app "Bit Slicer.app"
end