diff options
| author | Jack Nagel | 2013-12-09 12:19:45 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-12-09 12:20:01 -0600 |
| commit | 08c500c114c8d63abb61f49714343ebc25698dd6 (patch) | |
| tree | ad21d7e6249faf3ff3162a74a22c1ae4cc40b84d /Library/Formula | |
| parent | 109cee836b4c3b624390d22ef336f7ceb4643e06 (diff) | |
| download | homebrew-08c500c114c8d63abb61f49714343ebc25698dd6.tar.bz2 | |
unfs3: use head block
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/unfs3.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/unfs3.rb b/Library/Formula/unfs3.rb index 2a6a59f6f..a81e124e4 100644 --- a/Library/Formula/unfs3.rb +++ b/Library/Formula/unfs3.rb @@ -4,9 +4,10 @@ class Unfs3 < Formula homepage 'http://unfs3.sourceforge.net' url 'http://downloads.sourceforge.net/project/unfs3/unfs3/0.9.22/unfs3-0.9.22.tar.gz' sha1 'a6c83e1210ce75836c672cd76e66577bfef7a17a' - head 'https://svn.code.sf.net/p/unfs3/code/trunk/' - if build.head? + head do + url 'https://svn.code.sf.net/p/unfs3/code/trunk/' + depends_on "autoconf" => :build depends_on "automake" => :build end |
