aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/liblastfm.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/liblastfm.rb b/Library/Formula/liblastfm.rb
index 62faf088f..54db4466c 100644
--- a/Library/Formula/liblastfm.rb
+++ b/Library/Formula/liblastfm.rb
@@ -2,8 +2,8 @@ require 'formula'
class Liblastfm <Formula
homepage 'http://github.com/mxcl/liblastfm/'
- url 'http://static.last.fm/src/liblastfm-0.3.0.tar.bz2'
- md5 '3f73222ebc31635941832b01e7a494b6'
+ url 'http://github.com/mxcl/liblastfm/tarball/0.3.3'
+ md5 'fe339bf46aefc515c251200d10262f79'
depends_on 'qt'
depends_on 'fftw'
@@ -14,4 +14,4 @@ class Liblastfm <Formula
system "make"
system "make install"
end
-end \ No newline at end of file
+end