diff options
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/socat/socat-1.7.3.4.ebuild | 2 | ||||
-rw-r--r-- | net-misc/socat/socat-1.7.4.0.ebuild | 2 | ||||
-rw-r--r-- | net-misc/socat/socat-2.0.0_beta9.ebuild | 4 | ||||
-rw-r--r-- | net-misc/socat/socat-9999.ebuild | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/socat/socat-1.7.3.4.ebuild b/net-misc/socat/socat-1.7.3.4.ebuild index 3ae99fe76a3c..ea696ac13e65 100644 --- a/net-misc/socat/socat-1.7.3.4.ebuild +++ b/net-misc/socat/socat-1.7.3.4.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit flag-o-matic toolchain-funcs DESCRIPTION="Multipurpose relay (SOcket CAT)" -HOMEPAGE="http://www.dest-unreach.org/socat/" +HOMEPAGE="http://www.dest-unreach.org/socat/ https://repo.or.cz/socat.git" MY_P=${P/_beta/-b} S="${WORKDIR}/${MY_P}" SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2" diff --git a/net-misc/socat/socat-1.7.4.0.ebuild b/net-misc/socat/socat-1.7.4.0.ebuild index cce924237d77..1db0f86eaaf5 100644 --- a/net-misc/socat/socat-1.7.4.0.ebuild +++ b/net-misc/socat/socat-1.7.4.0.ebuild @@ -7,7 +7,7 @@ inherit flag-o-matic toolchain-funcs MY_P=${P/_beta/-b} DESCRIPTION="Multipurpose relay (SOcket CAT)" -HOMEPAGE="http://www.dest-unreach.org/socat/" +HOMEPAGE="http://www.dest-unreach.org/socat/ https://repo.or.cz/socat.git" SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" diff --git a/net-misc/socat/socat-2.0.0_beta9.ebuild b/net-misc/socat/socat-2.0.0_beta9.ebuild index d5d7fe265575..3745b7704e20 100644 --- a/net-misc/socat/socat-2.0.0_beta9.ebuild +++ b/net-misc/socat/socat-2.0.0_beta9.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools flag-o-matic toolchain-funcs DESCRIPTION="Multipurpose relay (SOcket CAT)" -HOMEPAGE="http://www.dest-unreach.org/socat/" +HOMEPAGE="http://www.dest-unreach.org/socat/ https://repo.or.cz/socat.git" MY_P=${P/_beta/-b} S="${WORKDIR}/${MY_P}" SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2" diff --git a/net-misc/socat/socat-9999.ebuild b/net-misc/socat/socat-9999.ebuild index b7f8ff16c508..dada7a8478e0 100644 --- a/net-misc/socat/socat-9999.ebuild +++ b/net-misc/socat/socat-9999.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit autotools flag-o-matic toolchain-funcs DESCRIPTION="Multipurpose relay (SOcket CAT)" -HOMEPAGE="http://www.dest-unreach.org/socat/" +HOMEPAGE="http://www.dest-unreach.org/socat/ https://repo.or.cz/socat.git" EGIT_REPO_URI="https://repo.or.cz/${PN}.git" LICENSE="GPL-2" |