diff options
author | Erich Eckner <git@eckner.net> | 2021-08-29 23:25:50 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-08-29 23:25:50 +0200 |
commit | 7c4f9877212fec3592cccb6789f2309a8bd86b0c (patch) | |
tree | fd0a10ab4cd9149889724890b70a4bc29c93ffba | |
parent | 6a85823000a39802bdd528b74d892535d72b8107 (diff) | |
download | archlinuxewe-7c4f9877212fec3592cccb6789f2309a8bd86b0c.tar.xz |
qemu-user-static 6.0.0-1 -> 6.1.0-1
-rw-r--r-- | qemu-user-static/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu-user-static/PKGBUILD b/qemu-user-static/PKGBUILD index 370817f9d..b39c1d3c3 100644 --- a/qemu-user-static/PKGBUILD +++ b/qemu-user-static/PKGBUILD @@ -4,7 +4,7 @@ pkgname=qemu-user-static pkgdesc="Statically linked binaries of Qemu with user emulation. Useful for containers/chroot environment with binfmt." -pkgver=6.0.0 +pkgver=6.1.0 pkgrel=1 arch=(x86_64) license=(GPL2 LGPL2.1) @@ -12,7 +12,7 @@ url="http://wiki.qemu.org/" depends=() makedepends=(python glib2-static pcre-static ninja) source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}) -sha512sums=('ee3ff00aebec4d8891d2ff6dabe4e667e510b2a4fe3f6190aa34673a91ea32dcd2db2e9bf94c2f1bf05aa79788f17cfbbedc6027c0988ea08a92587b79ee05e4' +sha512sums=('3378ae21c75b77ee6a759827f1fcf7b2a50a0fef07e3b0e89117108022a8d8655fa977e4d65596f4f24f7c735c6594d44b0c6f69732ea4465e88a7406b1d5d3c' 'SKIP') validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584') |