summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2024-02-09 14:19:27 +0100
committerHans de Graaff <graaff@gentoo.org>2024-02-09 15:24:01 +0100
commit0b73f48098727aea0c6a4fc275b34c69d571b0e9 (patch)
tree62b2180e1bf63e0dcc18dec2ead8dfc284c06c6c /app-misc/sphinx
parentdev-cpp/highway: revbump for UB case fix (diff)
downloadgentoo-0b73f48098727aea0c6a4fc275b34c69d571b0e9.tar.gz
gentoo-0b73f48098727aea0c6a4fc275b34c69d571b0e9.tar.bz2
gentoo-0b73f48098727aea0c6a4fc275b34c69d571b0e9.zip
app-misc/sphinx: USE https for HOMEPAGE and SRC_URI
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'app-misc/sphinx')
-rw-r--r--app-misc/sphinx/sphinx-2.2.11-r5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/sphinx/sphinx-2.2.11-r5.ebuild b/app-misc/sphinx/sphinx-2.2.11-r5.ebuild
index 615f1e9602d0..8f12c090a21d 100644
--- a/app-misc/sphinx/sphinx-2.2.11-r5.ebuild
+++ b/app-misc/sphinx/sphinx-2.2.11-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,8 +9,8 @@ inherit autotools flag-o-matic toolchain-funcs
MY_P=${P}-release
DESCRIPTION="Full-text search engine with support for MySQL and PostgreSQL"
-HOMEPAGE="http://www.sphinxsearch.com/"
-SRC_URI="http://sphinxsearch.com/files/${MY_P}.tar.gz"
+HOMEPAGE="https://sphinxsearch.com/"
+SRC_URI="https://sphinxsearch.com/files/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"