Skip to content

Commit

Permalink
Ports: Update qemu to 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethmyhra authored and linusg committed Oct 26, 2022
1 parent eaf2cfb commit 9b1dd57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Ports/AvailablePorts.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`pt2-clone`](pt2-clone/) | ProTracker 2 clone | 1.49 | https://github.com/8bitbubsy/pt2-clone |
| [`pv`](pv/) | Pipe Viewer | 1.6.20 | http:https://www.ivarch.com/programs/pv.shtml |
| [`python3`](python3/) | Python | 3.11.0 | https://www.python.org/ |
| [`qemu`](qemu/) | QEMU | 7.0.0 | https://qemu.org |
| [`qemu`](qemu/) | QEMU | 7.1.0 | https://qemu.org |
| [`qoi`](qoi/) | Quite OK Image Format for fast, lossless image compression | edb8d7b | https://github.com/phoboslab/qoi |
| [`qt6-qtbase`](qt6-qtbase/) | Qt6 QtBase | 6.2.3 | https://qt.io |
| [`qt6-serenity`](qt6-serenity/) | QSerenityPlatform | | https://github.com/SerenityPorts/QSerenityPlatform |
Expand Down
4 changes: 2 additions & 2 deletions Ports/qemu/package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='qemu'
version='7.0.0'
version='7.1.0'
useconfigure='true'
configopts=(
"--target-list=aarch64-softmmu,i386-softmmu,x86_64-softmmu"
Expand All @@ -14,7 +14,7 @@ configopts=(
"--enable-tools"
)
depends=("glib" "pixman" "SDL2")
files="https://download.qemu.org/qemu-${version}.tar.xz qemu-${version}.tar.xz f6b375c7951f728402798b0baabb2d86478ca53d44cedbefabbe1c46bf46f839"
files="https://download.qemu.org/qemu-${version}.tar.xz qemu-${version}.tar.xz a0634e536bded57cf38ec8a751adb124b89c776fe0846f21ab6c6728f1cbbbe6"
auth_type='sha256'

pre_patch() {
Expand Down

0 comments on commit 9b1dd57

Please sign in to comment.