1 cask "universal-gcode-platform" do
2 arch arm: "aarch64", intel: "x64"
5 sha256 arm: "d7c3a279be5bc98575b75c54d25522b906a990f8915fb40ff2dff4a8d4cb2c6a",
6 intel: "6260ab130718a9f2edf0e71ea0ea4b65df8c74edd42ec18658353fee87d82a01"
8 url "https://github.com/winder/Universal-G-Code-Sender/releases/download/v#{version}/macosx-#{arch}-ugs-platform-app-#{version}.dmg",
9 verified: "github.com/winder/Universal-G-Code-Sender/"
10 name "Universal G-code Sender (Platform version)"
11 desc "G-code sender for CNC (compatible with GRBL, TinyG, g2core and Smoothieware)"
12 homepage "https://winder.github.io/ugs_website/"
16 strategy :github_latest
19 app "Universal Gcode Sender.app"
22 "~/Library/Application Support/ugsplatform",
23 "~/Library/Preferences/ugs",
27 UGS developers do not sign their code and this app may need manual changes.
28 For more information, see:
29 https://github.com/winder/Universal-G-Code-Sender/issues/1351#issuecomment-579110056