diff --git a/README.md b/README.md index 6d1cbe7..5071715 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,9 @@ stplr info nivora/codex | [Chatbox](https://chatboxai.app/ru) | `1.20.3` | `amd64`, `arm64` | `stplr install nivora/chatbox` | | [Claude](docs/packages/claude.md) | `1.24012.0` | `amd64`, `arm64` | `stplr install nivora/claude` | | [ClaudeAlt](docs/packages/claude-alt.md) | `1.24012.0` | `amd64`, `arm64` | `stplr install nivora/claude-alt` | -| [Codex](docs/packages/codex.md) | `26.721.31836` | `amd64` | `stplr install nivora/codex` | +| [Codex](docs/packages/codex.md) | `26.721.41059` | `amd64` | `stplr install nivora/codex` | | [GitHub Desktop](docs/packages/github-desktop.md) | `3.6.3` | `amd64`, `arm64` | `stplr install nivora/github-desktop` | -| [OpenCode](https://opencode.ai/) | `1.18.4` | `amd64`, `arm64` | `stplr install nivora/opencode` | +| [OpenCode](https://opencode.ai/) | `1.18.5` | `amd64`, `arm64` | `stplr install nivora/opencode` | | [Vintner](https://github.com/Cheviiot/vintner) | `0.5.0` | `amd64`, `arm64` | `stplr install nivora/vintner` | ### Рабочий стол diff --git a/codex/Staplerfile b/codex/Staplerfile index e273085..03d500a 100644 --- a/codex/Staplerfile +++ b/codex/Staplerfile @@ -1,5 +1,5 @@ name='codex' -version=26.721.31836 +version=26.721.41059 release=1 summary='Unofficial Linux repack of the Codex desktop app' summary_ru='Неофициальная Linux-перепаковка десктопного приложения Codex' @@ -51,7 +51,7 @@ sources=( ) checksums=( - 'sha256:f48c0ae3fca556d66525b863dd009a0bd0702115517f83c39f8a44cf4d128eb3' + 'sha256:6f1a114dc05d307b1144a25cd2cb66aa6dfea82a4c721eff8ba757b15315c8a5' 'sha256:8cde2dac642947cdfab23d302056ef81b574cc7f5684f25f7116f80411ec551c' 'sha256:fab36489be4f1e92591d2ebcd28a96a95f788b5d1ba87824985623ab7df5e3f4' 'sha256:9259dc4b9ae217855d55414b2266db08d9b40c5b0cdbca20a183234ff55ba006' diff --git a/opencode/Staplerfile b/opencode/Staplerfile index d3aecec..8d9cc2b 100644 --- a/opencode/Staplerfile +++ b/opencode/Staplerfile @@ -1,5 +1,5 @@ name='opencode' -version=1.18.4 +version=1.18.5 release=1 summary='Open source AI coding agent desktop app' summary_ru='Десктопное приложение AI-агента OpenCode' @@ -50,12 +50,12 @@ sources_arm64=( ) checksums=( - 'sha256:a67bc47a98ded10275e7a8f32fa3e16480b55996cd52232da91450432b4d6599' + 'sha256:7f73375186c561bc4f4692a8213a7d2b018700b1efc3fbcc647acfe880a601af' 'sha256:5c888de95824a9a5752d1ee3de95e80200eb057eec4078df892a95ac34333888' ) checksums_arm64=( - 'sha256:09bd2be9951ba5a7a333db818de49524edc6c98fedcca20d13a4a0f1c6c5b9e1' + 'sha256:d975034d6dc61651635fe3f96200527168471f90770268d3a3a288b8fb1f2703' 'sha256:5c888de95824a9a5752d1ee3de95e80200eb057eec4078df892a95ac34333888' )