# HG changeset patch # User Pascal Bellard # Date 1453414539 -3600 # Node ID 962c4700fe2b82d1dda30b2e7dfc3feda548790b # Parent 0fb8ea2ee9337c570748e71e940bf62fe34658b9 Up slitaz-tools (963) diff -r 0fb8ea2ee933 -r 962c4700fe2b ipxe/stuff/ipxe.cmd --- a/ipxe/stuff/ipxe.cmd Thu Jan 21 11:45:04 2016 +0100 +++ b/ipxe/stuff/ipxe.cmd Thu Jan 21 23:15:39 2016 +0100 @@ -28,12 +28,15 @@ imgfree set weburl http://mirror.slitaz.org/pxe/ chain --autofree ${weburl}ipxe/menu.ipxe && boot || +set weburl http://mirror.switch.ch/ftp/mirror/slitaz/pxe/ +chain --autofree ${weburl}ipxe/menu.ipxe && boot || +set weburl http://download.tuxfamily.org/slitaz/pxe/ +chain --autofree ${weburl}ipxe/menu.ipxe && boot || +set weburl http://mirror.slitaz.org/pxe/ set 210:string ${weburl} && chain ${weburl}pxelinux.0 && boot || set weburl http://mirror.switch.ch/ftp/mirror/slitaz/pxe/ -chain --autofree ${weburl}ipxe/menu.ipxe && boot || set 210:string ${weburl} && chain ${weburl}pxelinux.0 && boot || set weburl http://download.tuxfamily.org/slitaz/pxe/ -chain --autofree ${weburl}ipxe/menu.ipxe && boot || set 210:string ${weburl} && chain ${weburl}pxelinux.0 && boot || goto menu diff -r 0fb8ea2ee933 -r 962c4700fe2b slitaz-tools-boxes/receipt --- a/slitaz-tools-boxes/receipt Thu Jan 21 11:45:04 2016 +0100 +++ b/slitaz-tools-boxes/receipt Thu Jan 21 23:15:39 2016 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="slitaz-tools-boxes" -VERSION="962" +VERSION="963" CATEGORY="system-tools" SHORT_DESC="All SliTaz GTK/Yad boxes to command line tools." MAINTAINER="pankso@slitaz.org" diff -r 0fb8ea2ee933 -r 962c4700fe2b slitaz-tools/receipt --- a/slitaz-tools/receipt Thu Jan 21 11:45:04 2016 +0100 +++ b/slitaz-tools/receipt Thu Jan 21 23:15:39 2016 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="slitaz-tools" -VERSION="961" +VERSION="963" CATEGORY="system-tools" SHORT_DESC="SliTaz tools provide installer and utils usable on terminal." MAINTAINER="pankso@slitaz.org" diff -r 0fb8ea2ee933 -r 962c4700fe2b tazdrop/receipt --- a/tazdrop/receipt Thu Jan 21 11:45:04 2016 +0100 +++ b/tazdrop/receipt Thu Jan 21 23:15:39 2016 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tazdrop" -VERSION="961" +VERSION="963" CATEGORY="office" SHORT_DESC="SliTaz desktop Drag N' Drop tool" MAINTAINER="pankso@slitaz.org"