wok rev 25790
ipxe: may change weburl (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 14 09:24:23 2024 +0000 (4 weeks ago) |
parents | 1c7a2bb8afc7 |
children | 54b8c7c6fe47 |
files | cinepaint/receipt ipxe/stuff/ipxe.cmd |
line diff
1.1 --- a/cinepaint/receipt Sun Oct 13 08:41:14 2024 +0000 1.2 +++ b/cinepaint/receipt Mon Oct 14 09:24:23 2024 +0000 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="MIT GPL LGPL" 1.5 TARBALL="$PACKAGE-$VERSION.tgz" 1.6 WEB_SITE="https://web.archive.org/web/20220507205351/http://www.cinepaint.org/" 1.7 -WGET_URL="https://mirror.math.princeton.edu/pub/archlinux/other/$PACKAGE/$TARBALL" 1.8 +WGET_URL="https://archlinux.mirror.beocat.ksu.edu/other/$PACKAGE/$TARBALL" 1.9 1.10 DEPENDS="desktop-file-utils gtk+ lcms tiff jpeg fltk ftgl xorg-libXmu xorg-libXpm \ 1.11 gutenprint zlib mesa jbigkit openexr"
2.1 --- a/ipxe/stuff/ipxe.cmd Sun Oct 13 08:41:14 2024 +0000 2.2 +++ b/ipxe/stuff/ipxe.cmd Mon Oct 14 09:24:23 2024 +0000 2.3 @@ -1,6 +1,6 @@ 2.4 #!ipxe 2.5 2.6 -set weburl http://mirror.slitaz.org/pxe/ipxe/ 2.7 +set weburl http://mirror.slitaz.org/pxe/ipxe/menu.ipxe 2.8 set menu-timeout 3000 2.9 dhcp && isset ${filename} && autoboot || 2.10 console --picture http://mirror.slitaz.org/pxe/ipxe/slitaz.png || console --x 640 --y 480 || 2.11 @@ -50,15 +50,15 @@ 2.12 2.13 :web 2.14 imgfree 2.15 -chain --autofree ${weburl}menu.ipxe && boot || 2.16 -set weburl http://download.tuxfamily.org/slitaz/pxe/ipxe/ 2.17 -chain --autofree ${weburl}menu.ipxe && boot || 2.18 -set weburl http://mirror1.slitaz.org/pxe/ipxe/ 2.19 -chain --autofree ${weburl}menu.ipxe && boot || 2.20 -set weburl http://mirror2.slitaz.org/pxe/ipxe/ 2.21 -chain --autofree ${weburl}menu.ipxe && boot || 2.22 -set weburl http://mirror3.slitaz.org/pxe/ipxe/ 2.23 -chain --autofree ${weburl}menu.ipxe && boot || 2.24 +chain --autofree ${weburl} && boot || 2.25 +set weburl http://download.tuxfamily.org/slitaz/pxe/ipxe/menu.ipxe 2.26 +chain --autofree ${weburl} && boot || 2.27 +set weburl http://mirror1.slitaz.org/pxe/ipxe/menu.ipxe 2.28 +chain --autofree ${weburl} && boot || 2.29 +set weburl http://mirror2.slitaz.org/pxe/ipxe/menu.ipxe 2.30 +chain --autofree ${weburl} && boot || 2.31 +set weburl http://mirror3.slitaz.org/pxe/ipxe/menu.ipxe 2.32 +chain --autofree ${weburl} && boot || 2.33 goto menu 2.34 2.35 :lan