diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/vgmstream.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/vgmstream.rb b/Library/Formula/vgmstream.rb index dc238d534..e364d4fc9 100644 --- a/Library/Formula/vgmstream.rb +++ b/Library/Formula/vgmstream.rb @@ -2,9 +2,9 @@ require 'formula' class Vgmstream < Formula homepage 'http://hcs64.com/vgmstream.html' - url 'https://vgmstream.svn.sourceforge.net/svnroot/vgmstream', - :using => UnsafeSubversionDownloadStrategy, :revision => 1007 - version 'r1007' + url 'http://svn.code.sf.net/p/vgmstream/code', + :using => UnsafeSubversionDownloadStrategy, :revision => 1014 + version 'r1014' depends_on 'mpg123' depends_on 'libvorbis' |
