summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQiu Wenbo2021-08-25 18:46:33 +0800
committerQiu Wenbo2021-08-25 18:46:49 +0800
commitfdbf817892f4f21a189c8ac40f831514776dca0a (patch)
treeeb98c75cf140314e347d85a87954d3070e18d51d
parent07e929f0e4a7910fef4b666980404bacb1113a8e (diff)
downloadaur-fdbf817892f4f21a189c8ac40f831514776dca0a.tar.gz
bump version to 6.1.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e34fa18b0692..1754bfb41363 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = 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
url = http://wiki.qemu.org/
arch = x86_64
@@ -11,13 +11,12 @@ pkgbase = qemu-user-static
makedepends = meson
makedepends = glib2-static
makedepends = pcre-static
- source = https://download.qemu.org/qemu-6.0.0.tar.xz
- source = https://download.qemu.org/qemu-6.0.0.tar.xz.sig
+ source = https://download.qemu.org/qemu-6.1.0.tar.xz
+ source = https://download.qemu.org/qemu-6.1.0.tar.xz.sig
validpgpkeys = CEACC9E15534EBABB82D3FA03353C9CEF108B584
- sha512sums = ee3ff00aebec4d8891d2ff6dabe4e667e510b2a4fe3f6190aa34673a91ea32dcd2db2e9bf94c2f1bf05aa79788f17cfbbedc6027c0988ea08a92587b79ee05e4
+ sha512sums = 3378ae21c75b77ee6a759827f1fcf7b2a50a0fef07e3b0e89117108022a8d8655fa977e4d65596f4f24f7c735c6594d44b0c6f69732ea4465e88a7406b1d5d3c
sha512sums = SKIP
pkgname = qemu-user-static
provides = qemu-user-static
options = !strip
-
diff --git a/PKGBUILD b/PKGBUILD
index f81fa29f4ed1..68fdacc9edf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,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 aarch64)
license=(GPL2 LGPL2.1)
@@ -11,7 +11,7 @@ url="http://wiki.qemu.org/"
depends=()
makedepends=(python meson glib2-static pcre-static)
source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig})
-sha512sums=('ee3ff00aebec4d8891d2ff6dabe4e667e510b2a4fe3f6190aa34673a91ea32dcd2db2e9bf94c2f1bf05aa79788f17cfbbedc6027c0988ea08a92587b79ee05e4'
+sha512sums=('3378ae21c75b77ee6a759827f1fcf7b2a50a0fef07e3b0e89117108022a8d8655fa977e4d65596f4f24f7c735c6594d44b0c6f69732ea4465e88a7406b1d5d3c'
'SKIP')
validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')