Merge pull request #198952 from Homebrew/bump-vienna-assistant-1.2.483
[Homebrew/homebrew-cask.git] / Casks / m / material-maker.rb
blobe1344c16139ce191f6527cbfd64780c52715e44f
1 cask "material-maker" do
2   version "1.3"
3   sha256 "0f88cf40438ac2cd8915cce1d0ae79991d3c8c804c53a8ce14e9ba4f21719edf"
5   url "https://github.com/RodZill4/material-maker/releases/download/#{version}/material_maker_#{version.dots_to_underscores}.dmg",
6       verified: "github.com/RodZill4/material-maker/"
7   name "Material Maker"
8   desc "Procedural material authoring and 3D painting tool based on the Godot Engine"
9   homepage "https://rodzilla.itch.io/material-maker"
11   livecheck do
12     url :url
13     strategy :github_latest
14   end
16   depends_on macos: ">= :sierra"
18   app "material_maker.app"
20   zap trash: [
21     "~/Library/Application Support/CrashReporter/material_maker*.plist",
22     "~/Library/Application Support/material_maker",
23     "~/Library/Saved Application State/com.rodzlabs.materialmaker.savedState",
24   ]
25 end