Skip to content

Commit

Permalink
fix: rename repository name
Browse files Browse the repository at this point in the history
Rye's now officially in the hands of astral-sh
  • Loading branch information
kitagry authored Mar 31, 2024
1 parent 1ad4ea5 commit cbe05ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail

# TODO: Ensure this is the correct GitHub homepage where releases can be downloaded for rye.
GH_REPO="https://github.com/mitsuhiko/rye"
GH_REPO="https://github.com/astral-sh/rye"
TOOL_NAME="rye"
TOOL_TEST="rye --version"

Expand Down Expand Up @@ -52,7 +52,7 @@ download_release() {
fail "Unsupported OS: $uname"
fi

# https://github.com/mitsuhiko/rye/releases/download/0.3.0/rye-aarch64-linux.gz
# https://github.com/astral-sh/rye/releases/download/0.3.0/rye-aarch64-linux.gz
url="$GH_REPO/releases/download/${version}/${TOOL_NAME}-${arch}-${os}.gz"

echo "* Downloading $TOOL_NAME release $version..."
Expand Down

0 comments on commit cbe05ed

Please sign in to comment.