diff options
-rw-r--r-- | dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pypy3-exe/pypy3-exe-7.3.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild b/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild index c32d68fe827a..edc7a19739c6 100644 --- a/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild +++ b/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild @@ -10,7 +10,7 @@ inherit check-reqs pax-utils python-any-r1 toolchain-funcs MY_P=pypy3.6-v${PV/_/} DESCRIPTION="PyPy3 executable (build from source)" HOMEPAGE="https://pypy.org/" -SRC_URI="https://bitbucket.org/pypy/pypy/downloads/${MY_P}-src.tar.bz2" +SRC_URI="https://downloads.python.org/pypy/${MY_P}-src.tar.bz2" S="${WORKDIR}/${MY_P}-src" LICENSE="MIT" diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.1.ebuild b/dev-python/pypy3-exe/pypy3-exe-7.3.1.ebuild index 98ede03bf607..b8711184ec58 100644 --- a/dev-python/pypy3-exe/pypy3-exe-7.3.1.ebuild +++ b/dev-python/pypy3-exe/pypy3-exe-7.3.1.ebuild @@ -10,7 +10,7 @@ inherit check-reqs pax-utils python-any-r1 toolchain-funcs MY_P=pypy3.6-v${PV/_/} DESCRIPTION="PyPy3 executable (build from source)" HOMEPAGE="https://pypy.org/" -SRC_URI="https://bitbucket.org/pypy/pypy/downloads/${MY_P}-src.tar.bz2" +SRC_URI="https://downloads.python.org/pypy/${MY_P}-src.tar.bz2" S="${WORKDIR}/${MY_P}-src" LICENSE="MIT" |