Files
homebrew-cask/Casks/b/brewtarget.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

18 lines
569 B
Ruby

cask "brewtarget" do
version "3.0.9"
sha256 "691016d1c132e931635102095cda7fd1c4510af2b364c6ec0ff8b226aafcb234"
url "https://github.com/Brewtarget/brewtarget/releases/download/v#{version}/brewtarget_#{version}.dmg"
name "brewtarget"
desc "Beer recipe creation tool"
homepage "https://github.com/Brewtarget/brewtarget/"
app "brewtarget_#{version}.app"
zap trash: [
"~/Library/Preferences/brewtarget",
"~/Library/Preferences/com.brewtarget.Brewtarget.plist",
"~/Library/Saved Application State/com.brewtarget.Brewtarget.savedState",
]
end