cask "tidelift" do version "1.13.53" sha256 "1769f51e7e8364d26680f13d0fe567a26fdd222674598c6b6a05fc4ad9cb69a1" url "https://download.tidelift.com/cli/#{version}/darwin_homebrew/tidelift" name "Tidelift CLI" desc "Tool to interact with the Tidelift system" homepage "https://tidelift.com/cli" livecheck do url "https://download.tidelift.com/cli/index.html" regex(%r{href=.*?/cli/(\d+(?:\.\d+)+)/darwin/tidelift}i) end binary "tidelift" postflight do set_permissions "#{staged_path}/tidelift", "+x" end # No zap stanza required caveats do requires_rosetta end end