From 49600fcfab462a963d95de43d1be21eee1c26ed7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 25 Jan 2026 03:49:34 +0000 Subject: [PATCH] app-crypt/scrypt: HTTPSify Signed-off-by: Sam James --- app-crypt/scrypt/scrypt-1.3.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-crypt/scrypt/scrypt-1.3.3.ebuild b/app-crypt/scrypt/scrypt-1.3.3.ebuild index 8be7200825577..20397a5172f38 100644 --- a/app-crypt/scrypt/scrypt-1.3.3.ebuild +++ b/app-crypt/scrypt/scrypt-1.3.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="A simple password-based encryption utility using scrypt key derivation function" -HOMEPAGE="http://www.tarsnap.com/scrypt.html" -SRC_URI="http://www.tarsnap.com/scrypt/${P}.tgz" +HOMEPAGE="https://www.tarsnap.com/scrypt.html" +SRC_URI="https://www.tarsnap.com/scrypt/${P}.tgz" LICENSE="BSD-2" SLOT="0"