homebrew-cask/Casks/keycastr.rb

15 lines
482 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'keycastr' do
2016-09-30 09:35:09 +08:00
version '0.9.3'
sha256 '39ab0d77eb22bf62a473f17eaad077fa15ca25d7a0febb7de031dfc1145bd7db'
2014-08-12 14:07:18 +08:00
2016-01-01 02:18:20 +08:00
url "https://github.com/keycastr/keycastr/releases/download/v#{version}/KeyCastr.app.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/keycastr/keycastr/releases.atom',
2016-09-30 09:35:09 +08:00
checkpoint: '3faa2926353705ebb671d2920c782c287f902d566af93f3ba54b8b71220de7d2'
2015-04-07 21:35:32 +08:00
name 'KeyCastr'
2014-11-23 20:53:22 +08:00
homepage 'https://github.com/keycastr/keycastr'
2014-08-12 14:07:18 +08:00
accessibility_access true
app 'KeyCastr.app'
2014-08-12 14:07:18 +08:00
end