diff options
| author | Max Howell | 2012-09-21 23:50:03 -0400 |
|---|---|---|
| committer | Max Howell | 2012-09-22 00:16:45 -0400 |
| commit | 2e2d8e252d52c37b47a9b57afebdb6dab0212ce0 (patch) | |
| tree | 08e768b340bfd67647bd6b3988cfd4715f7e0bc5 /Library/Formula | |
| parent | c30a7ff05cc7f44c93724d6ac8a0818935013c0b (diff) | |
| download | homebrew-2e2d8e252d52c37b47a9b57afebdb6dab0212ce0.tar.bz2 | |
liblastfm-0.3.3.1
A fake release, but I maintain this and will tag the next proper release 0.3.4.
Remove fails with clang.
Closes #15008.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/liblastfm.rb | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Library/Formula/liblastfm.rb b/Library/Formula/liblastfm.rb index cf2d09fb4..2d87a9df3 100644 --- a/Library/Formula/liblastfm.rb +++ b/Library/Formula/liblastfm.rb @@ -2,19 +2,14 @@ require 'formula' class Liblastfm < Formula homepage 'https://github.com/mxcl/liblastfm/' - url 'https://github.com/mxcl/liblastfm/tarball/0.3.3' - sha1 'f2e9705c9c2cbeaa14f46da9bd35ab36fe710392' + url 'https://github.com/mxcl/liblastfm/tarball/e380c7f03f4b2417db87372df733606f4a153c53' + version '0.3.3.1' + sha1 'c68691b63a383f2a53a5894b99f165ffed4ea0db' depends_on 'qt' depends_on 'fftw' depends_on 'libsamplerate' - # See issue #12886. Reported in: https://github.com/mxcl/liblastfm/issues/14 - fails_with :clang do - build 318 - cause 'error: reference to non-static member function must be called' - end - def install system "./configure", "--release", "--prefix", prefix system "make" |
