Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Cairo 1.10.2
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
MindTooth authored and adamv committed Mar 28, 2011
1 parent e80f264 commit 272e95d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/cairo.rb
@@ -1,9 +1,9 @@
require 'formula'

class Cairo < Formula
url 'http://cairographics.org/releases/cairo-1.8.10.tar.gz'
homepage 'http://cairographics.org/'
md5 'b60a82f405f9400bbfdcf850b1728d25'
url 'http://www.cairographics.org/releases/cairo-1.10.2.tar.gz'
sha1 'a8e55adb052ff2f253e57c0947b85711a14c4bfd'

This comment has been minimized.

Copy link
@matteoipri

matteoipri Mar 28, 2011

Contributor

should be sha1 'ccce5ae03f99c505db97c286a0c9a90a926d3c6e'


depends_on 'pkg-config' => :build
depends_on 'pixman'
Expand Down

2 comments on commit 272e95d

@matteoipri
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the SHA1 hash in wrong! I tried to brew upgrade but got this error:

Error: SHA1 mismatch
Expected: a8e55adb052ff2f253e57c0947b85711a14c4bfd
Got: ccce5ae03f99c505db97c286a0c9a90a926d3c6e"

I surfed to http://cairographics.org/news/cairo-1.10.2/
and found the right SHA1:

http://cairographics.org/releases/cairo-1.10.2.tar.gz.sha1
ccce5ae03f99c505db97c286a0c9a90a926d3c6e  cairo-1.10.2.tar.gz

@matteoipri
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes I noted it just after I posted my note! :)
thank you all! :)

Please sign in to comment.