polarssl 1.3.2
Closes Homebrew/homebrew#24994. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
268c17efbf
commit
c154cf84b3
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Polarssl < Formula
|
||||
homepage 'http://polarssl.org/'
|
||||
url 'https://polarssl.org/download/polarssl-1.3.1-gpl.tgz'
|
||||
sha1 'b33856a1b2f736b18a49a20d48986bce6b3133f5'
|
||||
url 'https://polarssl.org/download/polarssl-1.3.2-gpl.tgz'
|
||||
sha1 '2e671bb1bc60ce00db2352be63c4ea38ad2c8b03'
|
||||
|
||||
depends_on 'cmake' => :build
|
||||
|
||||
|
|
Loading…
Reference in a new issue