14 lines
369 B
Ruby
14 lines
369 B
Ruby
cask "ikeymon" do
|
|
version "26.1.5"
|
|
sha256 "a8b1d4ae116bd854d1ed50491233359962c6627f2e65abdaf72016ab79850bd3"
|
|
|
|
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
|