quickjs: update to 2021-03-27
This commit is contained in:
parent
91d61b4faf
commit
a8d07fca39
@ -1,24 +0,0 @@
|
||||
Extracted from quickjs.c
|
||||
--- /dev/null 2020-07-04 08:11:46.412937539 +0000
|
||||
+++ ./LICENSE 2020-07-06 19:23:20.916161101 +0000
|
||||
@@ -0,0 +1,20 @@
|
||||
+Copyright (c) 2017-2020 Fabrice Bellard
|
||||
+Copyright (c) 2017-2020 Charlie Gordon
|
||||
+
|
||||
+Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
+of this software and associated documentation files (the "Software"), to deal
|
||||
+in the Software without restriction, including without limitation the rights
|
||||
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
+copies of the Software, and to permit persons to whom the Software is
|
||||
+furnished to do so, subject to the following conditions:
|
||||
+
|
||||
+The above copyright notice and this permission notice shall be included in
|
||||
+all copies or substantial portions of the Software.
|
||||
+
|
||||
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
+THE SOFTWARE.
|
@ -2,11 +2,12 @@ TERMUX_PKG_HOMEPAGE=https://bellard.org/quickjs/
|
||||
TERMUX_PKG_DESCRIPTION="QuickJS is a small and embeddable Javascript engine"
|
||||
TERMUX_PKG_LICENSE="MIT"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
_YEAR=2020
|
||||
_MONTH=11
|
||||
_DAY=08
|
||||
_YEAR=2021
|
||||
_MONTH=03
|
||||
_DAY=27
|
||||
TERMUX_PKG_VERSION=1:${_YEAR}${_MONTH}${_DAY}
|
||||
TERMUX_PKG_SRCURL=https://bellard.org/quickjs/quickjs-${_YEAR}-${_MONTH}-${_DAY}.tar.xz
|
||||
TERMUX_PKG_SHA256=2e9d63dab390a95ed365238f21d8e9069187f7ed195782027f0ab311bb64187b
|
||||
TERMUX_PKG_SHA256=a45bface4c3379538dea8533878d694e289330488ea7028b105f72572fe7fe1a
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
TERMUX_PKG_NO_STATICSPLIT=true
|
||||
TERMUX_PKG_EXTRA_MAKE_ARGS="CROSS_PREFIX=${TERMUX_HOST_PLATFORM}- CONFIG_CLANG=y CONFIG_DEFAULT_AR=y -W run-test262 -W run-test262-bn prefix=$TERMUX_PREFIX"
|
||||
|
Loading…
Reference in New Issue
Block a user