[Android] Fix TESTED_HASH

Hugo Beauzée-Luyssen git at videolan.org
Wed Jul 19 14:22:08 CEST 2017


vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Jul 19 14:21:30 2017 +0200| [d2e5478958e138d8eff4105236d716fb9a1317c8] | committer: Hugo Beauzée-Luyssen

Fix TESTED_HASH

Close #323

> https://code.videolan.org/videolan/vlc-android/commit/d2e5478958e138d8eff4105236d716fb9a1317c8
---

 compile.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile.sh b/compile.sh
index 461bfb809..d1e4fff5a 100755
--- a/compile.sh
+++ b/compile.sh
@@ -217,7 +217,7 @@ fi
 # Fetch VLC source #
 ####################
 
-TESTED_HASH=bb9c83f
+TESTED_HASH=96b9630
 if [ ! -d "vlc" ]; then
     diagnostic "VLC source not found, cloning"
     git clone http://git.videolan.org/git/vlc.git vlc



More information about the Android mailing list