# HG changeset patch # User Pascal Bellard # Date 1579428373 -3600 # Node ID b054d6cbf5b8346c7cc1428f51f4d5bf392beedb # Parent 9f0372ee6bbd91be688c2dda7cd611761cb45fe9 Up ipxe (1.20.1) diff -r 9f0372ee6bbd -r b054d6cbf5b8 ipxe-pxe/receipt --- a/ipxe-pxe/receipt Sat Jan 18 19:09:28 2020 +0100 +++ b/ipxe-pxe/receipt Sun Jan 19 11:06:13 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ipxe-pxe" -VERSION="1.0.0-20190427" +VERSION="1.20.1" CATEGORY="system-tools" SHORT_DESC="Open source network boot firmware for pxe server." MAINTAINER="pascal.bellard@slitaz.org" diff -r 9f0372ee6bbd -r b054d6cbf5b8 ipxe/receipt --- a/ipxe/receipt Sat Jan 18 19:09:28 2020 +0100 +++ b/ipxe/receipt Sun Jan 19 11:06:13 2020 +0100 @@ -1,15 +1,14 @@ # SliTaz package receipt. PACKAGE="ipxe" -VERSION="1.0.0-20190427" -GIT_TAG="a95966955c6904b975b0ccec0dd338385fb3066b" +VERSION="1.20.1" CATEGORY="system-tools" SHORT_DESC="Open source network boot firmware." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="https://ipxe.org/" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="https://git.ipxe.org/ipxe.git/snapshot/$GIT_TAG.tar.bz2" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://github.com/ipxe/ipxe/archive/v$VERSION.tar.gz" DEPENDS="" BUILD_DEPENDS="perl wget liblzma-dev syslinux" diff -r 9f0372ee6bbd -r b054d6cbf5b8 ipxelinux/receipt --- a/ipxelinux/receipt Sat Jan 18 19:09:28 2020 +0100 +++ b/ipxelinux/receipt Sun Jan 19 11:06:13 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ipxelinux" -VERSION="1.0.0-20190427" +VERSION="1.20.1" CATEGORY="system-tools" SHORT_DESC="Open source network boot firmware for pxe server." MAINTAINER="pascal.bellard@slitaz.org"