diff options
Diffstat (limited to 'dev-java/jsch/jsch-0.1.55.ebuild')
-rw-r--r-- | dev-java/jsch/jsch-0.1.55.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jsch/jsch-0.1.55.ebuild b/dev-java/jsch/jsch-0.1.55.ebuild index 33cc6811dfc7..3b319db72cf5 100644 --- a/dev-java/jsch/jsch-0.1.55.ebuild +++ b/dev-java/jsch/jsch-0.1.55.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 # Skeleton command: @@ -13,7 +13,7 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="JSch is a pure Java implementation of SSH2" HOMEPAGE="http://www.jcraft.com/jsch/" -SRC_URI="mirror://sourceforge/${PN}/${P}.zip" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.zip" LICENSE="BSD" SLOT="0" |