diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2020-06-26 09:11:26 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-28 16:57:15 -0400 |
commit | 800977a4e7f56b638b29c92ba437f3fca319bc93 (patch) | |
tree | f865b314071a2204c3c306158517f4c4290d1c6c /media-libs/openexr | |
parent | net-vpn/wireguard-tools: x86 stable (bug #729588) (diff) | |
download | gentoo-800977a4e7f56b638b29c92ba437f3fca319bc93.tar.gz gentoo-800977a4e7f56b638b29c92ba437f3fca319bc93.tar.bz2 gentoo-800977a4e7f56b638b29c92ba437f3fca319bc93.zip |
media-libs/openexr: https for HOMEPAGE
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/16429
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-libs/openexr')
-rw-r--r-- | media-libs/openexr/openexr-2.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/openexr/openexr-2.3.0.ebuild b/media-libs/openexr/openexr-2.3.0.ebuild index 1fee7ea7fa6b..5cb1f98b83bd 100644 --- a/media-libs/openexr/openexr-2.3.0.ebuild +++ b/media-libs/openexr/openexr-2.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools flag-o-matic toolchain-funcs multilib-minimal DESCRIPTION="ILM's OpenEXR high dynamic-range image file format libraries" -HOMEPAGE="http://openexr.com/" +HOMEPAGE="https://www.openexr.com/" SRC_URI="https://github.com/openexr/openexr/releases/download/v${PV}/${P}.tar.gz" LICENSE="BSD" |