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>
This commit is contained in:
Timothy Gu 2014-08-30 19:05:53 -07:00
parent 3c462d83e5
commit 858b2886bc
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -7,8 +7,8 @@ $(PKG)_VERSION := 2.3.1
$(PKG)_CHECKSUM := 69f73fdc36b2663d9abe714a1767d5b841f70cd0
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://www.ffmpeg.org/releases/$($(PKG)_FILE)
$(PKG)_URL_2 := http://launchpad.net/ffmpeg/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_VERSION)/+download/$($(PKG)_FILE)
$(PKG)_URL := http://www.ffmpeg.org/releass/$($(PKG)_FILE)
$(PKG)_URL_2 := http://launchpad.net/ffmpeg$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_VERSION)/+download/$($(PKG)_FILE)
$(PKG)_DEPS := gcc bzip2 gnutls lame libass libbluray libcaca libvpx opencore-amr opus sdl speex theora vidstab vo-aacenc vo-amrwbenc vorbis x264 xvidcore yasm zlib
# DO NOT ADD fdk-aac OR openssl SUPPORT.