excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / r / rockboxutility.rb
blob36403dab6d145f8102d3c45fc52857aee37a4931
1 cask "rockboxutility" do
2   version "1.5.1"
3   sha256 "b979b6aa7ab2894f32425114213d7f9efa803ee41523df6658739b3029058841"
5   url "https://download.rockbox.org/rbutil/macosx/RockboxUtility-v#{version}.dmg"
6   name "Rockbox Utility"
7   desc "Automated installer for the Rockbox digital music player firmware"
8   homepage "https://www.rockbox.org/wiki/RockboxUtility"
10   livecheck do
11     url :homepage
12     regex(/RockboxUtility[._-]v?(\d+(?:\.\d+)+)\.dmg/i)
13   end
15   app "RockboxUtility.app"
17   zap trash: [
18     "~/.config/rockbox.org",
19     "~/Library/Preferences/org.rockbox.rbutil.plist",
20     "~/Library/Saved Application State/org.rockbox.rbutil.savedState",
21   ]
23   caveats do
24     requires_rosetta
25   end
26 end