summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-13 12:28:01 +0000
committerdavidovski <david@davidovski.xyz>2022-01-13 12:28:01 +0000
commit31741d5c284261ef59b0ce8839b47ff44a2f6bf7 (patch)
treeeea4254cffa01924f5f80f6e729922955e69d204
parent64f74103d332e05b06ccabea7bba82ceca9a67dc (diff)
upgraded openssl to version 3
-rw-r--r--repo/core/openssl.xibuild2
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"