scons 2.2.0

Closes Homebrew/homebrew#14238.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jon Thacker 2012-08-16 13:54:15 -05:00 committed by Jack Nagel
parent aa454ca0cd
commit ac09a67727
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
require 'formula' require 'formula'
class Scons < Formula class Scons < Formula
url 'http://downloads.sourceforge.net/project/scons/scons/2.1.0/scons-2.1.0.tar.gz'
homepage 'http://www.scons.org' homepage 'http://www.scons.org'
md5 '47daf989e303a045b76c11236df719df' url 'http://downloads.sourceforge.net/scons/scons-2.2.0.tar.gz'
sha1 'b48b71926f707aa3a802081bfd9b0ef45c3b0fdf'
def install def install
man1.install gzip('scons-time.1', 'scons.1', 'sconsign.1') man1.install gzip('scons-time.1', 'scons.1', 'sconsign.1')