
Currently the tests casks found in "/Homebrew/test/support/fixtures/cask/Casks" and "/Homebrew/test/support/fixtures/third-party/Casks" aren't included in the paths checked when running "brew cask style". This change includes these test cask paths in the checked paths, and also includes the auto style fixes made by running `brew cask style --fix`.
10 lines
271 B
Ruby
10 lines
271 B
Ruby
cask 'with-non-executable-binary' do
|
|
version '1.2.3'
|
|
sha256 'd5b2dfbef7ea28c25f7a77cd7fa14d013d82b626db1d82e00e25822464ba19e2'
|
|
|
|
url "file://#{TEST_FIXTURE_DIR}/cask/naked_non_executable"
|
|
homepage 'https://brew.sh/with-binary'
|
|
|
|
binary 'naked_non_executable'
|
|
end
|