From 8aab5a375df55837e9f8f7fbfbd75b79d22a7012 Mon Sep 17 00:00:00 2001 From: Jarne Demeulemeester Date: Sat, 8 Jun 2024 09:47:12 +0200 Subject: [PATCH] chore(deps): upgrade gradle, fribidi, dav1d, ffmpeg gradle 8.7 -> 8.8 fribidi 1.0.14 -> 1.0.15 dav1d 1.4.1 -> 1.4.2 ffmpeg 7.0 -> 7.0.1 --- buildscripts/include/depinfo.sh | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- gradlew | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/buildscripts/include/depinfo.sh b/buildscripts/include/depinfo.sh index 5e4d258..62d3b71 100755 --- a/buildscripts/include/depinfo.sh +++ b/buildscripts/include/depinfo.sh @@ -9,12 +9,12 @@ v_sdk_build_tools=34.0.0 v_lua=5.2.4 v_libass=0.17.2 v_harfbuzz=8.5.0 -v_fribidi=1.0.14 +v_fribidi=1.0.15 v_freetype=2-13-2 v_mbedtls=3.5.2 v_libplacebo=6.338.2 -v_dav1d=1.4.1 -v_ffmpeg=7.0 +v_dav1d=1.4.2 +v_ffmpeg=7.0.1 v_mpv=0.38.0 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 20db9ad..2617362 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/gradlew b/gradlew index 1aa94a4..731b6ec 100755 --- a/gradlew +++ b/gradlew @@ -55,7 +55,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/. @@ -246,4 +246,4 @@ eval "set -- $( tr '\n' ' ' )" '"$@"' -exec "$JAVACMD" "$@" +exec "$JAVACMD" "$@" \ No newline at end of file