diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/frei0r.rb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/frei0r.rb b/Library/Formula/frei0r.rb index 037b42935..9f7674ad0 100644 --- a/Library/Formula/frei0r.rb +++ b/Library/Formula/frei0r.rb @@ -1,9 +1,11 @@ require 'formula' class Frei0r < Formula - homepage 'http://www.piksel.org/frei0r' - url 'http://www.piksel.no/frei0r/releases/frei0r-plugins-1.3.tar.gz' - sha1 'f6b463440017934d01ac3c8fdf70b93c915e3d08' + homepage 'http://frei0r.dyne.org' + url 'https://files.dyne.org/.xsend.php?file=frei0r/releases/frei0r-plugins-1.4.tar.gz' + sha1 '7995d06c5412b14fa3b05647084ca9d7a0c84faa' + + depends_on :autoconf def install system "./configure", "--disable-dependency-tracking", |
