homebrew-cask/Casks/keyboardcleantool.rb

12 lines
334 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'keyboardcleantool' do
2014-09-17 19:42:50 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2017-01-27 23:01:43 +08:00
# download.bettertouchtool.net was verified as official when first introduced to the cask
url 'https://download.bettertouchtool.net/KeyboardCleanTool.zip'
2015-04-07 21:35:15 +08:00
name 'KeyboardCleanTool'
2017-01-27 23:01:43 +08:00
homepage 'https://www.boastr.net/downloads/'
2014-09-16 00:05:48 +08:00
app 'KeyboardCleanTool.app'
2013-10-14 13:09:29 +08:00
end