diff options
Diffstat (limited to 'dev-libs/opencryptoki/opencryptoki-3.6.1-r1.ebuild')
-rw-r--r-- | dev-libs/opencryptoki/opencryptoki-3.6.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/opencryptoki/opencryptoki-3.6.1-r1.ebuild b/dev-libs/opencryptoki/opencryptoki-3.6.1-r1.ebuild index 069fc5eb73bc..5ab79025d6a4 100644 --- a/dev-libs/opencryptoki/opencryptoki-3.6.1-r1.ebuild +++ b/dev-libs/opencryptoki/opencryptoki-3.6.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 @@ inherit autotools flag-o-matic DESCRIPTION="PKCS#11 provider cryptographic hardware" HOMEPAGE="https://sourceforge.net/projects/opencryptoki" -SRC_URI="mirror://sourceforge/opencryptoki/${PV}/${P}.tgz" +SRC_URI="https://downloads.sourceforge.net/opencryptoki/${PV}/${P}.tgz" S="${WORKDIR}/${PN}" # Upstream is looking into relicensing it into CPL-1.0 entirely; the CCA |