The branch, master has been updated via 9f51a2f54f90eee3555df2bd53d0f41605508831 (commit) from d19033e3344ee19d8dbe12cceb1be9d713f1bdeb (commit)
- Log ----------------------------------------------------------------- commit 9f51a2f54f90eee3555df2bd53d0f41605508831 Author: Carl Eugen Hoyos <ceffm...@gmail.com> AuthorDate: Sun Jun 28 02:32:37 2020 +0200 Commit: Carl Eugen Hoyos <ceffm...@gmail.com> CommitDate: Sun Jun 28 02:32:37 2020 +0200 download: Fix the main download link to point to the current snapshot. diff --git a/src/download b/src/download index c374af3..b327286 100644 --- a/src/download +++ b/src/download @@ -1,10 +1,10 @@ <div id="download"> <div class="btn-download-wrapper"> - <a href="https://ffmpeg.org/releases/ffmpeg-4.2.3.tar.bz2" class="btn btn-success"> + <a href="https://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2" class="btn btn-success"> <i class="fa fa-cloud-download"></i> Download Source Code - <small>ffmpeg-4.2.3.tar.bz2</small> + <small>ffmpeg-snapshot.tar.bz2</small> </a> <br> <a href="#releases">More releases</a> ----------------------------------------------------------------------- Summary of changes: src/download | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".