[www-doc] [Git][VideoLAN.org/websites][master] stats: add 3.0.17 and its subreleases
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Sun Nov 20 09:40:44 UTC 2022
Felix Paul Kühne pushed to branch master at VideoLAN organization / websites
Commits:
3474aba5 by Felix Paul Kühne at 2022-11-20T10:40:37+01:00
stats: add 3.0.17 and its subreleases
- - - - -
1 changed file:
- www.videolan.org/vlc/stats/downloads.php
Changes:
=====================================
www.videolan.org/vlc/stats/downloads.php
=====================================
@@ -214,6 +214,7 @@
"3.0.14" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
"3.0.15" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
"3.0.16" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
+ "3.0.17" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
);
$table = array_merge( $table_old, $table_sf );
@@ -508,7 +509,11 @@
"Macintosh" => array( "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#-intel64.dmg?stats", "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#-arm64.dmg?stats", "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#-universal.dmg?stats" ),
"Source" => "https://get.videolan.org/vlc/#version#/vlc-#version#.tar.xz?stats",
),
-
+ "3.0.17" => 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", "https://get.videolan.org/vlc/#version#.3/win32/vlc-#version#.3-win32.exe?stats", "https://get.videolan.org/vlc/#version#.3/win64/vlc-#version#.3-win64.exe?stats", "https://get.videolan.org/vlc/#version#.3/win32/vlc-#version#.3-win32.7z?stats", "https://get.videolan.org/vlc/#version#.3/win32/vlc-#version#.3-win32.zip?stats", "https://get.videolan.org/vlc/#version#.3/win64/vlc-.3-win64.7z?stats", "https://get.videolan.org/vlc/#version#.3/win64/vlc-#version#.3-win64.zip?stats", "https://get.videolan.org/vlc/#version#.4/win32/vlc-#version#.4-win32.exe?stats", "https://get.videolan.org/vlc/#version#.4/win64/vlc-#version#.4-win64.exe?stats", "https://get.videolan.org/vlc/#version#.4/win32/vlc-#version#.4-win32.7z?stats", "https://get.videolan.org/vlc/#version#.4/win32/vlc-#version#.4-win32.zip?stats", "https://get.videolan.org/vlc/#version#.4/win64/vlc-.3-win64.7z?stats", "https://get.videolan.org/vlc/#version#.4/win64/vlc-#version#.4-win64.zip?stats" ),
+ "Macintosh" => array( "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#-intel64.dmg?stats", "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#-arm64.dmg?stats", "https://get.videolan.org/vlc/#version#/macosx/vlc-#version#-universal.dmg?stats", "https://get.videolan.org/vlc/#version#.3/macosx/vlc-#version#.3-intel64.dmg?stats", "https://get.videolan.org/vlc/#version#.3/macosx/vlc-#version#.3-arm64.dmg?stats", "https://get.videolan.org/vlc/#version#.3/macosx/vlc-#version#.3-universal.dmg?stats", "https://get.videolan.org/vlc/#version#.4/macosx/vlc-#version#.3-intel64.dmg?stats", "https://get.videolan.org/vlc/#version#.4/macosx/vlc-#version#.3-arm64.dmg?stats", "https://get.videolan.org/vlc/#version#.4/macosx/vlc-#version#.3-universal.dmg?stats" ),
+ "Source" => array( "https://get.videolan.org/vlc/#version#/vlc-#version#.tar.xz?stats", "https://get.videolan.org/vlc/#version#.3/vlc-#version#.3.tar.xz?stats", "https://get.videolan.org/vlc/#version#.4/vlc-#version#.4.tar.xz?stats" ),
+ ),
);
foreach( $table as $key => $t )
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/3474aba5168b4c1feea2de627eab428fd5baf0b8
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/3474aba5168b4c1feea2de627eab428fd5baf0b8
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the www-doc
mailing list