homebrew-cask/Casks/uvtools.rb

17 lines
519 B
Ruby

cask "uvtools" do
version "2.23.6"
sha256 "936bc0db28a2eafa944245ceb8ab9f996c1afea72ad70fdb941eb91588f7d326"
url "https://github.com/sn4k3/UVtools/releases/download/v#{version}/UVtools_osx-x64_v#{version}.zip"
name "UVtools"
desc "MSLA/DLP, file analysis, calibration, repair, conversion and manipulation"
homepage "https://github.com/sn4k3/UVtools"
app "UVtools.app"
zap trash: [
"~/Library/Preferences/com.UVtools.plist",
"~/Library/Saved Application State/com.UVtools.savedState",
]
end