diff options
| author | Brett Koonce | 2014-10-31 17:53:53 -0700 | 
|---|---|---|
| committer | Brett Koonce | 2014-11-01 21:02:25 -0700 | 
| commit | 3382eca1496f3e7ad937e1cc07945dd3003f7640 (patch) | |
| tree | b53bec9fdd55a994315e5483ef741b4aa3aa9ec2 /Library/Formula/cppunit.rb | |
| parent | f5b001b3698d72b6fc00cac46f649730ed10f407 (diff) | |
| download | homebrew-3382eca1496f3e7ad937e1cc07945dd3003f7640.tar.bz2 | |
cppunit: 1.13.2, point to new upstream
Closes #33790.
Diffstat (limited to 'Library/Formula/cppunit.rb')
| -rw-r--r-- | Library/Formula/cppunit.rb | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/Library/Formula/cppunit.rb b/Library/Formula/cppunit.rb index da0e20e5d..56e535f3c 100644 --- a/Library/Formula/cppunit.rb +++ b/Library/Formula/cppunit.rb @@ -1,9 +1,9 @@ -require 'formula' +require "formula"  class Cppunit < Formula -  homepage 'http://sourceforge.net/apps/mediawiki/cppunit/' -  url 'https://downloads.sourceforge.net/project/cppunit/cppunit/1.12.1/cppunit-1.12.1.tar.gz' -  sha1 'f1ab8986af7a1ffa6760f4bacf5622924639bf4a' +  homepage "http://www.freedesktop.org/wiki/Software/cppunit/" +  url "http://dev-www.libreoffice.org/src/cppunit-1.13.2.tar.gz" +  sha1 "0eaf8bb1dcf4d16b12bec30d0732370390d35e6f"    bottle do      cellar :any | 
