2017-02-03 21:52:51 +01:00
|
|
|
cask 'with-depends-on-macos-array' do
|
2016-08-18 22:11:42 +03:00
|
|
|
version '1.2.3'
|
2016-08-20 05:08:16 +02:00
|
|
|
sha256 '67cdb8a02803ef37fdbf7e0be205863172e41a561ca446cd84f0d7ab35a99d94'
|
2016-08-18 22:11:42 +03:00
|
|
|
|
2016-10-22 00:48:30 +02:00
|
|
|
url "file://#{TEST_FIXTURE_DIR}/cask/caffeine.zip"
|
2018-11-28 20:51:55 +01:00
|
|
|
homepage 'https://brew.sh/with-depends-on-macos-array'
|
2016-08-18 22:11:42 +03:00
|
|
|
|
|
|
|
# since all OS releases are included, this should always pass
|
2019-08-15 10:14:10 +02:00
|
|
|
depends_on macos: [:mavericks, :sierra, MacOS.version.to_sym]
|
2016-08-18 22:11:42 +03:00
|
|
|
|
|
|
|
app 'Caffeine.app'
|
|
|
|
end
|