disk-inventory-x: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:22:09 +01:00
parent 9c73e4b6a5
commit 9249f8239c
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 'disk-inventory-x' do
version '1.3'
sha256 '78af3506435adaa53d8cc2ce601cac2e13b56e708358eb3bde2c3aa322bad8e5'
cask "disk-inventory-x" do
version "1.3"
sha256 "78af3506435adaa53d8cc2ce601cac2e13b56e708358eb3bde2c3aa322bad8e5"
url "http://www.derlien.com/diskinventoryx/downloads/Disk%20Inventory%20X%20#{version}.dmg",
user_agent: :fake
appcast 'http://www.derlien.com/downloads/index.html'
name 'Disk Inventory X'
homepage 'http://www.derlien.com/'
appcast "http://www.derlien.com/downloads/index.html"
name "Disk Inventory X"
homepage "http://www.derlien.com/"
depends_on macos: '>= :high_sierra'
depends_on macos: ">= :high_sierra"
app 'Disk Inventory X.app'
app "Disk Inventory X.app"
end