diff options
| author | Tianyi Cui | 2010-11-11 02:16:28 +0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-18 20:14:27 -0800 |
| commit | 7871a99fe3439f457634e5792dd2f7b127fdd2dc (patch) | |
| tree | 05f071812239c3c3eda888f1f45b880d2f79cdf3 /Library/Formula/liblastfm.rb | |
| parent | d2530e5280072e1278eb509efbad3312e863e3e7 (diff) | |
| download | homebrew-7871a99fe3439f457634e5792dd2f7b127fdd2dc.tar.bz2 | |
Use https for all GitHub URLs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/liblastfm.rb')
| -rw-r--r-- | Library/Formula/liblastfm.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/liblastfm.rb b/Library/Formula/liblastfm.rb index 54db4466c..cef839110 100644 --- a/Library/Formula/liblastfm.rb +++ b/Library/Formula/liblastfm.rb @@ -1,9 +1,9 @@ require 'formula' class Liblastfm <Formula - homepage 'http://github.com/mxcl/liblastfm/' - url 'http://github.com/mxcl/liblastfm/tarball/0.3.3' - md5 'fe339bf46aefc515c251200d10262f79' + homepage 'https://github.com/mxcl/liblastfm/' + url 'http://static.last.fm/src/liblastfm-0.3.0.tar.bz2' + md5 '3f73222ebc31635941832b01e7a494b6' depends_on 'qt' depends_on 'fftw' |
