aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pypy.rb
diff options
context:
space:
mode:
authorTimothée Peignier2011-05-01 18:07:45 +0200
committerAdam Vandenberg2011-05-01 09:14:04 -0700
commitac2c9648b6bd4b0ca3ec526585464872d173dd36 (patch)
tree2964f987999bde807a5e11fcac0c7882316c3e5c /Library/Formula/pypy.rb
parentb04d295f46c31cb04a0a4dd9213b9ae74730ede9 (diff)
downloadhomebrew-ac2c9648b6bd4b0ca3ec526585464872d173dd36.tar.bz2
pypy 1.5 for 64 bits and pypy 1.4.1 for 32 bits
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/pypy.rb')
-rw-r--r--Library/Formula/pypy.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb
index ace63b2c9..cb79dadc7 100644
--- a/Library/Formula/pypy.rb
+++ b/Library/Formula/pypy.rb
@@ -3,14 +3,15 @@ require 'hardware'
class Pypy < Formula
if MacOS.prefer_64_bit?
- url 'http://pypy.org/download/pypy-1.4.1-osx64.tar.bz2'
- md5 '769b3fb134944ee8c22ad0834970de3b'
+ url 'http://pypy.org/download/pypy-1.5-osx64.tar.bz2'
+ md5 'b1417916bc01ebb9f95c666f5e397fb5'
+ version '1.5.0'
else
url 'http://pypy.org/download/pypy-1.4.1-osx.tar.bz2'
md5 '8584c4e8c042f5b661fcfffa0d9b8a25'
+ version '1.4.1'
end
homepage 'http://pypy.org/'
- version '1.4.1'
def install
prefix.install ["bin", "lib-python", "lib_pypy"]