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