Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/bitstream: update tarball URL
@ 2020-04-16  5:25 Bernd Kuhls
  2020-04-16  5:44 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Bernd Kuhls @ 2020-04-16  5:25 UTC (permalink / raw)
  To: buildroot

Use direct URL of upstream server instead of using an URL which causes
redirects to, sometimes unreliable, mirror sites.

Fixes:
http://autobuild.buildroot.net/results/cf1/cf1f80519570fdecacfeb45ac4a3ee9725be4b0f/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/bitstream/bitstream.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/bitstream/bitstream.mk b/package/bitstream/bitstream.mk
index 12124a63d3..617cb96520 100644
--- a/package/bitstream/bitstream.mk
+++ b/package/bitstream/bitstream.mk
@@ -6,7 +6,7 @@
 
 BITSTREAM_VERSION = 1.5
 BITSTREAM_SOURCE = bitstream-$(BITSTREAM_VERSION).tar.bz2
-BITSTREAM_SITE = https://get.videolan.org/bitstream/$(BITSTREAM_VERSION)
+BITSTREAM_SITE = http://download.videolan.org/pub/videolan/bitstream/$(BITSTREAM_VERSION)
 BITSTREAM_LICENSE = MIT
 BITSTREAM_LICENSE_FILES = COPYING
 
-- 
2.26.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-04-16 12:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-16  5:25 [Buildroot] [PATCH 1/1] package/bitstream: update tarball URL Bernd Kuhls
2020-04-16  5:44 ` Thomas Petazzoni
2020-04-16  9:26   ` James Hilliard
2020-04-16  9:38     ` James Hilliard
2020-04-16 12:57       ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox