diff options
| author | David Höppner | 2010-03-02 19:18:44 +0100 |
|---|---|---|
| committer | David Höppner | 2010-03-02 19:18:44 +0100 |
| commit | 84f00bf80bc2f2fbef44c0bff4859756bdcdf438 (patch) | |
| tree | 24f954ba5b308f60bc608d418c99e5f2169bd9f8 /Library/Formula | |
| parent | c4f07f169820ae6d5e4ccdee4577eca9658f17bd (diff) | |
| download | homebrew-84f00bf80bc2f2fbef44c0bff4859756bdcdf438.tar.bz2 | |
fio: use other download url
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fio.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/fio.rb b/Library/Formula/fio.rb index e5fd1adee..4ee5c0859 100644 --- a/Library/Formula/fio.rb +++ b/Library/Formula/fio.rb @@ -1,10 +1,9 @@ require 'formula' class Fio <Formula - url 'http://download.github.com/caius-fio-4ceb30d.tar.gz' + url 'http://brick.kernel.dk/snaps/fio-1.37.tar.bz2' homepage 'http://freshmeat.net/projects/fio/' - md5 '1a85a1b492fecd44d0185bd24f01a973' - version "1.37" + md5 'a6b64ffef21c0c9e3dc3c36e87f988a5' def install make_cmd = "make -f Makefile.mac prefix=#{prefix}" |
