homebrew-cask-versions/test/support/Casks/stuffit-container.rb
Roland Walker 815168546a update test suite to use sha256
also convert no_checksum to sha256 :no_check in some cases
2014-03-14 09:24:53 -04:00

8 lines
288 B
Ruby

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