diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-21 20:56:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-24 13:01:16 +0100 |
commit | af9f38237077fcf880354c30433eca66b4007d7d (patch) | |
tree | 2be16081133a53ea47c0f49210fd432d25ac182f /media-gfx/blender | |
parent | dev-python/sip: stable 4.19.8 for ia64, bug #642822 (diff) | |
download | gentoo-af9f38237077fcf880354c30433eca66b4007d7d.tar.gz gentoo-af9f38237077fcf880354c30433eca66b4007d7d.tar.bz2 gentoo-af9f38237077fcf880354c30433eca66b4007d7d.zip |
media-gfx/blender: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/7541
Diffstat (limited to 'media-gfx/blender')
-rw-r--r-- | media-gfx/blender/blender-2.72b-r4.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/blender/blender-2.79-r1.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/blender/blender-2.79.ebuild | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/media-gfx/blender/blender-2.72b-r4.ebuild b/media-gfx/blender/blender-2.72b-r4.ebuild index ede795b90d16..23b564e42069 100644 --- a/media-gfx/blender/blender-2.72b-r4.ebuild +++ b/media-gfx/blender/blender-2.72b-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 ## BUNDLED-DEPS: @@ -32,13 +32,13 @@ PYTHON_COMPAT=( python3_4 ) inherit multilib fdo-mime gnome2-utils cmake-utils eutils python-single-r1 versionator flag-o-matic toolchain-funcs pax-utils check-reqs DESCRIPTION="3D Creation/Animation/Publishing System" -HOMEPAGE="http://www.blender.org" +HOMEPAGE="https://www.blender.org" case ${PV} in *_p*) SRC_URI="https://dev.gentoo.org/~lu_zero/${P}.tar.gz" ;; *) - SRC_URI="http://download.blender.org/source/${P}.tar.gz" ;; + SRC_URI="https://download.blender.org/source/${P}.tar.gz" ;; esac if [[ -n ${PATCHSET} ]]; then diff --git a/media-gfx/blender/blender-2.79-r1.ebuild b/media-gfx/blender/blender-2.79-r1.ebuild index 108783768d04..b7db3139bdae 100644 --- a/media-gfx/blender/blender-2.79-r1.ebuild +++ b/media-gfx/blender/blender-2.79-r1.ebuild @@ -8,9 +8,9 @@ inherit check-reqs cmake-utils xdg-utils flag-o-matic gnome2-utils \ pax-utils python-single-r1 toolchain-funcs versionator DESCRIPTION="3D Creation/Animation/Publishing System" -HOMEPAGE="http://www.blender.org" +HOMEPAGE="https://www.blender.org" -SRC_URI="http://download.blender.org/source/${P}.tar.gz" +SRC_URI="https://download.blender.org/source/${P}.tar.gz" # Blender can have letters in the version string, # so strip of the letter if it exists. diff --git a/media-gfx/blender/blender-2.79.ebuild b/media-gfx/blender/blender-2.79.ebuild index 06c60b3f827e..145205ce35b8 100644 --- a/media-gfx/blender/blender-2.79.ebuild +++ b/media-gfx/blender/blender-2.79.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,9 +8,9 @@ inherit check-reqs cmake-utils xdg-utils flag-o-matic gnome2-utils \ pax-utils python-single-r1 toolchain-funcs versionator DESCRIPTION="3D Creation/Animation/Publishing System" -HOMEPAGE="http://www.blender.org" +HOMEPAGE="https://www.blender.org" -SRC_URI="http://download.blender.org/source/${P}.tar.gz" +SRC_URI="https://download.blender.org/source/${P}.tar.gz" # Blender can have letters in the version string, # so strip of the letter if it exists. |