diff options
author | Bradley Sepos <[email protected]> | 2019-02-21 11:14:32 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2019-02-21 11:22:06 -0500 |
commit | 099cefccd626d60ada96a753e2724169da59b832 (patch) | |
tree | 3734d97b5ad4e6495555a3ffc0f4a22bb4dfc17a | |
parent | 11e75ac23e5375f7242a0f8a3bd2ea26f7a23699 (diff) |
contrib: Update bzip2 upstream url.
The previous url is gone.
(cherry picked from commit a48f72e0b974924053c58e09b125ba4034ca4956)
-rw-r--r-- | contrib/bzip2/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bzip2/module.defs b/contrib/bzip2/module.defs index cb793b33d..406307db7 100644 --- a/contrib/bzip2/module.defs +++ b/contrib/bzip2/module.defs @@ -2,7 +2,7 @@ $(eval $(call import.MODULE.defs,BZIP2,bzip2)) $(eval $(call import.CONTRIB.defs,BZIP2)) BZIP2.FETCH.url = https://download.handbrake.fr/handbrake/contrib/bzip2-1.0.6-official.tar.gz -BZIP2.FETCH.url += http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz +BZIP2.FETCH.url += https://sourceforge.net/projects/bzip2/files/bzip2-1.0.6.tar.gz BZIP2.FETCH.sha256 = a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd BZIP2.FETCH.basename = bzip2-1.0.6-official.tar.gz BZIP2.EXTRACT.tarbase = bzip2-1.0.6 |