Skip to content
Snippets Groups Projects
Commit c524e890 authored by Felix Paul Kühne's avatar Felix Paul Kühne
Browse files

stats: add 3.0.0

parent a1315e7c
No related branches found
No related tags found
Loading
......@@ -197,6 +197,7 @@
"2.2.6" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
"2.2.7" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
"2.2.8" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
"3.0.0" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
);
$table = array_merge( $table_old, $table_sf );
......@@ -403,6 +404,11 @@
"Macintosh" => "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#.dmg?stats",
"Source" => "https://get.videolan.org/vlc/#version#/vlc-#version#.tar.xz?stats",
),
"3.0.0" => 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",
),
);
foreach( $table as $key => $t )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment