diff options
| author | Jack Nagel | 2014-12-06 21:06:12 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-06 21:06:12 -0500 |
| commit | 62fc2a1a65e83ba9dbb30b2e0a2b7355831c714b (patch) | |
| tree | ebfa394a6161484f275efe44f97f3e58a4d90647 /Library | |
| parent | d36b458a9f4c4840fe0db64797da58ef1d4858ce (diff) | |
| download | homebrew-62fc2a1a65e83ba9dbb30b2e0a2b7355831c714b.tar.bz2 | |
openssl: bump revision
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/openssl.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/openssl.rb b/Library/Formula/openssl.rb index 7575472ad..3ff4957ab 100644 --- a/Library/Formula/openssl.rb +++ b/Library/Formula/openssl.rb @@ -5,12 +5,9 @@ class Openssl < Formula url "https://www.openssl.org/source/openssl-1.0.1j.tar.gz" mirror "https://raw.githubusercontent.com/DomT4/LibreMirror/master/OpenSSL/openssl-1.0.1j.tar.gz" sha256 "1b60ca8789ba6f03e8ef20da2293b8dc131c39d83814e775069f02d26354edf3" + revision 1 bottle do - revision 4 - sha1 "9ac9da986008ee019829840d566e7c271eb31f60" => :yosemite - sha1 "adfc35b6800ea36498d8f39c2404579f06a46f0d" => :mavericks - sha1 "d71caedc4bec4f6a3d37584637e699e354a22ee2" => :mountain_lion end option :universal |
