[vlc-commits] [Git][videolan/vlc][master] contrib: remove slash from GitHub/SF variables

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Sep 29 04:35:47 UTC 2022



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
5c3d31bb by Johannes Kauffmann at 2022-09-28T15:56:27+00:00
contrib: remove slash from GitHub/SF variables

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

- - - - -


1 changed file:

- contrib/src/main.mak


Changes:

=====================================
contrib/src/main.mak
=====================================
@@ -19,10 +19,10 @@ VPATH := $(TARBALLS)
 
 # Common download locations
 GNU ?= http://ftp.gnu.org/gnu
-SF := https://netcologne.dl.sourceforge.net/
+SF := https://netcologne.dl.sourceforge.net
 VIDEOLAN := http://downloads.videolan.org/pub/videolan
 CONTRIB_VIDEOLAN := http://downloads.videolan.org/pub/contrib
-GITHUB := https://github.com/
+GITHUB := https://github.com
 GOOGLE_CODE := https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com
 
 #



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5c3d31bbb3a998ea80a23a2c74a2781616e22d6c

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5c3d31bbb3a998ea80a23a2c74a2781616e22d6c
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list