Hi! Attached patch also simplifies the release process.
Please comment, Carl Eugen
From cfefed3d6e67d029960f1042c20a34c8026d3fc6 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos <ceffm...@gmail.com> Date: Thu, 28 Mar 2019 11:59:00 +0100 Subject: [PATCH] download: Fix the main download link to point to a snapshot. There is no release support, this also simplifies the release process. --- src/download | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/download b/src/download index b760804..a90be61 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.1.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 - <small>ffmpeg-4.1.2.tar.bz2</small> + <small>ffmpeg-snapshot.tar.bz2</small> </a> <br> <a href="#releases">More releases</a> -- 1.7.10.4
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".