excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / snapmaker-luban.rb
blob544c0e404542ef7ad9fc2a078c00d0d2b25975d3
1 cask "snapmaker-luban" do
2   arch arm: "-arm64", intel: "-x64"
4   version "4.14.0"
5   sha256 arm:   "b90ef54a77d45aca5f2be06885b61488c622af5abcdae7ada5ddd75d11d8bbdf",
6          intel: "1938c3906e7090c3c06b1ce7f74337d37ec652b052ad5b4a57524bbd20844d0d"
8   url "https://github.com/snapmaker/luban/releases/download/v#{version}/Snapmaker-Luban-#{version}-mac#{arch}.dmg",
9       verified: "github.com/snapmaker/luban/"
10   name "Snapmaker Luban"
11   desc "3D printing software"
12   homepage "https://snapmaker.com/snapmaker-luban"
14   livecheck do
15     url :url
16     strategy :github_latest
17   end
19   auto_updates true
21   app "Snapmaker Luban.app"
23   zap trash: [
24     "~/Library/Caches/com.snapmaker.luban",
25     "~/Library/Caches/com.snapmaker.luban.ShipIt",
26     "~/Library/Preferences/ByHost/com.snapmaker.luban.ShipIt.*.plist",
27     "~/Library/Preferences/com.snapmaker.luban.helper.plist",
28     "~/Library/Preferences/com.snapmaker.luban.plist",
29     "~/Library/Saved Application State/com.snapmaker.luban.savedState",
30   ]
31 end