diff --git a/graveyard/unmaintained_satellites/qemu.sat b/satellites/qemu.sat similarity index 81% rename from graveyard/unmaintained_satellites/qemu.sat rename to satellites/qemu.sat index 5123469..5a06153 100644 --- a/graveyard/unmaintained_satellites/qemu.sat +++ b/satellites/qemu.sat @@ -1,13 +1,13 @@ import 'compile/configure' name=qemu -version=2.7.0 +version=2.8.0 update_url='http://wiki.qemu.org/Download' define_option 'targets=all: Define what targets to build (space-separated list)' dlextract "http://wiki.qemu-project.org/download/$name-$version.tar.bz2" \ - '08d4d06d1cb598efecd796137f4844ab' + '17940dce063b6ce450a12e719a6c9c43' header_end cd "$name-$version" @@ -19,6 +19,6 @@ else targets="--target-list=$(echo "$targets" | sed -e 's/ /,/g')" fi -compile_configure -- --audio-drv-list=alsa $targets +compile_configure -- $targets # vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: