Francois Perrad
2026-04-07 09:22:08 +02:00
committed by Thomas Perale
parent 39ca2c22b2
commit 2512acc862
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ config BR2_PACKAGE_QUICKJS
depends on BR2_USE_MMU # fork()
help
QuickJS is a small and embeddable Javascript engine.
It supports the ES2020 specification including modules,
It supports the ES2023 specification including modules,
asynchronous generators, proxies and BigInt.
https://bellard.org/quickjs/

View File

@@ -1,3 +1,3 @@
# Locally calculated
sha256 2f20074c25166ef6f781f381c50d57b502cb85d470d639abccebbef7954c83bf quickjs-2025-04-26.tar.xz
sha256 6f1f322aea3bb3a90858db85c9fe717013fde4df7dfcafe2f57e78f5bb4b4a0c quickjs-2025-09-13.tar.xz
sha256 598fd7fc928e4350abce36e337ba5a1346923c5c692f5be92c3d8e29ddd7c18d LICENSE

View File

@@ -4,7 +4,7 @@
#
################################################################################
QUICKJS_VERSION = 2025-04-26
QUICKJS_VERSION = 2025-09-13
QUICKJS_SOURCE = quickjs-$(QUICKJS_VERSION).tar.xz
QUICKJS_SITE = https://bellard.org/quickjs
QUICKJS_LICENSE = MIT