cask "rive" do version "0.8.3105" sha256 "bf52a443a675c3fd4cc125f6a95c3f80851df5f6ef8b1a026ba25ab46b126062" url "https://releases.rive.app/macos/#{version}/Rive.dmg" name "Rive" desc "Design tool that creates functional graphics" homepage "https://rive.app/" livecheck do url "https://releases.rive.app/release.xml" strategy :sparkle, &:short_version end auto_updates true depends_on macos: ">= :mojave" app "Rive.app" zap trash: [ "~/Library/Application Scripts/app.rive.editor", "~/Library/Caches/app.rive.editor", "~/Library/Containers/app.rive.editor", ] end