diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-21 10:26:30 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-25 17:25:30 -0400 |
commit | 8c25606cfbcf180f909130dd29d0dc00e1cdf598 (patch) | |
tree | b9bd69f38e0a972c588201422905d63787a1bfb7 /media-gfx/pngquant | |
parent | games-misc/katawa-shoujo: use HTTPS (diff) | |
download | gentoo-8c25606cfbcf180f909130dd29d0dc00e1cdf598.tar.gz gentoo-8c25606cfbcf180f909130dd29d0dc00e1cdf598.tar.bz2 gentoo-8c25606cfbcf180f909130dd29d0dc00e1cdf598.zip |
media-gfx/pngquant: use HTTPS
Diffstat (limited to 'media-gfx/pngquant')
-rw-r--r-- | media-gfx/pngquant/pngquant-2.11.4.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/pngquant/pngquant-2.11.7.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/media-gfx/pngquant/pngquant-2.11.4.ebuild b/media-gfx/pngquant/pngquant-2.11.4.ebuild index fb15ab76cb4f..5497e70ac515 100644 --- a/media-gfx/pngquant/pngquant-2.11.4.ebuild +++ b/media-gfx/pngquant/pngquant-2.11.4.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 @@ -6,8 +6,8 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="command-line utility and library for lossy compression of PNG images" -HOMEPAGE="http://pngquant.org/" -SRC_URI="http://pngquant.org/${P}-src.tar.gz" +HOMEPAGE="https://pngquant.org/" +SRC_URI="https://pngquant.org/${P}-src.tar.gz" LICENSE="GPL-3 HPND rwpng" SLOT="0" diff --git a/media-gfx/pngquant/pngquant-2.11.7.ebuild b/media-gfx/pngquant/pngquant-2.11.7.ebuild index 2da09ac80e2e..5497e70ac515 100644 --- a/media-gfx/pngquant/pngquant-2.11.7.ebuild +++ b/media-gfx/pngquant/pngquant-2.11.7.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="command-line utility and library for lossy compression of PNG images" -HOMEPAGE="http://pngquant.org/" -SRC_URI="http://pngquant.org/${P}-src.tar.gz" +HOMEPAGE="https://pngquant.org/" +SRC_URI="https://pngquant.org/${P}-src.tar.gz" LICENSE="GPL-3 HPND rwpng" SLOT="0" |