commit: dae14ed5d8aab8b6544dcc3df729b7759f8a1e29 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Apr 2 01:29:54 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 2 01:40:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae14ed5
gnustep-apps/gworkspace: update SRC_URI (FTP->HTTPS) Signed-off-by: Sam James <sam <AT> gentoo.org> gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild | 4 ++-- gnustep-apps/gworkspace/gworkspace-1.1.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild b/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild index eab3c2b40ec5..c401639911e7 100644 --- a/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild +++ b/gnustep-apps/gworkspace/gworkspace-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ inherit gnustep-2 DESCRIPTION="A workspace manager for GNUstep" HOMEPAGE="https://gnustep.github.io/experience/GWorkspace.html" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz" +SRC_URI="https://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz" KEYWORDS="amd64 ppc x86" LICENSE="GPL-2" diff --git a/gnustep-apps/gworkspace/gworkspace-1.1.0.ebuild b/gnustep-apps/gworkspace/gworkspace-1.1.0.ebuild index 2f330b296ee4..4a1942c1b8d5 100644 --- a/gnustep-apps/gworkspace/gworkspace-1.1.0.ebuild +++ b/gnustep-apps/gworkspace/gworkspace-1.1.0.ebuild @@ -6,7 +6,7 @@ inherit gnustep-2 DESCRIPTION="A workspace manager for GNUstep" HOMEPAGE="https://www.gnustep.org/experience/GWorkspace.html" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz" +SRC_URI="https://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"
