mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -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
259 B
Ruby
8 lines
259 B
Ruby
class WithBinary < TestCask
|
|
url TestHelper.local_binary_url('AppWithBinary.zip')
|
|
homepage 'http://example.com/with-binary'
|
|
sha256 'd5b2dfbef7ea28c25f7a77cd7fa14d013d82b626db1d82e00e25822464ba19e2'
|
|
version '1.2.3'
|
|
app 'App.app'
|
|
binary 'binary'
|
|
end
|