qemu: 1.2.0-rc0 -> 1.2.0-rc1

This commit is contained in:
Thomas Penteker 2012-08-24 15:50:33 +02:00
parent 702129e1e0
commit 4f9dbdce0b
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
6e80a6e67ab3b00923fff98850426600 qemu-1.2.0-rc0.tar.bz2
46c587eb26abedeb76b31d25a2d43c64 qemu-1.2.0-rc1.tar.bz2

View File

@ -5,12 +5,12 @@
# Depends on: libsdl
name=qemu
version=1.2.0-rc0
version=1.2.0-rc1
release=1
source=(http://wiki.qemu.org/download/qemu-$version.tar.bz2)
build() {
cd $name-1.2.0-rc0
cd $name-$version
./configure --prefix=/usr \
--cc="${CC:=gcc}" \
--host-cc="${CC:=gcc}" \