diff options
| author | mather | 2014-08-13 14:18:16 +0900 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-13 08:06:25 +0100 |
| commit | 4aa12b6db2b4cc318a78a8c7c251d276a1decf82 (patch) | |
| tree | 00368fe00d91b16992b3c329a6a8f9813c9fa653 /Library | |
| parent | 335488ad53944c30e55886c34fc4d7934995bb9d (diff) | |
| download | homebrew-4aa12b6db2b4cc318a78a8c7c251d276a1decf82.tar.bz2 | |
pari 2.7.1
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pari.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pari.rb b/Library/Formula/pari.rb index 8268e7636..a7aaf4b97 100644 --- a/Library/Formula/pari.rb +++ b/Library/Formula/pari.rb @@ -2,8 +2,8 @@ require "formula" class Pari < Formula homepage "http://pari.math.u-bordeaux.fr/" - url "http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.5.5.tar.gz" - sha1 "77637f935ee4a3b78e7015cef00146bd2f7e96bc" + url "http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.7.1.tar.gz" + sha256 "cc637918f3c0b20dc9bbea99e639e7a288b89ea4d0e4e3f9b7110a115bcb41be" depends_on "gmp" depends_on "readline" |
