diff options
| author | Kashif Rasul | 2014-12-01 12:40:31 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-12-06 22:59:44 -0500 |
| commit | a52b97daabf5de50e643be6930e396e2a2f5e598 (patch) | |
| tree | d1cb228d922a21bdf083993801b19dade4ed016e | |
| parent | 58cb587953e5cd864d0d3f8a28b4301c9bf9a8c1 (diff) | |
| download | homebrew-a52b97daabf5de50e643be6930e396e2a2f5e598.tar.bz2 | |
pig 0.14.0
Closes #34582.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/pig.rb | 9 |
1 files changed, 4 insertions, 5 deletions
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"`/.. - |
