Skip to content

Commit d99440c

Browse files
committed
wpewebkit: bump 2.38 version
1 parent 044acc2 commit d99440c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package/wpe/wpewebkit/wpewebkit.mk

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ endif
1616

1717
ifeq ($(BR2_PACKAGE_WPEWEBKIT2_38),y)
1818
WPEWEBKIT_VERSION = 2.38.0
19-
WPEWEBKIT_SITE = http://www.wpewebkit.org/releases
20-
WPEWEBKIT_SOURCE = wpewebkit-$(WPEWEBKIT_VERSION).tar.xz
21-
else
22-
WPEWEBKIT_SITE = $(call github,WebPlatformForEmbedded,WPEWebKit,$(WPEWEBKIT_VERSION_VALUE))
19+
WPEWEBKIT_VERSION_VALUE = e6c50fb640c714196bc045a0af584eed122a4400
2320
endif
2421

22+
WPEWEBKIT_SITE = $(call github,WebPlatformForEmbedded,WPEWebKit,$(WPEWEBKIT_VERSION_VALUE))
23+
2524
WPEWEBKIT_INSTALL_STAGING = YES
2625
WPEWEBKIT_LICENSE = LGPL-2.1+, BSD-2-Clause
2726
WPEWEBKIT_LICENSE_FILES = \

0 commit comments

Comments
 (0)