summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Reiser2019-11-21 21:41:42 +0100
committerSimon Reiser2019-11-21 21:41:42 +0100
commit2aad9d24deef91a8eb32432e9083b632916134cb (patch)
treed75474eff4e1935c362ca8e0f2c3365a062dc441
parentd0e97523ac647e8f6104b1abf0feea87143d8b1d (diff)
downloadaur-2aad9d24deef91a8eb32432e9083b632916134cb.tar.gz
v4.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cf0e2215d82..4399b9c90e05 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.0
+ pkgver = 4.1.1
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.0.tar.xz
- source = https://download.qemu.org/qemu-4.1.0.tar.xz.sig
+ source = https://download.qemu.org/qemu-4.1.1.tar.xz
+ source = https://download.qemu.org/qemu-4.1.1.tar.xz.sig
validpgpkeys = CEACC9E15534EBABB82D3FA03353C9CEF108B584
- sha512sums = 82fd51702a7b9b1b00b2f1bd3b4a832b80249018dbba1add0b0a73e7d4bee452afd45574b4d8df7ce4477d8711f3bda4ca072a1a6de25895c93eb21cf78fc4b2
+ sha512sums = 13c8420f74fd7f043f2dd0774b88262327d22864b3fc7b5d5e7e651fb163de03ac51483abec703cd9914511049b125165875c27566bebfd9b6482d8d2c2ff108
sha512sums = SKIP
pkgname = qemu-user-static
diff --git a/PKGBUILD b/PKGBUILD
index 22aad7155345..76a4324d1376 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.0
+pkgver=4.1.1
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=(
- '82fd51702a7b9b1b00b2f1bd3b4a832b80249018dbba1add0b0a73e7d4bee452afd45574b4d8df7ce4477d8711f3bda4ca072a1a6de25895c93eb21cf78fc4b2'
+ '13c8420f74fd7f043f2dd0774b88262327d22864b3fc7b5d5e7e651fb163de03ac51483abec703cd9914511049b125165875c27566bebfd9b6482d8d2c2ff108'
'SKIP'
)
validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')