You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
575 B
15 lines
575 B
cask :v1 => 'totalfinder-beta' do
|
|
version '1.7.10'
|
|
sha256 '18bc9083a556063a6650f7a18cfd5a763139383c89d8fef7356831e53812807e'
|
|
|
|
url "http://downloads.binaryage.com/TotalFinder-#{version}.dmg"
|
|
homepage 'http://totalfinder.binaryage.com/beta-changes'
|
|
license :commercial
|
|
|
|
pkg 'TotalFinder.pkg'
|
|
uninstall :pkgutil => 'com.binaryage.pkg.totalfinder.app',
|
|
:script => {
|
|
:executable => 'TotalFinder Uninstaller.app/Contents/MacOS/TotalFinder Uninstaller',
|
|
:args => %w[--headless],
|
|
}
|
|
end
|
|
|