homebrew-cask/Casks/audio-editor.rb

9 lines
268 B
Ruby
Raw Normal View History

2013-11-23 03:00:16 +08:00
class AudioEditor < Cask
url 'http://www.macsome.com/AudioEditor.dmg'
2014-05-14 21:39:58 +08:00
appcast 'http://www.macsome.com/audio-editor-mac/su_feed.xml'
2013-11-23 03:00:16 +08:00
homepage 'http://www.macsome.com/audio-editor-mac/index.html'
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
2013-11-23 03:00:16 +08:00
link 'Audio Editor.app'
end