Switch HOMEPAGEs to https. (#3571)

This commit is contained in:
Crestwave
2019-01-16 16:13:10 +00:00
committed by waddlesplash
parent ed882bbd9d
commit 1e5f1b752e
28 changed files with 39 additions and 39 deletions

View File

@@ -5,7 +5,7 @@ open source, aka free software. Over the years it has been greatly expanded, \
and is now widely used to create art and special effects. The shape and \
color of each image is specified by a long string of numbers - a genetic \
code of sorts."
HOMEPAGE="http://flam3.com/"
HOMEPAGE="https://flam3.com/"
COPYRIGHT="1992-2015 Scott Draves, Erik Reckase"
LICENSE="GNU GPL v3"
REVISION="1"

View File

@@ -2,11 +2,11 @@ SUMMARY="A JPEG optimizer, making JPEG files smaller"
DESCRIPTION="Jpegoptim is a utility to optimize jpeg files. Provides lossless \
optimization (based on optimizing the Huffman tables) and \"lossy\" \
optimization based on setting maximum quality factor."
HOMEPAGE="http://www.kokkonen.net/tjko/projects.html"
HOMEPAGE="https://www.kokkonen.net/tjko/projects.html"
COPYRIGHT="1996-2016 Timo Kokkonen"
LICENSE="GNU GPL v2"
REVISION="2"
SOURCE_URI="http://www.kokkonen.net/tjko/src/jpegoptim-$portVersion.tar.gz"
SOURCE_URI="https://www.kokkonen.net/tjko/src/jpegoptim-$portVersion.tar.gz"
CHECKSUM_SHA256="89a03ea2dfe9483dfb2e009a2851be0befb0deb7cb45c04550bcc91e1e88c1b2"
ARCHITECTURES="x86_gcc2 x86 x86_64"