cyassl 2.6.0
Closes Homebrew/homebrew#19302. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
9094df618f
commit
07e408f804
1 changed files with 2 additions and 7 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Cyassl < Formula
|
||||
homepage 'http://yassl.com/yaSSL/Products-cyassl.html'
|
||||
url 'https://github.com/cyassl/cyassl/archive/v2.5.0.tar.gz'
|
||||
sha256 '5fc17c8114582907979a3848291ebb595b0a21db491408968cfa4f91074a3a9d'
|
||||
url 'https://github.com/cyassl/cyassl/archive/v2.6.0.tar.gz'
|
||||
sha256 '61735c47e14065162986579d866ea7bd98af30e0e6bb5ac34367122ba1959b62'
|
||||
|
||||
head 'https://github.com/cyassl/cyassl.git'
|
||||
|
||||
|
@ -11,11 +11,6 @@ class Cyassl < Formula
|
|||
depends_on 'automake' => :build
|
||||
depends_on 'libtool' => :build
|
||||
|
||||
def patches
|
||||
# Missing commit from the 2.5.0 tag. Remove with next release.
|
||||
"https://github.com/cyassl/cyassl/commit/543d81ba97430844c04c82ea274a99122c9cd1b9.patch"
|
||||
end
|
||||
|
||||
fails_with :clang
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue