From 836455826bc61254d10428f9bbce391b65d996fe Mon Sep 17 00:00:00 2001 From: Riccardo Balbo Date: Mon, 3 Feb 2020 07:44:06 +0100 Subject: [PATCH] Fix openal-soft dead link --- jme3-android-native/openalsoft.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jme3-android-native/openalsoft.gradle b/jme3-android-native/openalsoft.gradle index d8e5e836e..3c47011ae 100644 --- a/jme3-android-native/openalsoft.gradle +++ b/jme3-android-native/openalsoft.gradle @@ -1,11 +1,11 @@ // OpenAL Soft r1.16 -String openALSoftUrl = 'http://repo.or.cz/w/openal-soft.git/snapshot/e5016f814a265ed592a88acea95cf912c4bfdf12.zip' +String openALSoftUrl = 'https://github.com/jMonkeyEngine/openal-soft/archive/e5016f814a265ed592a88acea95cf912c4bfdf12.zip' String openALSoftZipFile = 'OpenALSoft.zip' // OpenAL Soft directory the download is extracted into // Typically, the downloaded OpenAL Soft zip file will extract to a directory // called "openal-soft" -String openALSoftFolder = 'openal-soft-e5016f8' +String openALSoftFolder = 'openal-soft-e5016f814a265ed592a88acea95cf912c4bfdf12' //Working directories for the ndk build. String openalsoftBuildDir = "${buildDir}" + File.separator + 'openalsoft'