diff options
author | Erich Eckner <git@eckner.net> | 2022-11-09 22:00:32 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-11-10 06:30:20 +0100 |
commit | 4b41119ae780d0ea62b3b43e6565486570c267d5 (patch) | |
tree | eca3bbecbcd7b572fa1b8c2ff95d95f48ddcffa9 /binfmt-qemu-static-all-arch | |
parent | 6372c4b2e02c74c399df9798840bdda4b1f220bd (diff) | |
download | archlinuxewe-4b41119ae780d0ea62b3b43e6565486570c267d5.tar.xz |
binfmt-qemu-static-all-arch 20220330-1 -> 20221109-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 ca558037c..161b4d4fb 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=20220330 +pkgver=20221109 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=('546644f51e8c993608047c2117897cc01bf4a012717a7b43f06a83dafbb8e919f7b9e8a1d7139637cc7acc82de5de6c3b7e0781770c6173d113a3983b154dd51') +sha512sums=('ea54e324f46ac4f7f7223e631f2309826bd4f3b0f9457f9b53b0267fc4ed626d58f19554c436685260f20423365d35133b10e10a11efbe3bf6adda4a2e99486c') build() { mkdir build |