Files
homebrew-cask/Casks/m/mojibar.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

16 lines
379 B
Ruby

cask "mojibar" do
version "2.6.2"
sha256 "28e9811bb9a43c15f7a7ba9100e86cc5f45e4f53c093cd9f08972fda8694b363"
url "https://github.com/muan/mojibar/releases/download/#{version}/mojibar.zip"
name "Mojibar"
desc "Emoji searcher as a menu bar app"
homepage "https://github.com/muan/mojibar"
app "Mojibar-darwin-x64/Mojibar.app"
caveats do
discontinued
end
end