homebrew-cask/Casks/whatsize.rb

17 lines
562 B
Ruby

cask 'whatsize' do
version '7.2.1'
sha256 '945b6ae5543d568347875c144af7f6e7972e141eb003f5cd0ec54714e3b1521d'
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