Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC


Commits:
b20cc1ea by Johannes Kauffmann at 2026-01-15T07:04:03+01:00
contrib: remove slash from GitHub/SF variables

All the contribs use $(SF)/foo anyway, so this creates URLs with double
slashes.

(cherry picked from commit 5c3d31bbb3a998ea80a23a2c74a2781616e22d6c) (rebased)
rebased:
- the URLs around are slightly different

- - - - -
6f0a32d1 by Steve Lhomme at 2026-01-15T07:04:46+01:00
contrib: use a more generic URL for SourceForge packages

It should pick a better mirror for the user. And if that mirror disappears we
use another one.

(cherry picked from commit b2cc2ed4238a81b18df83291391ca9e377b592b9) (rebased)
rebased:
- the URLs around are slightly different

- - - - -


1 changed file:

- contrib/src/main.mak


Changes:

=====================================
contrib/src/main.mak
=====================================
@@ -19,10 +19,10 @@ VPATH := $(TARBALLS)
 
 # Common download locations
 GNU ?= http://ftpmirror.gnu.org/gnu
-SF := https://netcologne.dl.sourceforge.net/
+SF := https://downloads.sourceforge.net/project
 VIDEOLAN := http://downloads.videolan.org/pub/videolan
 CONTRIB_VIDEOLAN := http://downloads.videolan.org/pub/contrib
-GITHUB := https://github.com/
+GITHUB := https://github.com
 GNUGPG := https://www.gnupg.org/ftp/gcrypt
 XIPH := https://ftp.osuosl.org/pub/xiph/releases
 



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/compare/04d8fcb923dcab281755c1a8dd07b6c2e1fc2ea1...6f0a32d16139cce0a4ad49ca7e6922c1d611c1be

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/compare/04d8fcb923dcab281755c1a8dd07b6c2e1fc2ea1...6f0a32d16139cce0a4ad49ca7e6922c1d611c1be
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to