qemu 7.2.0
Closes #118188. Signed-off-by: Rui Chen <rui@chenrui.dev> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
c305f6a9c4
commit
f98de51c0b
|
@ -1,8 +1,8 @@
|
|||
class Qemu < Formula
|
||||
desc "Emulator for x86 and PowerPC"
|
||||
homepage "https://www.qemu.org/"
|
||||
url "https://download.qemu.org/qemu-7.1.0.tar.xz"
|
||||
sha256 "a0634e536bded57cf38ec8a751adb124b89c776fe0846f21ab6c6728f1cbbbe6"
|
||||
url "https://download.qemu.org/qemu-7.2.0.tar.xz"
|
||||
sha256 "5b49ce2687744dad494ae90a898c52204a3406e84d072482a1e1be854eeb2157"
|
||||
license "GPL-2.0-only"
|
||||
head "https://git.qemu.org/git/qemu.git", branch: "master"
|
||||
|
||||
|
@ -62,6 +62,7 @@ class Qemu < Formula
|
|||
--host-cc=#{ENV.cc}
|
||||
--disable-bsd-user
|
||||
--disable-guest-agent
|
||||
--enable-slirp
|
||||
--enable-capstone
|
||||
--enable-curses
|
||||
--enable-libssh
|
||||
|
@ -85,10 +86,6 @@ class Qemu < Formula
|
|||
["--enable-gtk"]
|
||||
end
|
||||
|
||||
# The --enable-slirp flag (not the feature itself) was removed in the head:
|
||||
# https://gitlab.com/qemu-project/qemu/-/commit/5890258aeeba303704ec1adca415e46067800777
|
||||
args << "--enable-slirp=system" if build.stable?
|
||||
|
||||
system "./configure", *args
|
||||
system "make", "V=1", "install"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue