Skip to content

Commit 8aab5a3

Browse files
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
1 parent d579f03 commit 8aab5a3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

buildscripts/include/depinfo.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ v_sdk_build_tools=34.0.0
99
v_lua=5.2.4
1010
v_libass=0.17.2
1111
v_harfbuzz=8.5.0
12-
v_fribidi=1.0.14
12+
v_fribidi=1.0.15
1313
v_freetype=2-13-2
1414
v_mbedtls=3.5.2
1515
v_libplacebo=6.338.2
16-
v_dav1d=1.4.1
17-
v_ffmpeg=7.0
16+
v_dav1d=1.4.2
17+
v_ffmpeg=7.0.1
1818
v_mpv=0.38.0
1919

2020

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

gradlew

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# Darwin, MinGW, and NonStop.
5656
#
5757
# (3) This script is generated from the Groovy template
58-
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
58+
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
5959
# within the Gradle project.
6060
#
6161
# You can find Gradle at https://github.com/gradle/gradle/.
@@ -246,4 +246,4 @@ eval "set -- $(
246246
tr '\n' ' '
247247
)" '"$@"'
248248

249-
exec "$JAVACMD" "$@"
249+
exec "$JAVACMD" "$@"

0 commit comments

Comments
 (0)