brew/Library/Homebrew/test/support/fixtures/cask/Casks/with-depends-on-macos-comparison.rb
Mike McQuaid 1bb44979ee
Disable and delete code for 3.5.0
The next planned release will be 3.5.0 so let's fix things up for there.
2022-05-30 14:59:14 +01:00

14 lines
348 B
Ruby

# frozen_string_literal: true
cask "with-depends-on-macos-comparison" do
version "1.2.3"
sha256 "67cdb8a02803ef37fdbf7e0be205863172e41a561ca446cd84f0d7ab35a99d94"
url "file://#{TEST_FIXTURE_DIR}/cask/caffeine.zip"
homepage "https://brew.sh/with-depends-on-macos-comparison"
depends_on macos: ">= :el_capitan"
app "Caffeine.app"
end