From 531dae0f7104028cbb89b04d6cfd1ebad4cf8266 Mon Sep 17 00:00:00 2001 From: balr0g Date: Wed, 27 Aug 2014 16:48:33 -0400 Subject: jam 2.6 Closes #31932. Signed-off-by: Jack Nagel --- Library/Formula/jam.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/jam.rb b/Library/Formula/jam.rb index 76449b0d2..6a2bfd054 100644 --- a/Library/Formula/jam.rb +++ b/Library/Formula/jam.rb @@ -2,13 +2,14 @@ require 'formula' class Jam < Formula homepage 'http://www.perforce.com/resources/documentation/jam' - url 'ftp://ftp.perforce.com/jam/jam-2.5.zip' - sha1 '794a3f4483315c6b9f010f03b592646d3815328c' + url 'https://swarm.workshop.perforce.com/projects/perforce_software-jam/download/main/jam-2.6.zip', + :using => :ssl3 + sha1 'e6d2f909798fad32f3bd7c08699265f82b05b526' conflicts_with 'ftjam', :because => 'both install a `jam` binary' def install - system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}" - bin.install "bin.macosx/jam", "bin.macosx/mkjambase" + system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}", "LOCATE_TARGET=bin" + bin.install "bin/jam", "bin/mkjambase" end end -- cgit v1.2.3