Merge pull request #200927 from Homebrew/bump-zed-0.172.10
[Homebrew/homebrew-cask.git] / Casks / u / uvtools.rb
blob1620e21a2babbbe0d000b80d1fb74f1a170ca560
1 cask "uvtools" do
2   arch arm: "arm64", intel: "x64"
4   version "5.0.6"
5   sha256 arm:   "954f8df16af1fbd889be641e939a12760ee508ae55cd0fc3417ccbe69b34ba35",
6          intel: "1fc4fa09df3f986cfd88c1b085f09cbab9dbeed71d1f54f63eddc03542940923"
8   url "https://github.com/sn4k3/UVtools/releases/download/v#{version}/UVtools_osx-#{arch}_v#{version}.zip"
9   name "UVtools"
10   desc "MSLA/DLP, file analysis, calibration, repair, conversion and manipulation"
11   homepage "https://github.com/sn4k3/UVtools"
13   auto_updates true
14   depends_on macos: ">= :catalina"
16   app "UVtools.app"
18   zap trash: [
19     "~/Library/Preferences/com.UVtools.plist",
20     "~/Library/Saved Application State/com.UVtools.savedState",
21   ]
22 end