14 lines
370 B
Ruby
14 lines
370 B
Ruby
cask "ikeymon" do
|
|
version "26.1.11"
|
|
sha256 "495c375caf5c2f9de59b4a84885e5d2c8d81f41c03ddbbe7a4a52d2d6261909f"
|
|
|
|
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
|