aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/spec/support/Casks/with-binary.rb
blob: a067871250ad0c17b6c2f76f9ffca500a88998bb (plain)
1
2
3
4
5
6
7
8
9
10
test_cask 'with-binary' do
  version '1.2.3'
  sha256 'd5b2dfbef7ea28c25f7a77cd7fa14d013d82b626db1d82e00e25822464ba19e2'

  url FileHelper.local_binary_url('AppWithBinary.zip')
  homepage 'http://example.com/with-binary'

  app 'App.app'
  binary 'binary'
end