mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
260 B
Ruby
9 lines
260 B
Ruby
class NakedExecutable < TestCask
|
|
version '1.2.3'
|
|
sha256 '306c6ca7407560340797866e077e053627ad409277d1b9da58106fce4cf717cb'
|
|
|
|
url TestHelper.local_binary_url('naked_executable')
|
|
homepage 'http://example.com/naked-executable'
|
|
|
|
container_type :naked
|
|
end
|