CPPDOM: Update to 1.2.0

-Updated the url and md5 to download the 1.2.0 tarball.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
master
Juan Sebastian Casallas 2011-10-04 22:55:58 +02:00 committed by Charlie Sharpsteen
parent 0c46a01f92
commit 1c2a30def5
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
require 'formula'
class Cppdom < Formula
url 'http://downloads.sourceforge.net/project/xml-cppdom/CppDOM/1.0.1/cppdom-1.0.1.tar.gz'
url 'http://downloads.sourceforge.net/project/xml-cppdom/CppDOM/1.2.0/cppdom-1.2.0.tar.bz2'
homepage 'http://sourceforge.net/projects/xml-cppdom/'
md5 'ab30e45eb8129e14040020edc5b0b130'
md5 '538a67a7ed4b2f6056bc4e356ebc6b4c'
depends_on 'scons' => :build
depends_on 'boost'