diff options
author | Erich Eckner <git@eckner.net> | 2021-02-25 13:53:53 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-02-25 19:10:15 +0100 |
commit | 3710ba99480e802d6b3573c0e2504d4011f2027c (patch) | |
tree | 9f6e279d094c5773f26be4afc53b00a0b8692bce | |
parent | 6f51f96d66f9f68691b769b1d9306054de7d6e6f (diff) | |
download | archlinuxewe-3710ba99480e802d6b3573c0e2504d4011f2027c.tar.xz |
binfmt-qemu-static-all-arch 20200413-1 -> 20210225-1
-rw-r--r-- | binfmt-qemu-static-all-arch/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binfmt-qemu-static-all-arch/PKGBUILD b/binfmt-qemu-static-all-arch/PKGBUILD index a0818cd20..e50e8078f 100644 --- a/binfmt-qemu-static-all-arch/PKGBUILD +++ b/binfmt-qemu-static-all-arch/PKGBUILD @@ -4,7 +4,7 @@ # ist alles absichtlich nicht any ohne ELF Dateien pkgname=binfmt-qemu-static-all-arch -pkgver=20200413 +pkgver=20210225 pkgrel=1 pkgdesc="Register qemu-static interpreters for various binary formats - all archetectures, intelligently removing the current archetecture" arch=('armv5' 'armv6h' 'armv7h' 'aarch64' 'i686' 'x86_64') @@ -14,7 +14,7 @@ optdepends=('qemu-user-static') provides=('binfmt-qemu-static') conflicts=('binfmt-qemu-static') source=("qemu-binfmt-conf-$pkgver.sh::https://raw.githubusercontent.com/qemu/qemu/master/scripts/qemu-binfmt-conf.sh") -sha512sums=('01d6b5d9e571b78e1def3217ba47498b790f6d72eb55eab31a68184fa9f0e5661ac6014672d39d4e065a4d8678a44f0b31a70eb17ea397bddb8353fd392af8f5') +sha512sums=('cafd74c0a71d813afeb1882b5dad91a486a8acbbd0f5c5dabb726f6923264dcae8b80af605bc7ee04064c2f2893c3617d0cb7a36e74076866213e735fb3ec80b') build() { mkdir build |