diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-11-17 23:07:11 -0500 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-11-17 23:14:08 -0500 |
commit | 3ac3a468cc47cc658413c8f8795259c633c57fe3 (patch) | |
tree | c2f84697de8f6e87fe366f6e6b3cc52b02d0abb2 /sys-libs/db/db-5.3.28-r9.ebuild | |
parent | sys-fs/progsreiserfs: mark as LTO-unsafe on musl (diff) | |
download | gentoo-3ac3a468cc47cc658413c8f8795259c633c57fe3.tar.gz gentoo-3ac3a468cc47cc658413c8f8795259c633c57fe3.tar.bz2 gentoo-3ac3a468cc47cc658413c8f8795259c633c57fe3.zip |
sys-libs/db: fix HttpsUrlAvailable
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'sys-libs/db/db-5.3.28-r9.ebuild')
-rw-r--r-- | sys-libs/db/db-5.3.28-r9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/db/db-5.3.28-r9.ebuild b/sys-libs/db/db-5.3.28-r9.ebuild index 9ccd5575ff57..a2d124a37b1d 100644 --- a/sys-libs/db/db-5.3.28-r9.ebuild +++ b/sys-libs/db/db-5.3.28-r9.ebuild @@ -21,10 +21,10 @@ RESTRICT="!test? ( test )" S_BASE="${WORKDIR}/${MY_P}" S="${S_BASE}/build_unix" DESCRIPTION="Oracle Berkeley DB" -HOMEPAGE="http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html" -SRC_URI="http://download.oracle.com/berkeley-db/${MY_P}.tar.gz" +HOMEPAGE="https://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html" +SRC_URI="https://download.oracle.com/berkeley-db/${MY_P}.tar.gz" for (( i=1 ; i<=${PATCHNO} ; i++ )) ; do - SRC_URI+=" http://www.oracle.com/technology/products/berkeley-db/db/update/${MY_PV}/patch.${MY_PV}.${i}" + SRC_URI+=" https://www.oracle.com/technology/products/berkeley-db/db/update/${MY_PV}/patch.${MY_PV}.${i}" done LICENSE="Sleepycat" |