cask "gns3" do # NOTE: "3" is not a version number, but an intrinsic part of the product name version "2.2.51" sha256 "6a4752c610c30852488e2f0256551fede8336a8faa1f56e3928dd43955bf63ba" url "https://github.com/GNS3/gns3-gui/releases/download/v#{version}/GNS3-#{version}.dmg", verified: "github.com/GNS3/gns3-gui/" name "GNS3" name "Graphical Network Simulator 3" desc "GUI for the Dynamips Cisco router emulator" homepage "https://www.gns3.com/" livecheck do url :url strategy :github_latest end depends_on macos: ">= :monterey" app "GNS3.app" zap trash: [ "~/GNS3", "~/Library/Saved Application State/net.gns3.savedState", ] end