cask "perforce" do arch arm: "12arm64", intel: "1015x86_64" version "2025.1,2761706" sha256 arm: "fe2ed0cbe90469be2e56615cd7130b7b6b73529470637777160d5d4298206143", intel: "0b4d1b459439b5db36c38b329d391ffbea161396698b55b3e48145b5e8d54950" url "https://filehost.perforce.com/perforce/r#{version.major[-2..]}.#{version.minor}/bin.macosx#{arch}/helix-core-server.tgz" name "Perforce Helix Core Server" name "Perforce Helix Command-Line Client (P4)" name "Perforce Helix Broker (P4Broker)" name "Perforce Helix Versioning Engine (P4D)" name "Perforce Helix Proxy (P4P)" desc "Version control" homepage "https://www.perforce.com/" livecheck do url "https://www.perforce.com/perforce/doc.current/user/relnotes.txt" regex(%r{\((\d+(?:\.\d+)+)/(\d+)\)}i) strategy :page_match do |page, regex| page.scan(regex).map { |match| "#{match[0]},#{match[1]}" } end end conflicts_with cask: "p4" depends_on macos: ">= :sierra" binary "p4" binary "p4broker" binary "p4d" binary "p4p" # No zap stanza required caveats <<~EOS Instructions on using the Helix Versioning Engine are available in #{staged_path} EOS end