mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
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
12 lines
376 B
Ruby
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
|