Update overlay

This commit is contained in:
speedie 2023-02-25 13:57:23 +01:00
parent f5c7c4f906
commit 48f385a639

View file

@ -9,10 +9,10 @@ HOMEPAGE="https://speedie.gq/projects/spmenu.php"
if [[ ${PV} == 9999 ]]; then if [[ ${PV} == 9999 ]]; then
inherit git-r3 inherit git-r3
EGIT_REPO_URI="https://codeberg.org/speedie/${PN}.git" EGIT_REPO_URI="https://git.speedie.gq/${PN}"
else else
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
SRC_URI="https://codeberg.org/speedie/${PN}/releases/download/${PV}/${P}.tar.gz" SRC_URI="https://ls.speedie.gq/releases/${PN}/${P}.tar.gz"
fi fi
LICENSE="MIT" LICENSE="MIT"