pari 2.5.3

Closes Homebrew/homebrew#15972.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
ear 2012-11-11 15:54:03 +01:00 committed by Adam Vandenberg
parent e80e010d6f
commit cf701329fa
1 changed files with 2 additions and 2 deletions

View File

@ -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.1.tar.gz'
sha1 'c83314bb993161a60e1e46ae7616072858414354'
url 'http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.5.3.tar.gz'
sha1 'de79eee7ae017a495dc0c648b6f7d5a4f6c7a522'
depends_on :x11
depends_on 'readline'