Files
homebrew-cask/Casks/d/devtoys.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

16 lines
469 B
Ruby

cask "devtoys" do
version "0.0.11"
sha256 "84f6b354546b1731204deb48daed53caacab277b524bcdd8d5e47d53fc47b413"
url "https://github.com/ObuchiYuki/DevToysMac/releases/download/#{version}/DevToys.app.zip"
name "DevToys"
desc "Utilities designed to make common development tasks easier"
homepage "https://github.com/ObuchiYuki/DevToysMac"
depends_on macos: ">= :catalina"
app "DevToys.app"
zap trash: "~/Library/Preferences/com.yuki.DevToys.plist"
end