[Android] Update libraries HASH
Geoffrey Métais
git at videolan.org
Tue Apr 7 17:03:04 CEST 2020
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Apr 7 17:01:27 2020 +0200| [537ad417953c8506463fa8b656f1884b4c7e86a7] | committer: Geoffrey Métais
Update libraries HASH
> https://code.videolan.org/videolan/vlc-android/commit/537ad417953c8506463fa8b656f1884b4c7e86a7
---
buildsystem/compile-medialibrary.sh | 2 +-
buildsystem/compile.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildsystem/compile-medialibrary.sh b/buildsystem/compile-medialibrary.sh
index c065007a5..ed59cb6a4 100755
--- a/buildsystem/compile-medialibrary.sh
+++ b/buildsystem/compile-medialibrary.sh
@@ -4,7 +4,7 @@
# ARGUMENTS #
#############
-MEDIALIBRARY_HASH=843051e
+MEDIALIBRARY_HASH=2ac5161
while [ $# -gt 0 ]; do
case $1 in
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 6249d7d7e..2860595ed 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -269,7 +269,7 @@ fi
# Fetch VLC source #
####################
-TESTED_HASH=7f204ee
+TESTED_HASH=5a9a71d
VLC_REPOSITORY=https://git.videolan.org/git/vlc/vlc-3.0.git
if [ ! -d "vlc" ]; then
diagnostic "VLC sources: not found, cloning"
More information about the Android
mailing list