homebrew-cask/Casks/keycast.rb

14 lines
446 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"
appcast 'https://github.com/cho45/KeyCast/releases.atom',
checkpoint: '6c5dd6a56638fb560a20b31c4d0c6dcbb400954bdc8ba7d9d1cee5abd8fb7042'
2015-04-29 10:39:45 +08:00
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