From 1edfa92e71ed265c85325fa68f22552b36ce53f5 Mon Sep 17 00:00:00 2001 From: Maksym H Date: Wed, 22 Feb 2023 02:09:27 +0200 Subject: [PATCH] Bump libcurl and revert openal-soft --- libcurl.sh | 2 +- openal.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libcurl.sh b/libcurl.sh index d7d5306..21f08f3 100755 --- a/libcurl.sh +++ b/libcurl.sh @@ -1,7 +1,7 @@ #!/bin/bash -e . sdk.sh -CURL_VERSION=7.86.0 +CURL_VERSION=7.88.1 export ANDR_ROOT=$(pwd) diff --git a/openal.sh b/openal.sh index 5f202e5..1fd6a60 100755 --- a/openal.sh +++ b/openal.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -OPENAL_VERSION=1.23.0 +OPENAL_VERSION=1.22.1 . sdk.sh