summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Reiser2019-12-15 23:45:18 +0100
committerSimon Reiser2019-12-15 23:45:18 +0100
commit9da747c8b753c1a110a4bdd5aba75487e348b36a (patch)
tree6edb1564350d6924aea955947f42782ecfcc770e
parent2aad9d24deef91a8eb32432e9083b632916134cb (diff)
downloadaur-9da747c8b753c1a110a4bdd5aba75487e348b36a.tar.gz
v4.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4399b9c90e05..004d5e570fa3 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 = 4.1.1
+ pkgver = 4.2.0
pkgrel = 1
url = http://wiki.qemu.org/
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = qemu-user-static
makedepends = python2
makedepends = glib2-static
makedepends = pcre-static
- source = https://download.qemu.org/qemu-4.1.1.tar.xz
- source = https://download.qemu.org/qemu-4.1.1.tar.xz.sig
+ source = https://download.qemu.org/qemu-4.2.0.tar.xz
+ source = https://download.qemu.org/qemu-4.2.0.tar.xz.sig
validpgpkeys = CEACC9E15534EBABB82D3FA03353C9CEF108B584
- sha512sums = 13c8420f74fd7f043f2dd0774b88262327d22864b3fc7b5d5e7e651fb163de03ac51483abec703cd9914511049b125165875c27566bebfd9b6482d8d2c2ff108
+ sha512sums = 2a79973c2b07c53e8c57a808ea8add7b6b2cbca96488ed5d4b669ead8c9318907dec2b6109f180fc8ca8f04c0f73a56e82b3a527b5626b799d7e849f2474ec56
sha512sums = SKIP
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index 76a4324d1376..519730b18ad4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qemu-user-static
pkgdesc="Statically linked binaries of Qemu with user emulation. Useful for containers/chroot environment with binfmt."
-pkgver=4.1.1
+pkgver=4.2.0
pkgrel=1
arch=(x86_64)
license=(GPL2 LGPL2.1)
@@ -11,7 +11,7 @@ depends=()
makedepends=(python2 glib2-static pcre-static)
source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig})
sha512sums=(
- '13c8420f74fd7f043f2dd0774b88262327d22864b3fc7b5d5e7e651fb163de03ac51483abec703cd9914511049b125165875c27566bebfd9b6482d8d2c2ff108'
+ '2a79973c2b07c53e8c57a808ea8add7b6b2cbca96488ed5d4b669ead8c9318907dec2b6109f180fc8ca8f04c0f73a56e82b3a527b5626b799d7e849f2474ec56'
'SKIP'
)
validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')