fix libev url (#14066)

* fix libev url

* remove list_url in libev
This commit is contained in:
darmac 2019-12-13 12:58:33 +08:00 committed by Adam J. Stewart
parent 0d7b9de3be
commit 03203a86b4

View File

@ -11,9 +11,8 @@ class Libev(AutotoolsPackage):
after libevent, but without its limitations and bugs."""
homepage = "http://software.schmorp.de/pkg/libev.html"
url = "http://dist.schmorp.de/libev/libev-4.24.tar.gz"
url = "http://dist.schmorp.de/libev/Attic/libev-4.24.tar.gz"
git = "https://github.com/enki/libev.git"
list_url = "http://dist.schmorp.de/libev/Attic/"
version('develop', branch='master')
version('4.24', sha256='973593d3479abdf657674a55afe5f78624b0e440614e2b8cb3a07f16d4d7f821')