aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-10-07 21:33:15 -0500
committerJack Nagel2014-10-07 21:33:15 -0500
commit1fe62d767b4485f2efe2df99ccb2f680b8f06620 (patch)
tree2df5997b87d5a855aa59d1a762444d945a09049f /Library
parenta79f8fe80c413316cba783a5676d11d53939e22b (diff)
downloadhomebrew-1fe62d767b4485f2efe2df99ccb2f680b8f06620.tar.bz2
vgmstream r1039
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/vgmstream.rb13
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