8 lines
226 B
Ruby
8 lines
226 B
Ruby
![]() |
test_cask 'container-pkg' do
|
||
|
version '1.2.3'
|
||
|
sha256 '611c50c8a2a2098951d2cd0fd54787ed81b92cd97b4b08bd7cba17f1e1d8e40b'
|
||
|
|
||
|
url TestHelper.local_binary_url('container.pkg')
|
||
|
homepage 'https://example.com/container-pkg'
|
||
|
end
|