Skip to content

Commit

Permalink
qemu: version bumped to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Jul 16, 2012
1 parent a342575 commit ec5474f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions virtual/qemu/BUILD
Expand Up @@ -4,10 +4,9 @@
OPTS+=" --extra-ldflags=-L/usr/X11R6/lib"
OPTS+=" --target-list=$(echo $TARGETLIST | sed s/\ /,/g)"

./configure --prefix=/usr \
--sysconfdir=/etc \
$OPTS &&

./configure --prefix=/usr \
$OPTS &&

default_make &&

# qemu-doc.html may not exist, but it will be ignored if that is the case
Expand Down
8 changes: 4 additions & 4 deletions virtual/qemu/DETAILS
@@ -1,11 +1,11 @@
MODULE=qemu
VERSION=1.0.1
SOURCE=$MODULE-$VERSION.tar.gz
VERSION=1.1.0
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://wiki.qemu.org/download
SOURCE_VFY=sha1:4d08b5a83538fcd7b222bec6f1c584da8d12497a
SOURCE_VFY=sha1:9f761d17bee8b6e7737fbcabbbaac50bc999a0ee
WEB_SITE=http://wiki.qemu.org/Index.html
ENTERED=20040318
UPDATED=20120218
UPDATED=20120716
SHORT="A fast processor emulator"
MAINTAINER=tchan@lunar-linux.org

Expand Down

0 comments on commit ec5474f

Please sign in to comment.