diff options
author | davidovski <david@davidovski.xyz> | 2022-01-13 12:28:01 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-13 12:28:01 +0000 |
commit | 31741d5c284261ef59b0ce8839b47ff44a2f6bf7 (patch) | |
tree | eea4254cffa01924f5f80f6e729922955e69d204 /repo | |
parent | 64f74103d332e05b06ccabea7bba82ceca9a67dc (diff) |
upgraded openssl to version 3
Diffstat (limited to 'repo')
-rw-r--r-- | repo/core/openssl.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/openssl.xibuild b/repo/core/openssl.xibuild index 9ec6fd2..5b52fd5 100644 --- a/repo/core/openssl.xibuild +++ b/repo/core/openssl.xibuild @@ -2,7 +2,7 @@ DEPS=(glibc) -SOURCE=https://github.com/openssl/openssl +SOURCE=https://github.com/openssl/openssl/archive/refs/tags/openssl-3.0.1.tar.gz DESC="The open source management tools and libraries for cryptography" BRANCH="OpenSSL_1_1_1-stable" |