File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212ENV \
1313 AOM=v1.0.0 \
1414 FDKAAC=0.1.5 \
15- FFMPEG_HARD=4.1.3 \
15+ FFMPEG_HARD=4.1.4 \
1616 FONTCONFIG=2.13.91 \
1717 FREETYPE=2.9.1 \
1818 FRIBIDI=0.19.7 \
Original file line number Diff line number Diff line change 1212ENV \
1313 AOM=v1.0.0 \
1414 FDKAAC=0.1.5 \
15- FFMPEG_HARD=4.1.3 \
15+ FFMPEG_HARD=4.1.4 \
1616 FONTCONFIG=2.13.91 \
1717 FREETYPE=2.8.1 \
1818 FRIBIDI=0.19.7 \
Original file line number Diff line number Diff line change 1212ENV \
1313 AOM=v1.0.0 \
1414 FDKAAC=0.1.5 \
15- FFMPEG_HARD=4.1.3 \
15+ FFMPEG_HARD=4.1.4 \
1616 FONTCONFIG=2.13.91 \
1717 FREETYPE=2.8.1 \
1818 FRIBIDI=0.19.7 \
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ pipeline {
9797 steps{
9898 script{
9999 env. EXT_RELEASE = sh(
100- script : ''' echo 4.1.3 ''' ,
100+ script : ''' echo 4.1.4 ''' ,
101101 returnStdout : true ). trim()
102102 env. RELEASE_LINK = ' custom_command'
103103 }
Original file line number Diff line number Diff line change 33# jenkins variables
44project_name : docker-ffmpeg
55external_type : na
6- custom_version_command : " echo 4.1.3 "
6+ custom_version_command : " echo 4.1.4 "
77release_type : prerelease
88release_tag : bin
99ls_branch : bin
You can’t perform that action at this time.
0 commit comments