diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-07-18 11:26:05 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-07-18 14:53:23 -0400 |
commit | 1bc3ee69df817f6f5d5dec465edaffdc9b922a59 (patch) | |
tree | 5fe4d0f5b5f968a2cc17d6a159788055e768c7f4 /dev-games | |
parent | sys-kernel/gentoo-sources: drop 6.4.2 (diff) | |
download | gentoo-1bc3ee69df817f6f5d5dec465edaffdc9b922a59.tar.gz gentoo-1bc3ee69df817f6f5d5dec465edaffdc9b922a59.tar.bz2 gentoo-1bc3ee69df817f6f5d5dec465edaffdc9b922a59.zip |
dev-games/godot: add github SRC_URI as mirror
Still prefer the official site to download archives, but the 4.1.1
release is still missing from there and github release artifacts
are currently the exact same for all 3 in-tree versions.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/godot/godot-3.5.2.ebuild | 4 | ||||
-rw-r--r-- | dev-games/godot/godot-4.0.3.ebuild | 4 | ||||
-rw-r--r-- | dev-games/godot/godot-4.1.ebuild | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/dev-games/godot/godot-3.5.2.ebuild b/dev-games/godot/godot-3.5.2.ebuild index 5c1c02778244..445f05a3f238 100644 --- a/dev-games/godot/godot-3.5.2.ebuild +++ b/dev-games/godot/godot-3.5.2.ebuild @@ -8,7 +8,9 @@ inherit bash-completion-r1 desktop python-any-r1 scons-utils toolchain-funcs xdg DESCRIPTION="Multi-platform 2D and 3D game engine with a feature-rich editor" HOMEPAGE="https://godotengine.org/" -SRC_URI="https://downloads.tuxfamily.org/godotengine/${PV}/${P}-stable.tar.xz" +SRC_URI=" + https://downloads.tuxfamily.org/godotengine/${PV}/${P}-stable.tar.xz + https://github.com/godotengine/godot/releases/download/${PV}-stable/${P}-stable.tar.xz" S="${WORKDIR}/${P}-stable" LICENSE=" diff --git a/dev-games/godot/godot-4.0.3.ebuild b/dev-games/godot/godot-4.0.3.ebuild index f66f4be675d0..b1544129a51b 100644 --- a/dev-games/godot/godot-4.0.3.ebuild +++ b/dev-games/godot/godot-4.0.3.ebuild @@ -8,7 +8,9 @@ inherit bash-completion-r1 desktop python-any-r1 scons-utils toolchain-funcs xdg DESCRIPTION="Multi-platform 2D and 3D game engine with a feature-rich editor" HOMEPAGE="https://godotengine.org/" -SRC_URI="https://downloads.tuxfamily.org/godotengine/${PV}/${P}-stable.tar.xz" +SRC_URI=" + https://downloads.tuxfamily.org/godotengine/${PV}/${P}-stable.tar.xz + https://github.com/godotengine/godot/releases/download/${PV}-stable/${P}-stable.tar.xz" S="${WORKDIR}/${P}-stable" LICENSE=" diff --git a/dev-games/godot/godot-4.1.ebuild b/dev-games/godot/godot-4.1.ebuild index 6e716de56c83..865c25d1cbea 100644 --- a/dev-games/godot/godot-4.1.ebuild +++ b/dev-games/godot/godot-4.1.ebuild @@ -8,7 +8,9 @@ inherit bash-completion-r1 desktop python-any-r1 scons-utils toolchain-funcs xdg DESCRIPTION="Multi-platform 2D and 3D game engine with a feature-rich editor" HOMEPAGE="https://godotengine.org/" -SRC_URI="https://downloads.tuxfamily.org/godotengine/${PV}/${P}-stable.tar.xz" +SRC_URI=" + https://downloads.tuxfamily.org/godotengine/${PV}/${P}-stable.tar.xz + https://github.com/godotengine/godot/releases/download/${PV}-stable/${P}-stable.tar.xz" S="${WORKDIR}/${P}-stable" LICENSE=" |