aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-09-28 15:37:02 -0500
committerJack Nagel2013-09-28 15:37:02 -0500
commit0351c3e0b8a3dca8697f72edf856cbc54ef33c30 (patch)
tree3c00f6345983ce45898de137f721f82701c82f56 /Library/Formula
parentcb47b74c04982a50d4332c47bda214c907867e22 (diff)
downloadhomebrew-0351c3e0b8a3dca8697f72edf856cbc54ef33c30.tar.bz2
vgmstream: update repository URL and revision
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/vgmstream.rb6
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'