Browse Source

bzip2: Replace main site with mirrors (FS#1913)

Use Gentoo and FreeBSDs distfile caches as mirrors because
main site/domain is abandoned.
Source: https://lwn.net/Articles/762264/

Fixes FS#1913

Signed-off-by: Daniel Engberg <[email protected]>
Signed-off-by: Hans Dedecker <[email protected]>
Daniel Engberg 7 years ago
parent
commit
a95bef0579
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/utils/bzip2/Makefile

+ 2 - 1
package/utils/bzip2/Makefile

@@ -12,7 +12,8 @@ PKG_VERSION:=1.0.6
 PKG_RELEASE:=4
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://www.bzip.org/$(PKG_VERSION)
+PKG_SOURCE_URL:=http://distfiles.gentoo.org/distfiles/ \
+	http://distcache.freebsd.org/ports-distfiles/
 PKG_HASH:=a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd
 PKG_MAINTAINER:=Steven Barth <[email protected]>