homebrew-cask/Casks/haptickey.rb

14 lines
388 B
Ruby
Raw Normal View History

2018-07-25 10:57:43 +08:00
cask 'haptickey' do
2018-10-12 04:54:50 +08:00
version '0.4.6'
sha256 '71d2905f01fe45acb74452f3a92c37bdcb2d0ca605a831fe4f0854fe3d968d04'
2018-07-25 10:57:43 +08:00
url "https://github.com/niw/HapticKey/releases/download/#{version}/HapticKey.app.zip"
appcast 'https://github.com/niw/HapticKey/releases.atom'
name 'HapticKey'
homepage 'https://github.com/niw/HapticKey'
depends_on macos: '>= :sierra'
2018-07-25 10:57:43 +08:00
app 'HapticKey.app'
end