summaryrefslogtreecommitdiffstats
path: root/src/bzip2.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-08-31 02:05:53 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-08-31 02:11:47 (GMT)
commit858b2886bc4904d4279f389162575f99023941fa (patch)
tree0e91d4d11e06a35be846e3cea59543b6b6124e20 /src/bzip2.mk
parent3c462d83e5722ea7617ea835752f4c16031f69b0 (diff)
downloadmxe-858b2886bc4904d4279f389162575f99023941fa.zip
mxe-858b2886bc4904d4279f389162575f99023941fa.tar.gz
mxe-858b2886bc4904d4279f389162575f99023941fa.tar.bz2
bzip2, ffmpeg: Intentionally make download URLs incorrect
This is to test the new download server issue system. This should not impact actual users as the fallback S3 server is still operational. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/bzip2.mk')
-rw-r--r--src/bzip2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bzip2.mk b/src/bzip2.mk
index 9f52779..8f7610b 100644
--- a/src/bzip2.mk
+++ b/src/bzip2.mk
@@ -7,7 +7,7 @@ $(PKG)_VERSION := 1.0.6
$(PKG)_CHECKSUM := 3f89f861209ce81a6bab1fd1998c0ef311712002
$(PKG)_SUBDIR := bzip2-$($(PKG)_VERSION)
$(PKG)_FILE := bzip2-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := http://www.bzip.org/$($(PKG)_VERSION)/$($(PKG)_FILE)
+$(PKG)_URL := http://www.bzp.org/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE