package/dillo: move to github
Fixes http://autobuild.buildroot.net/results/9c33099772398ab592bf38c2f4c56c2594594695/ The tarball is no longer available on dillo.org, but has been uploaded to github so use that instead: https://github.com/dillo-browser/dillo/releases/tag/v3.0.5 Also adjust the URL in the help text to the new location, which states: "The domain dillo.org is no longer under control of Dillo developers." Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
e602ea0d60
commit
f2a862fe60
@@ -12,7 +12,7 @@ config BR2_PACKAGE_DILLO
|
||||
|
||||
Enable openssl package to gain https support.
|
||||
|
||||
http://www.dillo.org
|
||||
https://dillo-browser.github.io/
|
||||
|
||||
comment "dillo needs a toolchain w/ C++"
|
||||
depends on BR2_PACKAGE_XORG7 && BR2_USE_MMU
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
DILLO_VERSION = 3.0.5
|
||||
DILLO_SOURCE = dillo-$(DILLO_VERSION).tar.bz2
|
||||
DILLO_SITE = http://www.dillo.org/download
|
||||
DILLO_SITE = https://github.com/dillo-browser/dillo/releases/download/v$(DILLO_VERSION)/
|
||||
DILLO_LICENSE = GPL-3.0+
|
||||
DILLO_LICENSE_FILES = COPYING
|
||||
# configure.ac gets patched, so autoreconf is necessary
|
||||
|
||||
Reference in New Issue
Block a user