aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMax Howell2010-09-17 08:46:39 +0100
committerMax Howell2010-11-14 03:54:45 +0000
commit79600ed7601c3dd1c63c8f05bd89c2cd5b8b2824 (patch)
tree6ebd3a717f110f84e6028e5df43d7429f559b305 /Library/Formula
parentf582d3c84505d74d1a7d37dfa494c03220a7c180 (diff)
downloadhomebrew-79600ed7601c3dd1c63c8f05bd89c2cd5b8b2824.tar.bz2
liblastfm 0.3.3
Diffstat (limited to 'Library/Formula')
-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