mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
9 lines
301 B
Ruby
9 lines
301 B
Ruby
class SonicVisualiser < Cask
|
|
version '2.3'
|
|
sha256 '8a8c6c5268f10dd6614afeabd40a4fa962a31d55db0aed1ddf369c5a5b8b4981'
|
|
|
|
url "https://code.soundsoftware.ac.uk/attachments/download/907/Sonic%20Visualiser-#{version}.dmg"
|
|
homepage 'http://www.sonicvisualiser.org/'
|
|
|
|
app 'Sonic Visualiser.app'
|
|
end
|