excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / r / rive.rb
blob278029826db9a7c6f521b42bb9b9cbc861fa3bdd
1 cask "rive" do
2   version "0.8.2233"
3   sha256 "726c6e1fe7f567e5a2d35c47427d8c7355e5731325983b379141299b0f5355d3"
5   url "https://releases.rive.app/macos/#{version}/Rive.dmg"
6   name "Rive"
7   desc "Design tool that creates functional graphics"
8   homepage "https://rive.app/"
10   livecheck do
11     url "https://releases.rive.app/release.xml"
12     strategy :sparkle, &:short_version
13   end
15   app "Rive.app"
17   zap trash: [
18     "~/Library/Application Scripts/app.rive.editor",
19     "~/Library/Containers/app.rive.editor",
20   ]
21 end