diff options
Diffstat (limited to 'sysutils/xentools411/Makefile')
-rw-r--r-- | sysutils/xentools411/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xentools411/Makefile b/sysutils/xentools411/Makefile index 1feb609e642..f004fa14bc0 100644 --- a/sysutils/xentools411/Makefile +++ b/sysutils/xentools411/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2018/08/22 09:46:41 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2018/11/12 16:10:26 jaapb Exp $ # VERSION= 4.11.0 VERSION_IPXE= 356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d @@ -7,7 +7,7 @@ DIST_IPXE= ipxe-git-${VERSION_IPXE}.tar.gz DIST_SUBDIR= xen411 DISTNAME= xen-${VERSION} PKGNAME= xentools411-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://downloads.xenproject.org/release/xen/${VERSION}/ |