media-plugins/x42-plugins: update SRC_URI to use https

Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Eli Schwartz
2024-05-05 01:04:58 -04:00
committed by Sam James
parent 925ef10880
commit bf154aece3
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/x42/x42-plugins.git"
else
SRC_URI="http://gareus.org/misc/x42-plugins/${P}.tar.xz"
SRC_URI="https://gareus.org/misc/x42-plugins/${P}.tar.xz"
KEYWORDS="amd64"
fi

View File

@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/x42/x42-plugins.git"
else
SRC_URI="http://gareus.org/misc/x42-plugins/${P}.tar.xz"
SRC_URI="https://gareus.org/misc/x42-plugins/${P}.tar.xz"
KEYWORDS="amd64"
fi

View File

@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/x42/x42-plugins.git"
else
SRC_URI="http://gareus.org/misc/x42-plugins/${P}.tar.xz"
SRC_URI="https://gareus.org/misc/x42-plugins/${P}.tar.xz"
KEYWORDS="~amd64"
fi