[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 917c273 web/download: link to the latest release instead of a snapshot in the main download button

ffmpeg-git at ffmpeg.org ffmpeg-git at ffmpeg.org
Thu May 11 21:13:44 EEST 2023


The branch, master has been updated
       via  917c273940e0f580370132730ce73313629666d2 (commit)
      from  34342ffde1fdd8f23e388b07a8246365f502890b (commit)


- Log -----------------------------------------------------------------
commit 917c273940e0f580370132730ce73313629666d2
Author:     James Almer <jamrial at gmail.com>
AuthorDate: Tue May 9 13:50:53 2023 -0300
Commit:     James Almer <jamrial at gmail.com>
CommitDate: Tue May 9 13:56:48 2023 -0300

    web/download: link to the latest release instead of a snapshot in the main download button
    
    As suggested on IRC. There's already an Snapshot section right below it, and
    the links to the releases are much lower and harder to find.
    
    Also, remove the massive signing key button and move it to the snapshot
    section. There's a "Release Verification" section below with a detailed
    explanation and yet another link to the key.
    
    Signed-off-by: James Almer <jamrial at gmail.com>

diff --git a/src/download b/src/download
index beae4a9..285fdf7 100644
--- a/src/download
+++ b/src/download
@@ -1,15 +1,10 @@
 
 <div id="download">
   <div class="btn-download-wrapper">
-    <a href="https://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2" class="btn btn-success">
+    <a href="https://ffmpeg.org/releases/ffmpeg-6.0.tar.xz" class="btn btn-success">
       <i class="fa fa-cloud-download"></i>
       Download Source Code
-      <small>ffmpeg-snapshot.tar.bz2</small>
-    </a>  
-    <a href="ffmpeg-devel.asc" class="btn btn-success">
-      <i class="fa fa-key"></i>
-      Download PGP Signing Key
-      <small>ffmpeg-devel.asc</small>
+      <small>ffmpeg-6.0.tar.xz</small>
     </a>
     <br>
     <a href="#releases">More releases</a>
@@ -121,6 +116,10 @@
           <a href="releases/ffmpeg-snapshot.tar.bz2" class="btn btn-success btn-lg">
             <i class="fa fa-download"></i>
             Download Snapshot
+          </a>  
+          <a href="ffmpeg-devel.asc" class="btn btn-success btn-lg">
+            <i class="fa fa-key"></i>
+            Download PGP Signing Key
           </a>
         </div> <!-- text -->
 

-----------------------------------------------------------------------

Summary of changes:
 src/download | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list