homebrew-cask/Casks/keycast.rb

12 lines
297 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'keycast' do
2015-04-29 10:39:45 +08:00
version '1.1'
sha256 '61c382ee6aafa393470b86a833a93ecbe1ce91a5665f273109631733facdb727'
url "https://github.com/cho45/KeyCast/releases/download/v#{version}/KeyCast.dmg"
name 'KeyCast'
homepage 'https://github.com/cho45/KeyCast'
2015-09-07 01:31:22 +08:00
license :bsd
2015-04-29 10:39:45 +08:00
app 'KeyCast.app'
end