Skip to content

Commit 48a5fe6

Browse files
davideulerclaude
andcommitted
Fix GitHub repo URLs to use lowercase cortex-auth
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f9931e6 commit 48a5fe6

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ brew install cortex-auth
1515

1616
### Direct download
1717

18-
Download pre-built binaries from the [GitHub Releases](https://github.com/davideuler/CortexAuth/releases) page.
18+
Download pre-built binaries from the [GitHub Releases](https://github.com/davideuler/cortex-auth/releases) page.
1919

2020
### Quick install (Linux / macOS)
2121

@@ -32,7 +32,7 @@ case "$(uname -s)-$(uname -m)" in
3232
esac
3333

3434
ARCHIVE="cortex-auth-${VERSION}-${TARGET}"
35-
curl -fLO "https://github.com/davideuler/CortexAuth/releases/download/${VERSION}/${ARCHIVE}.tar.gz"
35+
curl -fLO "https://github.com/davideuler/cortex-auth/releases/download/${VERSION}/${ARCHIVE}.tar.gz"
3636
tar xzf "${ARCHIVE}.tar.gz"
3737
sudo mv "${ARCHIVE}/cortex-server" "${ARCHIVE}/cortex-cli" /usr/local/bin/
3838
rm -rf "${ARCHIVE}" "${ARCHIVE}.tar.gz"

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ brew install cortex-auth
1515

1616
### 直接下载
1717

18-
[GitHub Releases](https://github.com/davideuler/CortexAuth/releases) 页面下载预编译的二进制文件。
18+
[GitHub Releases](https://github.com/davideuler/cortex-auth/releases) 页面下载预编译的二进制文件。
1919

2020
### 一键安装(Linux / macOS)
2121

@@ -32,7 +32,7 @@ case "$(uname -s)-$(uname -m)" in
3232
esac
3333

3434
ARCHIVE="cortex-auth-${VERSION}-${TARGET}"
35-
curl -fLO "https://github.com/davideuler/CortexAuth/releases/download/${VERSION}/${ARCHIVE}.tar.gz"
35+
curl -fLO "https://github.com/davideuler/cortex-auth/releases/download/${VERSION}/${ARCHIVE}.tar.gz"
3636
tar xzf "${ARCHIVE}.tar.gz"
3737
sudo mv "${ARCHIVE}/cortex-server" "${ARCHIVE}/cortex-cli" /usr/local/bin/
3838
rm -rf "${ARCHIVE}" "${ARCHIVE}.tar.gz"

homebrew-tap/Formula/cortex-auth.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
class CortexAuth < Formula
22
desc "Agent-centric secrets vault: store API keys and inject them at runtime"
3-
homepage "https://github.com/davideuler/CortexAuth"
3+
homepage "https://github.com/davideuler/cortex-auth"
44
version "0.1.1"
55
license "MIT"
66

77
on_macos do
88
on_arm do
9-
url "https://github.com/davideuler/CortexAuth/releases/download/v#{version}/cortex-auth-v#{version}-aarch64-apple-darwin.tar.gz"
9+
url "https://github.com/davideuler/cortex-auth/releases/download/v#{version}/cortex-auth-v#{version}-aarch64-apple-darwin.tar.gz"
1010
sha256 "PLACEHOLDER_AARCH64_APPLE_DARWIN_SHA256"
1111
end
1212
on_intel do
13-
url "https://github.com/davideuler/CortexAuth/releases/download/v#{version}/cortex-auth-v#{version}-x86_64-apple-darwin.tar.gz"
13+
url "https://github.com/davideuler/cortex-auth/releases/download/v#{version}/cortex-auth-v#{version}-x86_64-apple-darwin.tar.gz"
1414
sha256 "PLACEHOLDER_X86_64_APPLE_DARWIN_SHA256"
1515
end
1616
end

homebrew-tap/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# homebrew-cortex-auth
22

3-
Homebrew tap for [CortexAuth](https://github.com/davideuler/CortexAuth) — an agent-centric secrets vault for AI agents and automated pipelines.
3+
Homebrew tap for [CortexAuth](https://github.com/davideuler/cortex-auth) — an agent-centric secrets vault for AI agents and automated pipelines.
44

55
## Install
66

@@ -26,4 +26,4 @@ brew untap davideuler/cortex-auth
2626

2727
## Usage
2828

29-
See the [main repository](https://github.com/davideuler/CortexAuth) for full documentation.
29+
See the [main repository](https://github.com/davideuler/cortex-auth) for full documentation.

0 commit comments

Comments
 (0)