Files
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

17 lines
372 B
Ruby

cask "mob" do
version "0.2.2"
sha256 "a70d66d92310737d9599215d558670a45265795be0be980934a91e9880eb4a73"
url "https://github.com/zenghongtu/Mob/releases/download/v#{version}/Mob-#{version}-mac.dmg"
name "Mob"
homepage "https://github.com/zenghongtu/Mob"
app "Mob.app"
zap trash: "~/Library/Application Support/mob"
caveats do
discontinued
end
end