Skip to content

Commit c8209fe

Browse files
authored
codex: bump to 0.105.0 (#2290)
1 parent 71ef1a1 commit c8209fe

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

tur/codex/0001-disable-cpal.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
--- a/codex-rs/tui/Cargo.toml
2+
+++ b/codex-rs/tui/Cargo.toml
3+
@@ -13,7 +13,8 @@
4+
path = "src/lib.rs"
5+
6+
[features]
7+
-default = ["voice-input"]
8+
+# Remove "voice-input" because crate cpal required Android JNI
9+
+default = []
10+
# Enable vt100-based tests (emulator) when running with `--features vt100-tests`.
11+
vt100-tests = []
12+
# Gate verbose debug logging inside the TUI implementation.

tur/codex/build.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ TERMUX_PKG_DESCRIPTION="Lightweight coding agent that runs in your terminal"
33
TERMUX_PKG_LICENSE="Apache-2.0, MIT"
44
TERMUX_PKG_LICENSE_FILE="../LICENSE, ../NOTICE"
55
TERMUX_PKG_MAINTAINER="@termux-user-repository"
6-
TERMUX_PKG_VERSION="0.104.0"
7-
TERMUX_PKG_REVISION=1
6+
TERMUX_PKG_VERSION="0.105.0"
87
TERMUX_PKG_SRCURL="https://github.com/openai/codex/archive/refs/tags/rust-v$TERMUX_PKG_VERSION.tar.gz"
9-
TERMUX_PKG_SHA256=d7f93df78a5f7a89268eb1625c52322386ef27eb7ae33e6acc3e6c5a6fce80db
8+
TERMUX_PKG_SHA256=327e5d041871129b8630d0907afb266a51bb2301a0bcfa78993dee18824884c9
109
TERMUX_PKG_DEPENDS="libc++, openssl"
1110
TERMUX_PKG_AUTO_UPDATE=true
1211
TERMUX_PKG_UPDATE_VERSION_SED_REGEXP='s/rust-v//'

0 commit comments

Comments
 (0)