Files
homebrew-cask/Casks/m/matterhorn.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
463 B
Ruby

cask "matterhorn" do
version "50200.19.0"
sha256 "2f674a1a9deefc54cd4522aaba6e808b0f9321432238c9c1feccebe0d474ffd7"
url "https://github.com/matterhorn-chat/matterhorn/releases/download/#{version}/matterhorn-#{version}-Darwin-x86_64.tar.bz2"
name "Matterhorn"
desc "Unix terminal client for Mattermost"
homepage "https://github.com/matterhorn-chat/matterhorn"
binary "matterhorn-#{version}-Darwin-x86_64/matterhorn"
# No zap stanza required
end