Files
homebrew-cask/Casks/w/wombat.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

14 lines
397 B
Ruby

cask "wombat" do
version "0.5.0"
sha256 "a655f77a5e55b1fbea7f4855d8d536c52d701bdb1ac7c466e1e5656a208421bf"
url "https://github.com/rogchap/wombat/releases/download/v#{version}/Wombat_v#{version}_Darwin_x86_64.dmg"
name "Wombat"
desc "Cross platform gRPC client"
homepage "https://github.com/rogchap/wombat"
app "Wombat.app"
zap trash: "~/Library/Application Support/Wombat"
end