[www-doc] [Git][VideoLAN.org/websites][master] More stats for 3.0.20
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Tue Nov 21 12:30:20 UTC 2023
Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites
Commits:
757373d3 by Jean-Baptiste Kempf at 2023-11-21T13:30:09+01:00
More stats for 3.0.20
- - - - -
1 changed file:
- www.videolan.org/vlc/stats/downloads.php
Changes:
=====================================
www.videolan.org/vlc/stats/downloads.php
=====================================
@@ -216,6 +216,8 @@
"3.0.16" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
"3.0.17" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
"3.0.18" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
+ "3.0.19" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
+ "3.0.20" => array( "Windows" => 0, "Macintosh" => 0, "Total" => 0 ),
);
$table = array_merge( $table_old, $table_sf );
@@ -520,6 +522,17 @@
"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.19" => 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" => 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.20" => 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" => 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",
+ ),
+
);
foreach( $table as $key => $t )
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/757373d36b77816251f8898d2e408d109f65fe3e
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/757373d36b77816251f8898d2e408d109f65fe3e
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