mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 06:16:46 -06:00
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.
8 lines
296 B
Ruby
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
|