Skip to content

Commit 56d5145

Browse files
committed
chore(homebrew): Update formula defaults to getsentry org
Update default base URL and formula homepage to getsentry. CLI override flags are preserved for manual recovery.
1 parent 586a42a commit 56d5145

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/create-homebrew-formula.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ if [[ -z "$VERSION" || -z "$ARM64_SHA" || -z "$X64_SHA" ]]; then
7070
fi
7171

7272
if [[ -z "$BASE_URL" ]]; then
73-
BASE_URL="https://github.com/cameroncooke/XcodeBuildMCP/releases/download/v$VERSION"
73+
BASE_URL="https://github.com/getsentry/XcodeBuildMCP/releases/download/v$VERSION"
7474
fi
7575

7676
FORMULA_CONTENT="$(cat <<EOF
7777
class Xcodebuildmcp < Formula
7878
desc "Model Context Protocol server for Xcode project workflows"
79-
homepage "https://github.com/cameroncooke/XcodeBuildMCP"
79+
homepage "https://github.com/getsentry/XcodeBuildMCP"
8080
license "MIT"
8181
version "$VERSION"
8282

0 commit comments

Comments
 (0)