homebrew-cask/Casks/pingmenu.rb

12 lines
296 B
Ruby

cask "pingmenu" do
version "1.3,2"
sha256 :no_check
url "https://github.com/kalleboo/PingMenu/raw/master/PingMenu.app.zip"
name "PingMenu"
desc "Utility that shows the current network latency in the menu bar"
homepage "https://github.com/kalleboo/PingMenu"
app "PingMenu.app"
end