cask "orka-vm-tools" do version "3.3.0" sha256 "3aaea2511e9390abd115989c8fd1c005045b5b78f2f95f33761ea1497d4b518a" url "https://orka-tools.s3.amazonaws.com/orka-vm-tools/official/#{version}/orka-vm-tools.pkg", verified: "orka-tools.s3.amazonaws.com/orka-vm-tools/official/" name "Orka VM TOOLS" desc "Orchestration with Kubernetes on Apple" homepage "https://orkadocs.macstadium.com/docs" livecheck do url "https://orkadocs.macstadium.com/docs/downloads" regex(%r{href=.*?/official/(\d+(?:\.\d+)+)/orka-vm-tools\.pkg}i) end no_autobump! because: :requires_manual_review pkg "orka-vm-tools.pkg" uninstall pkgutil: "com.macstadium.orka-vm-tools.pkg" # No zap stanza required end