Skip to content

Commit

Permalink
portable-openssl 1.1.1w
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo98 committed Sep 29, 2023
1 parent 69d6fd8 commit 877054b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Formula/portable-openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
class PortableOpenssl < PortableFormula
desc "SSL/TLS cryptography library"
homepage "https://openssl.org/"
url "https://www.openssl.org/source/openssl-1.1.1t.tar.gz"
mirror "https://www.mirrorservice.org/sites/ftp.openssl.org/source/openssl-1.1.1t.tar.gz"
mirror "https://www.openssl.org/source/old/1.1.1/openssl-1.1.1t.tar.gz"
sha256 "8dee9b24bdb1dcbf0c3d1e9b02fb8f6bf22165e807f45adeb7c9677536859d3b"
url "https://www.openssl.org/source/openssl-1.1.1w.tar.gz"
mirror "https://www.mirrorservice.org/sites/ftp.openssl.org/source/openssl-1.1.1w.tar.gz"
mirror "https://www.openssl.org/source/old/1.1.1/openssl-1.1.1w.tar.gz"
sha256 "cf3098950cb4d853ad95c0841f1f9c6d3dc102dccfcacd521d93925208b76ac8"
license "OpenSSL"

resource "cacert" do
# https://curl.se/docs/caextract.html
url "https://curl.se/ca/cacert-2023-01-10.pem"
sha256 "fb1ecd641d0a02c01bc9036d513cb658bbda62a75e246bedbc01764560a639f0"
url "https://curl.se/ca/cacert-2023-08-22.pem"
sha256 "23c2469e2a568362a62eecf1b49ed90a15621e6fa30e29947ded3436422de9b9"
end

def openssldir
Expand Down

0 comments on commit 877054b

Please sign in to comment.