diff options
author | Erich Eckner <git@eckner.net> | 2022-03-30 19:54:22 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-03-30 19:54:22 +0200 |
commit | a65e96008587f7410ac37d29778b61494092b60e (patch) | |
tree | 0d367df63e06d5b585d3222db827957a52825aa2 /binfmt-qemu-static-all-arch | |
parent | af63befa64f98533592c4c6c94206a5e9720f0d1 (diff) | |
download | archlinuxewe-a65e96008587f7410ac37d29778b61494092b60e.tar.xz |
binfmt-qemu-static-all-arch 20220117-1 -> 20220330-1
Diffstat (limited to 'binfmt-qemu-static-all-arch')
-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 ce877d730..ca558037c 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=20220117 +pkgver=20220330 pkgrel=1 pkgdesc="Register qemu-static interpreters for various binary formats - all archetectures, intelligently removing the current archetecture" arch=('armv5' 'armv6h' 'armv7h' 'aarch64' 'i686' 'pentium4' '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=('e8ea38fadbdd7d2a3735da1a757a615575356c3b87e70059a60b6213a113fcdfa0a467b81d5703e35ca2be48295af21d817af347a53d5ebd7bf582816dfba1bd') +sha512sums=('546644f51e8c993608047c2117897cc01bf4a012717a7b43f06a83dafbb8e919f7b9e8a1d7139637cc7acc82de5de6c3b7e0781770c6173d113a3983b154dd51') build() { mkdir build |