mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
Switch HOMEPAGEs to https. (#3571)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user