From 1fe62d767b4485f2efe2df99ccb2f680b8f06620 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 7 Oct 2014 21:33:15 -0500 Subject: vgmstream r1039 --- Library/Formula/vgmstream.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3