diff options
Diffstat (limited to 'Library/Formula/botan.rb')
| -rw-r--r-- | Library/Formula/botan.rb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/botan.rb b/Library/Formula/botan.rb index f77bb2222..bc226d24a 100644 --- a/Library/Formula/botan.rb +++ b/Library/Formula/botan.rb @@ -1,15 +1,11 @@ require 'formula' class Botan <Formula - url 'http://botan.randombit.net/files/Botan-1.8.9.tbz' + url 'http://botan.randombit.net/files/Botan-1.8.11.tgz' homepage 'http://botan.randombit.net/' - md5 '2c1c55ae4f5bae9f6ad516e1ada2100f' + md5 'ccb2c3cb8a324214a89b45a03422870b' def install - inreplace 'src/build-data/makefile/unix_shr.in' do |s| - s.change_make_var! 'SONAME', "#{lib}/$(LIBNAME)-$(SO_VERSION).%{so_suffix}" - end - system "./configure.py", "--prefix=#{prefix}" system "make install" end |
