From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id BC38A4620C for ; Tue, 9 May 2023 16:59:36 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id DCAF368C239; Tue, 9 May 2023 19:59:32 +0300 (EEST) Received: from mail-ot1-f51.google.com (mail-ot1-f51.google.com [209.85.210.51]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0654568C233 for ; Tue, 9 May 2023 19:59:27 +0300 (EEST) Received: by mail-ot1-f51.google.com with SMTP id 46e09a7af769-6a5f602a8f7so4195969a34.1 for ; Tue, 09 May 2023 09:59:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1683651565; x=1686243565; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date:message-id:reply-to; bh=B1QtsKdMG8bldTSfaJRhw9mznb576pdckgGrjY8XV2k=; b=Vn+Fw9w+eI9044t1y+0p/t8jVjtIMjGe/1jCOMHVgYVV+25syOOKJmk8Wo/xP6slho n8tnkdk0VW9m9+IOJsMVc36OtfWYXhmRTI91PZ9/PM4KuUWEffIHlWaLMTtTOC1nNt2d gQZ9fxtCl/54jExpkZledLmpyGrBHfzZA75sJSJ63LnDnzzcteuwGXy0nRaeLEftKUbz ByHv36KvfG5msXRHYi1MZWMHaOZnwuzQfqs+67VD0RkfvpW85mh0YJInfDx3Ufe5P22H aK0JSAyhaPUUvIs4mfgBK8mIrsD1qie0HesE/ETuXe4GSFOzza16TsT+NHe3W/fQ4cwi Pg0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683651565; x=1686243565; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=B1QtsKdMG8bldTSfaJRhw9mznb576pdckgGrjY8XV2k=; b=EE4a3MQeTwbyV4SF/h4gmiSjOjttAgVPR/kQ+ZkxtjVvSIa+x3wa1DrqIizo1QQYdJ zLCOJkBX44Vbd2ZZtzoTx+pla1BAD32dTUwXTPkDDdwjJSG2KsIIjciSVBcpMa4e+Gwj Dg05kPMHBYN1gmoo3IYnsnd5BnsijWBITHUAVVmcSkPguQbYPdQGzVDXEF0j8fOev7YZ MhKJ4poeoWj263HbEpvWIJnV9PGpqHdUZ6BP0tbdW4vWQ9qtDJtf2ZKAxrxa79crpImi 5l5+/VviUx5blmELwpnjWuevw+9kouyhoxY5ZrzMQXIshEE0VwAH86kDbz1ouwrFKBu7 oqBg== X-Gm-Message-State: AC+VfDxq1HZrR2cGwEbtUrFaT9y+qmyIiOv8XYxUdrFicYpjEm2JaQYg 1NEOlIU+IsCsuKGq8Aaw5O02p3P1b8I= X-Google-Smtp-Source: ACHHUZ6DB3/Ef3AWQYIY7KrIV/SJvZzNUm7Hhs279elZ3Abg2DKtU/Jmp9lrHDTLBVE1R8MEJKPRaw== X-Received: by 2002:a9d:6b13:0:b0:6a6:463a:19f8 with SMTP id g19-20020a9d6b13000000b006a6463a19f8mr1737559otp.23.1683651564709; Tue, 09 May 2023 09:59:24 -0700 (PDT) Received: from localhost.localdomain (host197.190-225-105.telecom.net.ar. [190.225.105.197]) by smtp.gmail.com with ESMTPSA id t12-20020a9d748c000000b006ab039a0cb7sm2345358otk.5.2023.05.09.09.59.23 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 09 May 2023 09:59:24 -0700 (PDT) From: James Almer To: ffmpeg-devel@ffmpeg.org Date: Tue, 9 May 2023 13:59:09 -0300 Message-Id: <20230509165909.421-1-jamrial@gmail.com> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] web/download: link to the latest release instead of a snapshot in the main download button X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: As suggested on IRC. There's already an Snapshot section right below it, and the links to the actual releases are much lower and harder to find. Also, remove the massive signing key button and move it to the snapshot section. There's already "Release Verification" section below with a detailed explanation and yet another link to the key. Signed-off-by: James Almer --- src/download | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/download b/src/download index beae4a9..285fdf7 100644 --- a/src/download +++ b/src/download @@ -1,15 +1,10 @@
-- 2.40.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".