package/netsurf: bump to version 3.10

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Francois Perrad 2020-06-06 15:58:49 +02:00 committed by Thomas Petazzoni
parent 6bbf9e414f
commit 05c7d29c0b
3 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ diff --git a/Makefile b/Makefile
index f279f01..5698c87 100644
--- a/Makefile
+++ b/Makefile
@@ -109,7 +109,7 @@ endef
@@ -110,7 +110,7 @@ endef
# prefixed install macro for each host sub target
define do_build_prefix_install

View File

@ -1,3 +1,3 @@
# Locally computed
sha256 11e384eaf47e65c186da5001f1055a02f2d72ff17b50f403b8392546a2cf65ff netsurf-all-3.9.tar.gz
sha256 55c4a7ae3953d720a462e69d1f128a20004933d12538be5314a33f8821675378 netsurf/COPYING
sha256 495adf6b6614ce36fca6c605f7c321f9cb4a3df838043158122678ce2b3325b7 netsurf-all-3.10.tar.gz
sha256 55c4a7ae3953d720a462e69d1f128a20004933d12538be5314a33f8821675378 netsurf/COPYING

View File

@ -4,7 +4,7 @@
#
################################################################################
NETSURF_VERSION = 3.9
NETSURF_VERSION = 3.10
NETSURF_SOURCE = netsurf-all-$(NETSURF_VERSION).tar.gz
NETSURF_SITE = http://download.netsurf-browser.org/netsurf/releases/source-full
NETSURF_LICENSE = GPL-2.0
@ -15,7 +15,7 @@ NETSURF_DEPENDENCIES = expat jpeg libpng \
ifeq ($(BR2_PACKAGE_NETSURF_GTK),y)
NETSURF_DEPENDENCIES += libgtk2
NETSURF_FRONTEND = gtk
NETSURF_FRONTEND = gtk2
endif
ifeq ($(BR2_PACKAGE_NETSURF_GTK3),y)