phinze/homebrew-cask

View on GitHub
Casks/k/keycast.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "keycast" do
  version "1.1"
  sha256 "61c382ee6aafa393470b86a833a93ecbe1ce91a5665f273109631733facdb727"

  url "https://github.com/cho45/KeyCast/releases/download/v#{version}/KeyCast.dmg"
  name "KeyCast"
  desc "Record keystroke for screencast"
  homepage "https://github.com/cho45/KeyCast"

  deprecate! date: "2024-01-05", because: :discontinued

  app "KeyCast.app"
end