All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/dillo: bump to 3.3.0
@ 2026-05-03  7:14 Waldemar Brodkorb
  2026-05-03 16:13 ` Julien Olivain via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Waldemar Brodkorb @ 2026-05-03  7:14 UTC (permalink / raw)
  To: buildroot

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>
---
 package/dillo/Config.in  | 2 +-
 package/dillo/dillo.hash | 2 +-
 package/dillo/dillo.mk   | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/dillo/Config.in b/package/dillo/Config.in
index 1ebab8ab3f..1eea18e144 100644
--- a/package/dillo/Config.in
+++ b/package/dillo/Config.in
@@ -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
diff --git a/package/dillo/dillo.hash b/package/dillo/dillo.hash
index 50559bf857..c6b863c9ef 100644
--- a/package/dillo/dillo.hash
+++ b/package/dillo/dillo.hash
@@ -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
diff --git a/package/dillo/dillo.mk b/package/dillo/dillo.mk
index ce8660c6cb..685b85ff79 100644
--- a/package/dillo/dillo.mk
+++ b/package/dillo/dillo.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-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_SOURCE = dillo-$(DILLO_VERSION).tar.gz
+DILLO_SITE = https://dillo-browser.org/release/$(DILLO_VERSION)
 DILLO_LICENSE = GPL-3.0+
 DILLO_LICENSE_FILES = COPYING
 DILLO_DEPENDENCIES = fltk zlib \
-- 
2.47.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-03 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-03  7:14 [Buildroot] [PATCH] package/dillo: bump to 3.3.0 Waldemar Brodkorb
2026-05-03 16:13 ` Julien Olivain via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.