14 lines
369 B
Ruby
14 lines
369 B
Ruby
cask "ikeymon" do
|
|
version "26.1.6"
|
|
sha256 "2774c257e622bb4c664de07113d3aa2490fdc3424bde6db8e34daf035d2bc6fb"
|
|
|
|
url "https://git.24unix.net/tracer/iKeyMon/releases/download/v#{version}/iKeyMon-#{version}.dmg"
|
|
name "iKeyMon"
|
|
desc "KeyHelp server monitor for macOS"
|
|
homepage "https://git.24unix.net/tracer/iKeyMon"
|
|
|
|
auto_updates true
|
|
|
|
app "iKeyMon.app"
|
|
end
|