diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/vgmstream.rb | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Library/Formula/vgmstream.rb b/Library/Formula/vgmstream.rb index e364d4fc9..a9fb9dfce 100644 --- a/Library/Formula/vgmstream.rb +++ b/Library/Formula/vgmstream.rb @@ -1,13 +1,12 @@ -require 'formula' +require "formula" class Vgmstream < Formula - homepage 'http://hcs64.com/vgmstream.html' - url 'http://svn.code.sf.net/p/vgmstream/code', - :using => UnsafeSubversionDownloadStrategy, :revision => 1014 - version 'r1014' + homepage "http://hcs64.com/vgmstream.html" + url "http://svn.code.sf.net/p/vgmstream/code", :revision => 1039 + version "r1039" - depends_on 'mpg123' - depends_on 'libvorbis' + depends_on "mpg123" + depends_on "libvorbis" def install cd "test" do |
