We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef715ec commit 460cff0Copy full SHA for 460cff0
tur/codex/build.sh
@@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="Lightweight coding agent that runs in your terminal"
3
TERMUX_PKG_LICENSE="Apache-2.0, MIT"
4
TERMUX_PKG_LICENSE_FILE="../LICENSE, ../NOTICE"
5
TERMUX_PKG_MAINTAINER="@termux-user-repository"
6
-TERMUX_PKG_VERSION="0.59.0"
+TERMUX_PKG_VERSION="0.61.0"
7
TERMUX_PKG_SRCURL="https://github.com/openai/codex/archive/refs/tags/rust-v$TERMUX_PKG_VERSION.tar.gz"
8
-TERMUX_PKG_SHA256=fc191842c5c6a4e471791419d2c5cf920a868c7c5376511f1ff3f082e68d77bd
+TERMUX_PKG_SHA256=0a8e551102fa692ada555c6311e8f38ab20b7e3b26328871155b9021bd158acb
9
TERMUX_PKG_DEPENDS="libc++, openssl"
10
TERMUX_PKG_AUTO_UPDATE=true
11
TERMUX_PKG_UPDATE_VERSION_SED_REGEXP='s/rust-v//'
0 commit comments