From 106a5685f23252fd35f12f4a57e99cc05b808795 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 17 Dec 2015 07:18:04 +0100 Subject: [PATCH] qemu-user-static: update to 2.5.0. --- srcpkgs/qemu-user-static/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/qemu-user-static/template b/srcpkgs/qemu-user-static/template index 522f198d05f..7c4ff703739 100644 --- a/srcpkgs/qemu-user-static/template +++ b/srcpkgs/qemu-user-static/template @@ -1,6 +1,6 @@ # Template file for 'qemu-user-static' pkgname=qemu-user-static -version=2.4.1 +version=2.5.0 revision=1 wrksrc="qemu-${version}" hostmakedepends="pkg-config automake python" @@ -10,7 +10,7 @@ maintainer="Juan RP " homepage="http://qemu.org" license="GPL-2, LGPL-2.1" distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.bz2" -checksum=e3d5cf4c8b1f9129c9c797329a515bfb6b3b1ded0ab8b394c8a316490fe3a177 +checksum=3443887401619fe33bfa5d900a4f2d6a79425ae2b7e43d5b8c36eb7a683772d4 _fmts="aarch64 alpha arm armeb cris i386 m68k microblaze mips mipsel mips64 mips64el ppc ppc64 ppc64abi32 ppc64le s390x sh4 sh4eb sparc sparc32plus sparc64 x86_64" @@ -80,7 +80,7 @@ binfmts="${binfmts%?}" do_configure() { ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec \ - --disable-kvm --disable-vnc-png --disable-vnc-tls \ + --disable-kvm --disable-vnc-png \ --disable-virtfs --disable-fdt --disable-seccomp \ --enable-linux-user --disable-system }