From d7816117468b9867879a9eaa1de5accbee6f1e6c Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 25 Sep 2024 20:00:04 +0800 Subject: [PATCH] rye@0.39.0: Update URLs (#6211) --- bucket/rye.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/rye.json b/bucket/rye.json index 8f3c483628..6671dd4afd 100644 --- a/bucket/rye.json +++ b/bucket/rye.json @@ -1,18 +1,18 @@ { "version": "0.39.0", - "description": "An experimental package management solution for Python", - "homepage": "https://rye-up.com/", + "description": "A comprehensive project and package management solution for Python", + "homepage": "https://rye.astral.sh/", "license": "MIT", "suggest": { "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { - "url": "https://github.com/mitsuhiko/rye/releases/download/0.39.0/rye-x86_64-windows.exe#/rye.exe", + "url": "https://github.com/astral-sh/rye/releases/download/0.39.0/rye-x86_64-windows.exe#/rye.exe", "hash": "9a23651934f0228f7d7d4f369e093fd7a12c388c55acfba738e15f38b1d4c418" }, "32bit": { - "url": "https://github.com/mitsuhiko/rye/releases/download/0.39.0/rye-x86-windows.exe#/rye.exe", + "url": "https://github.com/astral-sh/rye/releases/download/0.39.0/rye-x86-windows.exe#/rye.exe", "hash": "cf70ad3a6ebc2e93c1abc46ef203b40f1e18113102ab69facefcfb7476269307" } }, @@ -37,15 +37,15 @@ "config.toml" ], "checkver": { - "github": "https://github.com/mitsuhiko/rye" + "github": "https://github.com/astral-sh/rye" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/mitsuhiko/rye/releases/download/$version/rye-x86_64-windows.exe#/rye.exe" + "url": "https://github.com/astral-sh/rye/releases/download/$version/rye-x86_64-windows.exe#/rye.exe" }, "32bit": { - "url": "https://github.com/mitsuhiko/rye/releases/download/$version/rye-x86-windows.exe#/rye.exe" + "url": "https://github.com/astral-sh/rye/releases/download/$version/rye-x86-windows.exe#/rye.exe" } }, "hash": {