Files
homebrew-cask/Casks/c/cakebrew.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

24 lines
620 B
Ruby

cask "cakebrew" do
version "1.3"
sha256 "a83fc72bd0b4dd62b716adfdfccb0fce3a589b3cba16bea7e2d55d829918e300"
url "https://github.com/brunophilipe/Cakebrew/releases/download/v#{version}/cakebrew-#{version}-universal.zip"
name "Cakebrew"
desc "GUI app for Homebrew"
homepage "https://github.com/brunophilipe/Cakebrew"
auto_updates true
app "Cakebrew.app"
zap trash: [
"~/Library/Caches/com.brunophilipe.Cakebrew",
"~/Library/Preferences/com.brunophilipe.Cakebrew.plist",
"~/Library/Saved Application State/com.brunophilipe.Cakebrew.savedState",
]
caveats do
discontinued
end
end