Botan 1.10.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
0fe3a0a48e
commit
2ead8d35b7
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Botan < Formula
|
||||
url 'http://botan.randombit.net/files/Botan-1.8.11.tgz'
|
||||
url 'http://files.randombit.net/botan/v1.10/Botan-1.10.1.tbz'
|
||||
homepage 'http://botan.randombit.net/'
|
||||
md5 'ccb2c3cb8a324214a89b45a03422870b'
|
||||
md5 '7ae93e205491a8e75115bfca983ff7f9'
|
||||
|
||||
def install
|
||||
system "./configure.py", "--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue