mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
libports: download bzip2 port from sourceware.org
fossies.org removed the archive and Linux From Scratch uses sourceware.org. http://www.linuxfromscratch.org/lfs/view/development/chapter03/packages.html
This commit is contained in:
parent
f018dac506
commit
08ac64bba9
@ -1 +1 @@
|
||||
e7630a4ac9b3845b3aea39dbe32667de68065753
|
||||
f755daf1f008194de5dd954a1a5dfa0fd0d48985
|
||||
|
@ -2,7 +2,7 @@ LICENSE := BSD
|
||||
DOWNLOADS := bzip2.archive
|
||||
VERSION := 1.0.6
|
||||
|
||||
URL(bzip2) := http://fossies.org/linux/misc/bzip2-$(VERSION).tar.gz
|
||||
URL(bzip2) := https://www.sourceware.org/pub/bzip2/bzip2-$(VERSION).tar.gz
|
||||
SHA(bzip2) := a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd
|
||||
DIR(bzip2) := src/lib/libbz2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user