bump(main/txikijs): 23.10.0

This commit is contained in:
Twaik Yont 2023-10-24 19:29:46 +03:00
parent 93995c86f9
commit ae22f97b49
2 changed files with 7 additions and 6 deletions

View File

@ -1,11 +1,11 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -92,7 +92,7 @@
src/worker.c
src/ws.c
src/xhr.c
@@ -89,7 +89,7 @@
src/bundles/c/core/core.c
src/bundles/c/core/polyfills.c
src/bundles/c/core/run-main.c
- ../deps/quickjs/src/cutils.c
+ deps/quickjs/src/cutils.c
)
if(NOT MINGW)

View File

@ -2,7 +2,8 @@ TERMUX_PKG_HOMEPAGE=https://github.com/saghul/txiki.js
TERMUX_PKG_DESCRIPTION="A small and powerful JavaScript runtime"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1:22.11.1
TERMUX_PKG_VERSION=1:23.10.0
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_SRCURL=git+https://github.com/saghul/txiki.js
TERMUX_PKG_DEPENDS="libcurl, libffi"
TERMUX_PKG_BUILD_IN_SRC=true