mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
269 B
Ruby
9 lines
269 B
Ruby
cask :v1test => 'naked-executable' do
|
|
version '1.2.3'
|
|
sha256 '306c6ca7407560340797866e077e053627ad409277d1b9da58106fce4cf717cb'
|
|
|
|
url TestHelper.local_binary_url('naked_executable')
|
|
homepage 'http://example.com/naked-executable'
|
|
|
|
container :type => :naked
|
|
end
|