homebrew-cask/Casks/plover.rb

18 lines
647 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'plover' do
version '3.0.0'
sha256 '89505ebad2700e38d57b5c710550dac0ad4b9a44bd1e15ba8b1f162f0b464694'
# github.com/openstenoproject/plover was verified as official when first introduced to the cask
url "https://github.com/openstenoproject/plover/releases/download/v#{version}/Plover-#{version}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/openstenoproject/plover/releases.atom',
checkpoint: '8eb7487c0243890078c45e7f0a3ca5b856f3d3b980ec9737f5aa87607037b91e'
2015-01-06 10:56:16 +08:00
name 'Plover'
homepage 'http://stenoknight.com/wiki/Main_Page'
2014-12-11 00:49:45 +08:00
accessibility_access true
app 'plover.app'
zap delete: '~/Library/Application Support/plover/'
2014-04-28 06:26:26 +08:00
end