homebrew-cask/Casks/audacity.rb

8 lines
236 B
Ruby
Raw Normal View History

2013-06-19 06:04:37 +08:00
class Audacity < Cask
2013-10-11 19:48:52 +08:00
url 'http://audacity.googlecode.com/files/audacity-macosx-ub-2.0.4.dmg'
2013-06-19 06:04:37 +08:00
homepage 'http://audacity.sourceforge.net/'
2013-10-11 19:48:52 +08:00
version '2.0.4'
sha1 '76fdff5fece1f588d2a5d0bea703bfd309b4d619'
2013-06-19 06:04:37 +08:00
link 'Audacity.app'
end