diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libpst.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/libpst.rb b/Library/Formula/libpst.rb index 29477b2c3..3786bb857 100644 --- a/Library/Formula/libpst.rb +++ b/Library/Formula/libpst.rb @@ -1,15 +1,15 @@ require 'formula' class Libpst < Formula - url 'http://www.five-ten-sg.com/libpst/packages/libpst-0.6.53.tar.gz' homepage 'http://www.five-ten-sg.com/libpst/' - md5 'e030d3128562ac189c2400dedec36b86' + url 'http://www.five-ten-sg.com/libpst/packages/libpst-0.6.54.tar.gz' + sha1 'a4713b87e330556acb0786b4efa975a3c739cd84' depends_on 'boost' def install system "./configure", "--prefix=#{prefix}", - "--mandir=#{man}", + # "--mandir=#{man}", "--with-boost-python=boost_python-mt" system "make install" end |
