diff options
author | Erich Eckner <git@eckner.net> | 2022-01-17 21:46:17 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-01-17 21:46:17 +0100 |
commit | 09945f05fa94edd7f093fd7cca8874c7d97ed8b6 (patch) | |
tree | e47046a211015e0d6cdf2f3327cda99b1161b718 /binfmt-qemu-static-all-arch/PKGBUILD | |
parent | 2bbf7b9f076ad1e8774d91b26d408a0b83231eb5 (diff) | |
download | archlinuxewe-09945f05fa94edd7f093fd7cca8874c7d97ed8b6.tar.xz |
binfmt-qemu-static-all-arch 20210506-1 -> 20220117-1
Diffstat (limited to 'binfmt-qemu-static-all-arch/PKGBUILD')
-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 d906e2a22..ce877d730 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=20210506 +pkgver=20220117 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=('8292d797d18d7be6812a0c6fb04eb89c4ab7380f73e1cba595b89163427fcf326d91e0164b87c7a424dd5913613de5a6488a08e9434c8ca8e3c6f5995e4517e2') +sha512sums=('e8ea38fadbdd7d2a3735da1a757a615575356c3b87e70059a60b6213a113fcdfa0a467b81d5703e35ca2be48295af21d817af347a53d5ebd7bf582816dfba1bd') build() { mkdir build |