diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-24 15:03:58 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-24 15:03:58 +0800 |
| commit | 980416c1ae7c6d500189de64f1b2ff9a147f6415 (patch) | |
| tree | b1963b13405388d502b58d67adfda426990d263f /repos | |
| parent | 583243685cfe8d9b29e80266a9cb8421b4a39710 (diff) | |
| download | alicelinux-980416c1ae7c6d500189de64f1b2ff9a147f6415.tar.gz alicelinux-980416c1ae7c6d500189de64f1b2ff9a147f6415.zip | |
qemu: updated to 9.0.2
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/extra/qemu/.files | 6 | ||||
| -rw-r--r-- | repos/extra/qemu/abuild | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/repos/extra/qemu/.files b/repos/extra/qemu/.files index 67b72b22..c424f04d 100644 --- a/repos/extra/qemu/.files +++ b/repos/extra/qemu/.files @@ -11,13 +11,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/qemu-storage-daemon -rwxr-xr-x root/root usr/bin/qemu-system-x86_64 drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/fdt.h --rw-r--r-- root/root usr/include/libfdt.h --rw-r--r-- root/root usr/include/libfdt_env.h -rw-r--r-- root/root usr/include/qemu-plugin.h -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/libfdt.pc drwxr-xr-x root/root usr/libexec/ -rwxr-xr-x root/root usr/libexec/qemu-bridge-helper drwxr-xr-x root/root usr/share/ diff --git a/repos/extra/qemu/abuild b/repos/extra/qemu/abuild index 4f7dd8ae..04fd1ca4 100644 --- a/repos/extra/qemu/abuild +++ b/repos/extra/qemu/abuild @@ -1,5 +1,5 @@ name=qemu -version=9.0.1 +version=9.0.2 release=1 source="https://download.$name.org/$name-$version.tar.xz lfs64.patch" |