aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAlexey Zakhlestin2014-10-22 11:32:50 +0400
committerMike McQuaid2014-10-22 15:27:59 +0100
commitaaae345feeedf040017c08bea066688ee7db8b45 (patch)
tree22155778b750f1e0e19bdd7f0cca19ce382f2c93 /Library/Formula
parent60db328d37f79e31065f1d8a697d4594f1d83097 (diff)
downloadhomebrew-aaae345feeedf040017c08bea066688ee7db8b45.tar.bz2
pig 0.13.0
Closes #33466. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pig.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/pig.rb b/Library/Formula/pig.rb
index 438cf8c95..9373af503 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.12.0/pig-0.12.0.tar.gz'
- sha1 'b641a932d45003d2e6350007558d63e69a1bf7c6'
+ url 'http://www.apache.org/dyn/closer.cgi?path=pig/pig-0.13.0/pig-0.13.0.tar.gz'
+ sha256 'f4f6777165fcfc0d9df0a7ee4e897e0bdf73c8e8ec7fcc31db15c1917f5ca971'
patch :DATA
def install
bin.install 'bin/pig'
- prefix.install ["pig-#{version}.jar", "pig-#{version}-withouthadoop.jar"]
+ prefix.install ["pig-#{version}-h1.jar", "pig-#{version}-withouthadoop-h1.jar", "pig-#{version}-withouthadoop-h2.jar"]
end
def caveats; <<-EOS.undent