homebrew-cask-versions/test/support/Casks/stuffit-container.rb
Roland Walker 1ddec7128d add uninstall :rmdir
per discussion at https://github.com/caskroom/homebrew-cask/pull/6174#discussion-diff-17516171
refs: #6174

This PR is large because of some test-suite refactoring.
2014-09-16 09:48:32 -04:00

8 lines
296 B
Ruby

class StuffitContainer < TestCask
url TestHelper.local_binary_url('sheldonmac.sit')
homepage 'http://www.tobias-jung.de/seekingprofont/'
version '1.2.3'
sha256 '892b6d49a98c546381d41dec9b0bbc04267ac008d72b99755968d357099993b7'
depends_on :formula => 'unar'
link 'sheldonmac/v1.0'
end