From a52b97daabf5de50e643be6930e396e2a2f5e598 Mon Sep 17 00:00:00 2001 From: Kashif Rasul Date: Mon, 1 Dec 2014 12:40:31 +0100 Subject: pig 0.14.0 Closes #34582. Signed-off-by: Jack Nagel --- Library/Formula/pig.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/pig.rb b/Library/Formula/pig.rb index 9373af503..4e1cd3f7a 100644 --- a/Library/Formula/pig.rb +++ b/Library/Formula/pig.rb @@ -2,14 +2,14 @@ require 'formula' class Pig < Formula homepage 'http://pig.apache.org/' - url 'http://www.apache.org/dyn/closer.cgi?path=pig/pig-0.13.0/pig-0.13.0.tar.gz' - sha256 'f4f6777165fcfc0d9df0a7ee4e897e0bdf73c8e8ec7fcc31db15c1917f5ca971' + url 'http://www.apache.org/dyn/closer.cgi?path=pig/pig-0.14.0/pig-0.14.0.tar.gz' + sha256 '6aea66dda4791f82bad9654ec5290efc6179d333077b0ce9f07624c9c8b071a0' patch :DATA def install bin.install 'bin/pig' - prefix.install ["pig-#{version}-h1.jar", "pig-#{version}-withouthadoop-h1.jar", "pig-#{version}-withouthadoop-h2.jar"] + prefix.install ["pig-#{version}-core-h1.jar", "pig-#{version}-core-h2.jar"] end def caveats; <<-EOS.undent @@ -25,7 +25,7 @@ __END__ diff -u a/bin/pig b/bin/pig --- a/bin/pig 2011-09-30 08:55:58.000000000 +1000 +++ b/bin/pig 2011-11-28 11:18:36.000000000 +1100 -@@ -55,11 +55,8 @@ +@@ -77,11 +77,8 @@ # resolve links - $0 may be a softlink this="${BASH_SOURCE-$0}" @@ -39,4 +39,3 @@ diff -u a/bin/pig b/bin/pig # the root of the Pig installation export PIG_HOME=`dirname "$this"`/.. - -- cgit v1.2.3