mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
sys-boot/syslinux: Update the SRC_URI to use kernel.org directly
It seems that there is no "kernel" mirror specified in third party mirrors files in profiles any more. And gentoo seems to have switched to direct kernel.org URLs anyway, probably because kernel.org is using also some mirroring system, so we don't have to. Also, this syslinux version is quite old, so if its tarball ever was on distfiles mirror, it's gone by now.
This commit is contained in:
parent
474ad08bb6
commit
afae905dfa
@ -1 +1 @@
|
||||
DIST syslinux-4.07.tar.bz2 5761877 BLAKE2B 2fe28f268f896601a045564b1e3dde618d57ebf4098d007f7e45119ad019fa88221658608f88e55d4d09cd297140427cdeaf03a40a2341d732064a0630fe92b5 SHA512 8efbd14803ec74c5ee699a754b4727e4b975c08afd4dbb39f4b7ccdb90743e4459cd4609c6f1065c7b7efaa26c9d465806254891795d363758f35a2fe5704ae5
|
||||
DIST syslinux-4.07.tar.xz 4580396 BLAKE2B 56f03796cab74be62cfb6288cba2fba79bae5ac78309a43cc7efe17a4957d50606cb6c23f5d5436631e3f279882125d82f11abf524c9cc94cbf4748e67753086 SHA512 fc29def8e79f161babfe989f93bcd8bb521b2edb143c88a121b8d8876a9b94b8ac5784e5898b56e28dacb52830259de28a34ecbf787c9295231a074a37e5a57a
|
||||
|
@ -7,7 +7,8 @@ inherit eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="SYSLINUX, PXELINUX, ISOLINUX, EXTLINUX and MEMDISK bootloaders"
|
||||
HOMEPAGE="https://syslinux.zytor.com/"
|
||||
SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${PV:0:1}.xx/${P/_/-}.tar.bz2"
|
||||
SRC_URI_DIR="${PV:0:1}.xx"
|
||||
SRC_URI="https://www.kernel.org/pub/linux/utils/boot/syslinux/${SRC_URI_DIR}/${P/_/-}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user