aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorliesen2010-11-21 14:32:58 +0100
committerMike McQuaid2010-11-21 13:45:56 +0000
commit3c093474e5a672b1e133f8d83bfe1ae42e28f1f6 (patch)
tree5994688d601d466dafdb6fdce0815aca619016eb /Library/Formula
parente3b2c6cacc8ef004d937dd7be9df6804bd11313b (diff)
downloadhomebrew-3c093474e5a672b1e133f8d83bfe1ae42e28f1f6.tar.bz2
Updated libspotify to 0.0.6
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libspotify.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/libspotify.rb b/Library/Formula/libspotify.rb
index c244102af..43f4dc81e 100644
--- a/Library/Formula/libspotify.rb
+++ b/Library/Formula/libspotify.rb
@@ -1,19 +1,19 @@
require 'formula'
class Libspotify <Formula
- url 'http://developer.spotify.com/download/libspotify/libspotify-0.0.4-darwin.zip'
- version '0.0.4'
+ url 'http://developer.spotify.com/download/libspotify/libspotify-0.0.6-Darwin.zip'
+ version '0.0.6'
homepage 'http://developer.spotify.com/en/libspotify/overview/'
- md5 'a97552130df26b1aa2228adcf8d4210b'
+ md5 'c4bbddf8a4e5e2ba3127728212228622'
def install
prefix.install 'share'
(include+'libspotify').install "libspotify.framework/Versions/#{version}/Headers/api.h"
- lib.install "libspotify.framework/Versions/#{version}/libspotify" => 'libspotify.0.0.4.dylib'
+ lib.install "libspotify.framework/Versions/#{version}/libspotify" => 'libspotify.0.0.6.dylib'
doc.install Dir['doc/*']
cd lib
- ln_s "libspotify.0.0.4.dylib", "libspotify.dylib"
+ ln_s "libspotify.0.0.6.dylib", "libspotify.dylib"
system "install_name_tool", "-id",
"#{HOMEBREW_PREFIX}/lib/libspotify.#{version}.dylib",