homebrew-cask/Casks/keycastr.rb

16 lines
497 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'keycastr' do
2016-01-01 02:18:20 +08:00
version '0.9.2'
sha256 'c6664d87d52fbfde0f358cd412d07c4fd57ccd437dc2c1bb8d89259ed3ab75d2'
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',
checkpoint: '5394902ffafbea8715673cab0837cb54dccfe9d8258067b94cfb10d009debf5f'
2015-04-07 21:35:32 +08:00
name 'KeyCastr'
2014-11-23 20:53:22 +08:00
homepage 'https://github.com/keycastr/keycastr'
license :bsd
2014-08-12 14:07:18 +08:00
accessibility_access true
app 'KeyCastr.app'
2014-08-12 14:07:18 +08:00
end