diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 14:00:42 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:42 +0200 |
commit | 0b79ead98c03434c4f024bdeaf2085c89f654014 (patch) | |
tree | b57ac5583eb516ce0822375df98ad39efe3b70d0 /games-emulation | |
parent | games-emulation/dgen-sdl: use HTTPS (diff) | |
download | gentoo-0b79ead98c03434c4f024bdeaf2085c89f654014.tar.gz gentoo-0b79ead98c03434c4f024bdeaf2085c89f654014.tar.bz2 gentoo-0b79ead98c03434c4f024bdeaf2085c89f654014.zip |
games-emulation/emutos: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/emutos/emutos-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/emutos/emutos-1.2.1.ebuild b/games-emulation/emutos/emutos-1.2.1.ebuild index d351e0bdc49a..65e9572625d0 100644 --- a/games-emulation/emutos/emutos-1.2.1.ebuild +++ b/games-emulation/emutos/emutos-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ MY_L10N=( cs:cz de es fi fr el:gr hu it nl no pl ru sv:se de-CH:sg tr en-GB:uk e MY_VERS=( 192k 256k 512k 1024k:etos aranym:emutos- ) DESCRIPTION="Single-user single-tasking operating system for 32-bit Atari computer emulators" -HOMEPAGE="http://emutos.sourceforge.net" +HOMEPAGE="https://emutos.sourceforge.net" SRC_URI="$(printf "mirror://sourceforge/emutos/${PN}-%s-${PV}.zip " "${MY_VERS[@]%:*}")" S="${WORKDIR}" |