wok rev 18839
Up slitaz-tools (963)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 21 23:15:39 2016 +0100 (2016-01-21) |
parents | 0fb8ea2ee933 |
children | 27b321c14ae7 |
files | ipxe/stuff/ipxe.cmd slitaz-tools-boxes/receipt slitaz-tools/receipt tazdrop/receipt |
line diff
1.1 --- a/ipxe/stuff/ipxe.cmd Thu Jan 21 11:45:04 2016 +0100 1.2 +++ b/ipxe/stuff/ipxe.cmd Thu Jan 21 23:15:39 2016 +0100 1.3 @@ -28,12 +28,15 @@ 1.4 imgfree 1.5 set weburl http://mirror.slitaz.org/pxe/ 1.6 chain --autofree ${weburl}ipxe/menu.ipxe && boot || 1.7 +set weburl http://mirror.switch.ch/ftp/mirror/slitaz/pxe/ 1.8 +chain --autofree ${weburl}ipxe/menu.ipxe && boot || 1.9 +set weburl http://download.tuxfamily.org/slitaz/pxe/ 1.10 +chain --autofree ${weburl}ipxe/menu.ipxe && boot || 1.11 +set weburl http://mirror.slitaz.org/pxe/ 1.12 set 210:string ${weburl} && chain ${weburl}pxelinux.0 && boot || 1.13 set weburl http://mirror.switch.ch/ftp/mirror/slitaz/pxe/ 1.14 -chain --autofree ${weburl}ipxe/menu.ipxe && boot || 1.15 set 210:string ${weburl} && chain ${weburl}pxelinux.0 && boot || 1.16 set weburl http://download.tuxfamily.org/slitaz/pxe/ 1.17 -chain --autofree ${weburl}ipxe/menu.ipxe && boot || 1.18 set 210:string ${weburl} && chain ${weburl}pxelinux.0 && boot || 1.19 goto menu 1.20
2.1 --- a/slitaz-tools-boxes/receipt Thu Jan 21 11:45:04 2016 +0100 2.2 +++ b/slitaz-tools-boxes/receipt Thu Jan 21 23:15:39 2016 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="slitaz-tools-boxes" 2.7 -VERSION="962" 2.8 +VERSION="963" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="All SliTaz GTK/Yad boxes to command line tools." 2.11 MAINTAINER="pankso@slitaz.org"
3.1 --- a/slitaz-tools/receipt Thu Jan 21 11:45:04 2016 +0100 3.2 +++ b/slitaz-tools/receipt Thu Jan 21 23:15:39 2016 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="slitaz-tools" 3.7 -VERSION="961" 3.8 +VERSION="963" 3.9 CATEGORY="system-tools" 3.10 SHORT_DESC="SliTaz tools provide installer and utils usable on terminal." 3.11 MAINTAINER="pankso@slitaz.org"
4.1 --- a/tazdrop/receipt Thu Jan 21 11:45:04 2016 +0100 4.2 +++ b/tazdrop/receipt Thu Jan 21 23:15:39 2016 +0100 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="tazdrop" 4.7 -VERSION="961" 4.8 +VERSION="963" 4.9 CATEGORY="office" 4.10 SHORT_DESC="SliTaz desktop Drag N' Drop tool" 4.11 MAINTAINER="pankso@slitaz.org"