homebrew-cask-versions/Casks/polyphone.rb
Josh Hagins 4c8862fb6c Formatting and whitespace changes for RuboCop
Fix Style/ElseAlignment error in araxis-merge.rb

Fix Lint/BlockAlignment error in jabber-video.rb

Fix Style/IndentationConsistency error in tuneinstructor.rb

Fix Style/MultilineIfThen error in wireshark.rb

Fix Style/IndentationWidth errors

Fix inconsistent indentation in blue-jeans-browser-plugin.rb and
mini-vmac.rb

Fix Style/SpaceAroundOperators error in myo-connect.rb

Fix Style/SpaceBeforeComma erorrs in sencha.rb and srware-iron.rb

Fix Style/Tab error in syphon-virtual-screen.rb

Fix Style/TrailingWhitespace errors in various Casks
2015-03-08 01:11:06 -05:00

12 lines
376 B
Ruby

cask :v1 => 'polyphone' do
version '1.5'
sha256 '2eab21617a7cd35252ded1ae0d25404dab8d03a865f6495b61f8990747d1ea20'
# sourceforge.net is the official download host per the vendor homepage
url "http://downloads.sourceforge.net/sourceforge/polyphone/polyphone-#{version}.dmg"
name 'Polyphone'
homepage 'http://polyphone.fr'
license :gpl
app 'Polyphone.app'
end