diff --git a/bucket/pypy2.json b/bucket/pypy2.json index 932bd819c1..590827fba4 100644 --- a/bucket/pypy2.json +++ b/bucket/pypy2.json @@ -1,7 +1,7 @@ { "version": "7.3.1", - "homepage": "https://pypy.org", "description": "A fast, compliant alternative implementation of the Python language.", + "homepage": "https://www.pypy.org", "license": "MIT", "url": "https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.3.1-win32.zip", "hash": "e3c0dfb385d9825dd7723f26576d55d43ed92f1178f2399ab39e9fa11621a47b", @@ -11,14 +11,14 @@ "pypyw.exe" ], "checkver": { - "url": "https://pypy.org/download.html", + "url": "https://www.pypy.org/download.html", "regex": "PyPy(?2[\\d.]+) v([\\d.]+)" }, "autoupdate": { "url": "https://bitbucket.org/pypy/pypy/downloads/pypy$matchPy-v$version-win32.zip", "extract_dir": "pypy$matchPy-v$version-win32", "hash": { - "url": "https://pypy.org/download.html" + "url": "https://www.pypy.org/download.html" } } } diff --git a/bucket/pypy3.json b/bucket/pypy3.json index f3188d53bf..c3b2d40972 100644 --- a/bucket/pypy3.json +++ b/bucket/pypy3.json @@ -1,7 +1,7 @@ { "version": "7.3.1", - "homepage": "https://pypy.org", "description": "A fast, compliant alternative implementation of the Python language.", + "homepage": "https://www.pypy.org", "license": "MIT", "url": "https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.3.1-win32.zip", "hash": "752fbe8c4abee6468e5ce22af82818f821daded36faa65f3d69423f9c217007a", @@ -11,14 +11,14 @@ "pypy3w.exe" ], "checkver": { - "url": "https://pypy.org/download.html", + "url": "https://www.pypy.org/download.html", "regex": "PyPy(?3[\\d.]+) v([\\d.]+)" }, "autoupdate": { "url": "https://bitbucket.org/pypy/pypy/downloads/pypy$matchPy-v$version-win32.zip", "extract_dir": "pypy$matchPy-v$version-win32", "hash": { - "url": "https://pypy.org/download.html" + "url": "https://www.pypy.org/download.html" } } }