mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/dillo: bump to 3.3.0
Update to 3.3.0, see here for a changelog: https://dillo-browser.org/release/3.3.0/ Update to use new homepage. Project is moving to their own infrastructure. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> [Julien: remove DILLO_SOURCE to fix check-package error] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
d4d46b275c
commit
5657229086
@@ -12,7 +12,7 @@ config BR2_PACKAGE_DILLO
|
||||
|
||||
Enable openssl package to gain https support.
|
||||
|
||||
https://dillo-browser.github.io/
|
||||
https://dillo-browser.org/
|
||||
|
||||
comment "dillo needs a toolchain w/ C++"
|
||||
depends on BR2_PACKAGE_XORG7 && BR2_USE_MMU
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 1066ed42ea7fe0ce19e79becd029c651c15689922de8408e13e70bb5701931bf dillo-3.2.0.tar.bz2
|
||||
sha256 db1863261d5efbd27b090e430c88064082b891cea1edf7a14e234cca51754f60 dillo-3.3.0.tar.gz
|
||||
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
|
||||
|
||||
@@ -4,9 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DILLO_VERSION = 3.2.0
|
||||
DILLO_SOURCE = dillo-$(DILLO_VERSION).tar.bz2
|
||||
DILLO_SITE = https://github.com/dillo-browser/dillo/releases/download/v$(DILLO_VERSION)
|
||||
DILLO_VERSION = 3.3.0
|
||||
DILLO_SITE = https://dillo-browser.org/release/$(DILLO_VERSION)
|
||||
DILLO_LICENSE = GPL-3.0+
|
||||
DILLO_LICENSE_FILES = COPYING
|
||||
DILLO_DEPENDENCIES = fltk zlib \
|
||||
|
||||
Reference in New Issue
Block a user