From 4fa6317d9fe433d617ac501ee3df907270d2fc04 Mon Sep 17 00:00:00 2001 From: Juan Sebastian Casallas Date: Tue, 4 Oct 2011 23:07:30 +0200 Subject: [PATCH] LibrSVG: Update to 2.31.1 -Updated the url to download the latest tarball. -Changed from md5 to sha256 check, since sha256 sums are the ones given by librsvg on their ftp: http://ftp.acc.umu.se/pub/GNOME/sources/librsvg/2.34/librsvg-2.34.1.sha256sum Closes Homebrew/homebrew#7968. Signed-off-by: Charlie Sharpsteen --- Formula/librsvg.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/librsvg.rb b/Formula/librsvg.rb index 68b432e6a82..5de01f4ea6c 100644 --- a/Formula/librsvg.rb +++ b/Formula/librsvg.rb @@ -1,9 +1,9 @@ require 'formula' class Librsvg < Formula - url 'http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.34/librsvg-2.34.0.tar.gz' + url 'http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.34/librsvg-2.34.1.tar.bz2' homepage 'http://librsvg.sourceforge.net/' - md5 '3bf6472d65e15cd13230f886da88e913' + sha256 '9f98ab27c4ae04a7c3a37277aeb581feb8035a8b1e1937b06e27423a176a0a73' depends_on 'gtk+' depends_on 'libcroco'