cask "universal-gcode-platform" do arch arm: "aarch64", intel: "x64" version "2.1.9" sha256 arm: "c4a49db7c87690c1c63489b3aa301d6b03856f254aed41e275bfe9efe21ce580", intel: "37da51dd0c5a4663a09c17a412b45c9254b7774204bd7995b58c1548ff1e2c1e" url "https://github.com/winder/Universal-G-Code-Sender/releases/download/v#{version}/macosx-#{arch}-ugs-platform-app-#{version}.dmg", verified: "github.com/winder/Universal-G-Code-Sender/" name "Universal G-code Sender (Platform version)" desc "G-code sender for CNC (compatible with GRBL, TinyG, g2core and Smoothieware)" homepage "https://winder.github.io/ugs_website/" livecheck do url :url strategy :github_latest end app "Universal Gcode Sender.app" zap trash: [ "~/Library/Application Support/ugsplatform", "~/Library/Preferences/ugs", ] caveats <<~EOS UGS developers do not sign their code and this app may need manual changes. For more information, see: https://github.com/winder/Universal-G-Code-Sender/issues/1351#issuecomment-579110056 EOS end