diff options
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 |