mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/qemu: Updated for version 0.12.5.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
82e4f169bf
commit
93165ea693
2 changed files with 4 additions and 6 deletions
|
@ -25,16 +25,14 @@
|
|||
# Modified by the SlackBuilds.org project
|
||||
|
||||
PRGNAM=qemu
|
||||
VERSION=0.12.3
|
||||
VERSION=0.12.5
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qemu"
|
||||
VERSION="0.12.3"
|
||||
VERSION="0.12.5"
|
||||
HOMEPAGE="http://wiki.qemu.org/Main_Page"
|
||||
DOWNLOAD="http://download.savannah.gnu.org/releases/qemu/qemu-0.12.3.tar.gz"
|
||||
MD5SUM="d215e4568650e8019816397174c090e1"
|
||||
DOWNLOAD="http://download.savannah.gnu.org/releases/qemu/qemu-0.12.5.tar.gz"
|
||||
MD5SUM="1d02ee0a04dfae2894340273372c1de4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Andrew Brouwers"
|
||||
|
|
Loading…
Reference in a new issue