system/qemu: Updated for version 0.12.3.
This commit is contained in:
parent
db53f2fd46
commit
bc81b017b0
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for qemu
|
||||
|
||||
# Copyright 2009,2010 Andrew Brouwers <abrouwers@gmail.com>
|
||||
# Copyright 2009, 2010 Andrew Brouwers <abrouwers@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
# Modified by the SlackBuilds.org project
|
||||
|
||||
PRGNAM=qemu
|
||||
VERSION=0.12.1
|
||||
VERSION=0.12.3
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qemu"
|
||||
VERSION="0.12.1"
|
||||
HOMEPAGE="http://www.nongnu.org/qemu/"
|
||||
DOWNLOAD="http://download.savannah.gnu.org/releases/qemu/qemu-0.12.1.tar.gz"
|
||||
MD5SUM="df9a979ac72251036b7d0794895233a5"
|
||||
VERSION="0.12.3"
|
||||
HOMEPAGE="http://wiki.qemu.org/Main_Page"
|
||||
DOWNLOAD="http://download.savannah.gnu.org/releases/qemu/qemu-0.12.3.tar.gz"
|
||||
MD5SUM="d215e4568650e8019816397174c090e1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Andrew Brouwers"
|
||||
|
|
Loading…
Reference in New Issue