Botan 1.10.6
Closes Homebrew/homebrew#24501. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
8052b949ca
commit
ed80e6643c
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Botan < Formula
|
||||
homepage 'http://botan.randombit.net/'
|
||||
url 'http://botan.randombit.net/files/Botan-1.10.5.tbz'
|
||||
sha1 '998b25d78e139b9c9402919aec4daa1c6118f2fb'
|
||||
url 'http://botan.randombit.net/files/Botan-1.10.6.tbz'
|
||||
sha1 '762decd775a4267d3b343ff14729cd9b96a1e4a0'
|
||||
|
||||
option 'enable-debug', 'Enable debug build of Botan'
|
||||
|
||||
|
|
Loading…
Reference in a new issue