diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-03-09 17:40:11 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-16 13:13:18 +0100 |
commit | e8b4e70a5dc6112ef89de0cde73508689d8e2252 (patch) | |
tree | f10c835cc458ef7e3586d9724341181a546bfd26 /www-servers | |
parent | www-client/uget: use https (diff) | |
download | gentoo-e8b4e70a5dc6112ef89de0cde73508689d8e2252.tar.gz gentoo-e8b4e70a5dc6112ef89de0cde73508689d8e2252.tar.bz2 gentoo-e8b4e70a5dc6112ef89de0cde73508689d8e2252.zip |
www-servers/xsp: use https
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/xsp/xsp-3.8_p2014120900-r1.ebuild | 4 | ||||
-rw-r--r-- | www-servers/xsp/xsp-4.7.1-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www-servers/xsp/xsp-3.8_p2014120900-r1.ebuild b/www-servers/xsp/xsp-3.8_p2014120900-r1.ebuild index c1ec007657b4..5a2a1649d828 100644 --- a/www-servers/xsp/xsp-3.8_p2014120900-r1.ebuild +++ b/www-servers/xsp/xsp-3.8_p2014120900-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ inherit autotools dotnet systemd EGIT_COMMIT="e272a2c006211b6b03be2ef5bbb9e3f8fefd0768" DESCRIPTION="XSP is a small web server that can host ASP.NET pages" -HOMEPAGE="http://www.mono-project.com/ASP.NET" +HOMEPAGE="https://www.mono-project.com/ASP.NET" SRC_URI="https://github.com/mono/xsp/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/xsp-${EGIT_COMMIT}" diff --git a/www-servers/xsp/xsp-4.7.1-r1.ebuild b/www-servers/xsp/xsp-4.7.1-r1.ebuild index a7a1cdb95503..4154434c600a 100644 --- a/www-servers/xsp/xsp-4.7.1-r1.ebuild +++ b/www-servers/xsp/xsp-4.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ USE_DOTNET="net35 net40 net45" inherit autotools dotnet systemd DESCRIPTION="XSP is a small web server that can host ASP.NET pages" -HOMEPAGE="http://www.mono-project.com/ASP.NET" +HOMEPAGE="https://www.mono-project.com/ASP.NET" SRC_URI="https://github.com/mono/xsp/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" |