File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ brew install cortex-auth
2121Download from the [ GitHub Releases] ( https://github.com/davideuler/cortex-auth/releases ) page.
2222
2323``` bash
24- VERSION=v0.1.1
24+ VERSION=v0.1.2
2525
2626# Detect platform
2727case " $( uname -s) -$( uname -m) " in
@@ -40,10 +40,10 @@ rm -rf "${ARCHIVE}" "${ARCHIVE}.tar.gz"
4040
4141| Platform | Pre-built binary |
4242| ----------| -----------------|
43- | macOS Apple Silicon (M1/M2/M3) | ` cortex-auth-v0.1.1 -aarch64-apple-darwin.tar.gz ` |
43+ | macOS Apple Silicon (M1/M2/M3) | ` cortex-auth-v0.1.2 -aarch64-apple-darwin.tar.gz ` |
4444| macOS Intel | — build from source |
45- | Linux x86_64 | ` cortex-auth-v0.1.1 -x86_64-unknown-linux-musl.tar.gz ` |
46- | Linux ARM64 | ` cortex-auth-v0.1.1 -aarch64-unknown-linux-musl.tar.gz ` |
45+ | Linux x86_64 | ` cortex-auth-v0.1.2 -x86_64-unknown-linux-musl.tar.gz ` |
46+ | Linux ARM64 | ` cortex-auth-v0.1.2 -aarch64-unknown-linux-musl.tar.gz ` |
4747
4848### Build from source
4949
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ brew install cortex-auth
2121从 [ GitHub Releases] ( https://github.com/davideuler/cortex-auth/releases ) 页面下载。
2222
2323``` bash
24- VERSION=v0.1.1
24+ VERSION=v0.1.2
2525
2626# 自动识别平台
2727case " $( uname -s) -$( uname -m) " in
@@ -40,10 +40,10 @@ rm -rf "${ARCHIVE}" "${ARCHIVE}.tar.gz"
4040
4141| 平台 | 预编译包 |
4242| ------| --------|
43- | macOS Apple Silicon(M1/M2/M3) | ` cortex-auth-v0.1.1 -aarch64-apple-darwin.tar.gz ` |
43+ | macOS Apple Silicon(M1/M2/M3) | ` cortex-auth-v0.1.2 -aarch64-apple-darwin.tar.gz ` |
4444| macOS Intel | — 请从源码编译 |
45- | Linux x86_64 | ` cortex-auth-v0.1.1 -x86_64-unknown-linux-musl.tar.gz ` |
46- | Linux ARM64 | ` cortex-auth-v0.1.1 -aarch64-unknown-linux-musl.tar.gz ` |
45+ | Linux x86_64 | ` cortex-auth-v0.1.2 -x86_64-unknown-linux-musl.tar.gz ` |
46+ | Linux ARM64 | ` cortex-auth-v0.1.2 -aarch64-unknown-linux-musl.tar.gz ` |
4747
4848### 从源码编译
4949
Original file line number Diff line number Diff line change 11class CortexAuth < Formula
22 desc "Agent-centric secrets vault: store API keys and inject them at runtime"
33 homepage "https://github.com/davideuler/cortex-auth"
4- version "0.1.1 "
4+ version "0.1.2 "
55 license "MIT"
66
77 on_macos do
You can’t perform that action at this time.
0 commit comments