1
0

android build: bump python, openssl

This commit is contained in:
SomberNight
2023-05-26 15:39:37 +00:00
parent 6442dbb021
commit 9b1fb0e5fe
3 changed files with 6 additions and 6 deletions

View File

@@ -11,8 +11,8 @@ assert OpenSSLRecipe.python_depends == []
class OpenSSLRecipePinned(util.InheritedRecipeMixin, OpenSSLRecipe):
url_version = "1.1.1s"
sha512sum = "2ef983f166b5e1bf456ca37938e7e39d58d4cd85e9fc4b5174a05f5c37cc5ad89c3a9af97a6919bcaab128a8a92e4bdc8a045e5d9156d90768da8f73ac67c5b9"
url_version = "1.1.1t"
sha512sum = "628676c9c3bc1cf46083d64f61943079f97f0eefd0264042e40a85dbbd988f271bfe01cd1135d22cc3f67a298f1d078041f8f2e97b0da0d93fe172da573da18c"
recipe = OpenSSLRecipePinned()