homebrew-cask/Casks/whatsize.rb

17 lines
562 B
Ruby

cask 'whatsize' do
version '7.3.3'
sha256 '7f3d2250b408c40a699ad358146794690a812505687369d0fb2559a615f5da84'
url "https://www.whatsizemac.com/software/whatsize#{version.major}/whatsize_#{version}.tgz"
appcast "https://www.whatsizemac.com/software/whatsize#{version.major}/release/notes.xml"
name 'WhatSize'
homepage 'https://www.whatsizemac.com/'
depends_on macos: '>= :sierra'
pkg 'WhatSize.pkg'
uninstall pkgutil: "com.id-design.whatsize#{version.major}.pkg",
launchctl: "com.id-design.v#{version.major}.whatsizehelper"
end