Skip to content

Commit

Permalink
chore(deps): upgrade gradle, fribidi, dav1d, ffmpeg
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jarnedemeulemeester committed Jun 8, 2024
1 parent d579f03 commit 8aab5a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions buildscripts/include/depinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -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/.
Expand Down Expand Up @@ -246,4 +246,4 @@ eval "set -- $(
tr '\n' ' '
)" '"$@"'

exec "$JAVACMD" "$@"
exec "$JAVACMD" "$@"

0 comments on commit 8aab5a3

Please sign in to comment.