[www-doc] [Git][VideoLAN.org/websites][master] Update download counters for 3.0.10
Jean-Baptiste Kempf
gitlab at videolan.org
Tue Apr 28 15:57:45 CEST 2020
Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites
Commits:
510e23d4 by Jean-Baptiste Kempf at 2020-04-28T15:57:33+02:00
Update download counters for 3.0.10
- - - - -
1 changed file:
- www.videolan.org/vlc/stats/downloads.php
Changes:
=====================================
www.videolan.org/vlc/stats/downloads.php
=====================================
@@ -207,6 +207,7 @@
"3.0.7" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
"3.0.7.1" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
"3.0.8" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
+ "3.0.10" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
);
$table = array_merge( $table_old, $table_sf );
@@ -465,6 +466,11 @@
"Source" => "https://get.videolan.org/vlc/#version#/vlc-#version#.tar.xz?stats",
),
+ "3.0.10" => array(
+ "Windows" => array( "https://get.videolan.org/vlc/#version#/win32/vlc-#version#-win32.exe?stats", "https://get.videolan.org/vlc/#version#/win64/vlc-#version#-win64.exe?stats", "https://get.videolan.org/vlc/#version#/win32/vlc-#version#-win32.7z?stats", "https://get.videolan.org/vlc/#version#/win32/vlc-#version#-win32.zip?stats", "https://get.videolan.org/vlc/#version#/win64/vlc-#version#-win64.7z?stats", "https://get.videolan.org/vlc/#version#/win64/vlc-#version#-win64.zip?stats" ),
+ "Macintosh" => "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#.dmg?stats",
+ "Source" => "https://get.videolan.org/vlc/#version#/vlc-#version#.tar.xz?stats",
+ ),
);
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/510e23d40274b9fa4c921111a7f0fb9a85ecca52
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/510e23d40274b9fa4c921111a7f0fb9a85ecca52
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list