aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBirger J. Nordølum2013-04-19 09:51:08 +0200
committerAdam Vandenberg2013-04-19 09:11:17 -0700
commit5f163ee526fe3c4afe92620f32b45d13f08f1bf0 (patch)
treef1a92c3eaa2ea8d088486efad9f1842b30d3a219 /Library/Formula
parent4041cea0a4107122dbb62c2e033503ef950207c4 (diff)
downloadhomebrew-5f163ee526fe3c4afe92620f32b45d13f08f1bf0.tar.bz2
cyassl 2.6.0
Closes #19302. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cyassl.rb9
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/cyassl.rb b/Library/Formula/cyassl.rb
index d376be650..7df11e8c7 100644
--- a/Library/Formula/cyassl.rb
+++ b/Library/Formula/cyassl.rb
@@ -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