summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQiu Wenbo2020-08-13 00:53:12 +0800
committerQiu Wenbo2020-08-13 00:53:12 +0800
commitc3d70ba8591cffadbfe8bb8eaba94bb58172131a (patch)
tree3cf80b9c44da7318e82d8f7a9e0b5cd5e6c1a2d5
parent8b791780a515763822dd6dd4be59bdd84ad06fa8 (diff)
downloadaur-c3d70ba8591cffadbfe8bb8eaba94bb58172131a.tar.gz
bump version to 5.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac3b64b572ae..6caf2b0a4434 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 = 5.0.0
+ pkgver = 5.1.0
pkgrel = 1
url = http://wiki.qemu.org/
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = qemu-user-static
makedepends = python
makedepends = glib2-static
makedepends = pcre-static
- source = https://download.qemu.org/qemu-5.0.0.tar.xz
- source = https://download.qemu.org/qemu-5.0.0.tar.xz.sig
+ source = https://download.qemu.org/qemu-5.1.0.tar.xz
+ source = https://download.qemu.org/qemu-5.1.0.tar.xz.sig
validpgpkeys = CEACC9E15534EBABB82D3FA03353C9CEF108B584
- sha512sums = 21ef0cbe107c468a40f0fa2635db2a40048c8790b629dfffca5cd62bb1b502ea8eb133bfc40df5ecf1489e2bffe87f6829aee041cb8a380ff04a8afa23b39fcf
+ sha512sums = e213edb71d93d5167ddce7546220ecb7b52a7778586a4f476f65bd1e510c9cfc6d1876238a7b501d9cc3fd31cc2ae4b7fb9e753bc3f12cc17cd16dfce2a96ba3
sha512sums = SKIP
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index 4b79624744b1..219bdaeb5eed 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=5.0.0
+pkgver=5.1.0
pkgrel=1
arch=(x86_64)
license=(GPL2 LGPL2.1)
@@ -11,7 +11,7 @@ url="http://wiki.qemu.org/"
depends=()
makedepends=(python glib2-static pcre-static)
source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig})
-sha512sums=('21ef0cbe107c468a40f0fa2635db2a40048c8790b629dfffca5cd62bb1b502ea8eb133bfc40df5ecf1489e2bffe87f6829aee041cb8a380ff04a8afa23b39fcf'
+sha512sums=('e213edb71d93d5167ddce7546220ecb7b52a7778586a4f476f65bd1e510c9cfc6d1876238a7b501d9cc3fd31cc2ae4b7fb9e753bc3f12cc17cd16dfce2a96ba3'
'SKIP')
validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')