rye@0.39.0: Update URLs (#6211)

This commit is contained in:
Ryan 2024-09-25 20:00:04 +08:00 committed by GitHub
parent 231bf486c6
commit d781611746
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,18 +1,18 @@
{ {
"version": "0.39.0", "version": "0.39.0",
"description": "An experimental package management solution for Python", "description": "A comprehensive project and package management solution for Python",
"homepage": "https://rye-up.com/", "homepage": "https://rye.astral.sh/",
"license": "MIT", "license": "MIT",
"suggest": { "suggest": {
"vcredist": "extras/vcredist2022" "vcredist": "extras/vcredist2022"
}, },
"architecture": { "architecture": {
"64bit": { "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" "hash": "9a23651934f0228f7d7d4f369e093fd7a12c388c55acfba738e15f38b1d4c418"
}, },
"32bit": { "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" "hash": "cf70ad3a6ebc2e93c1abc46ef203b40f1e18113102ab69facefcfb7476269307"
} }
}, },
@ -37,15 +37,15 @@
"config.toml" "config.toml"
], ],
"checkver": { "checkver": {
"github": "https://github.com/mitsuhiko/rye" "github": "https://github.com/astral-sh/rye"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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": { "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": { "hash": {