excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / w / webots.rb
blob91f555086d8e8168798f93598d67e2199e90fdde
1 cask "webots" do
2   version "R2023b"
3   sha256 "6fe4638f28bd5ca9fc0c4c910dbe4bae835497a3186df11c42f0665f802f82e4"
5   url "https://github.com/cyberbotics/webots/releases/download/#{version}/webots-#{version}.dmg",
6       verified: "github.com/cyberbotics/webots/"
7   name "Cyberbotics Webots Robot Simulator"
8   name "Webots"
9   desc "Open source desktop application used to simulate robots"
10   homepage "https://www.cyberbotics.com/"
12   livecheck do
13     url :url
14     regex(/([\w._-]+)/i)
15     strategy :github_latest
16   end
18   auto_updates true
19   depends_on macos: ">= :mojave"
21   app "Webots.app"
23   uninstall quit: "com.cyberbotics.webots"
25   zap trash: [
26     "~/Library/Application Support/Cyberbotics/Webots",
27     "~/Library/Caches/Cyberbotics/Webots",
28     "~/Library/Preferences/com.cyberbotics.Webots-#{version}.plist",
29   ]
30 end