[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 9f51a2f download: Fix the main download link to point to the current snapshot.
ffmpeg-git at ffmpeg.org
ffmpeg-git at ffmpeg.org
Sun Jun 28 03:33:14 EEST 2020
The branch, master has been updated
via 9f51a2f54f90eee3555df2bd53d0f41605508831 (commit)
from d19033e3344ee19d8dbe12cceb1be9d713f1bdeb (commit)
- Log -----------------------------------------------------------------
commit 9f51a2f54f90eee3555df2bd53d0f41605508831
Author: Carl Eugen Hoyos <ceffmpeg at gmail.com>
AuthorDate: Sun Jun 28 02:32:37 2020 +0200
Commit: Carl Eugen Hoyos <ceffmpeg at 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
--
More information about the ffmpeg-cvslog
mailing list