homebrew-cask/Casks/whatsize.rb

17 lines
562 B
Ruby

cask 'whatsize' do
version '7.1.0'
sha256 '96ea9ef4737c69e553a02f5326d17cf9f4aeb2392d307ea724898af8973784b2'
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