summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-06-04 21:49:36 -0400
committerSam James <sam@gentoo.org>2024-06-06 01:44:44 +0100
commiteb97837e744cb728f6b3f324c35c5c3f5a987918 (patch)
tree6eb7455d3b0d5a66a8c1a1dba72781742cf4f8cc /media-libs
parentmedia-libs/jbig2dec: enable py3.13 (diff)
downloadgentoo-eb97837e744cb728f6b3f324c35c5c3f5a987918.tar.gz
gentoo-eb97837e744cb728f6b3f324c35c5c3f5a987918.tar.bz2
gentoo-eb97837e744cb728f6b3f324c35c5c3f5a987918.zip
media-libs/jbig2dec: update SRC_URI to use https
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/jbig2dec/jbig2dec-0.19.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/jbig2dec/jbig2dec-0.19.ebuild b/media-libs/jbig2dec/jbig2dec-0.19.ebuild
index 4a157b112ce4..9b7fa7056477 100644
--- a/media-libs/jbig2dec/jbig2dec-0.19.ebuild
+++ b/media-libs/jbig2dec/jbig2dec-0.19.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="A decoder implementation of the JBIG2 image compression format"
HOMEPAGE="https://jbig2dec.com/"
SRC_URI="
https://github.com/ArtifexSoftware/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
- test? ( http://jbig2dec.sourceforge.net/ubc/jb2streams.zip )
+ test? ( https://jbig2dec.sourceforge.net/ubc/jb2streams.zip )
"
LICENSE="AGPL-3"