homebrew-cask-versions/test/support/Casks/stuffit-container.rb
Roland Walker e3d009989f reformat test Casks to match layout conventions
in case a contributor uses a test Cask as a template
2014-10-03 17:57:05 -04:00

10 lines
302 B
Ruby

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