diff options
author | ossdev <ossdev@puresoftware.com> | 2019-06-04 16:41:16 +0530 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-11 13:48:05 +0000 |
commit | 46eefbd06a1b2f2edeff2ef4a0ef5a7e4865cf86 (patch) | |
tree | 8328f36c295a21aa9d4216fd4820163be5296884 /community/john | |
parent | a5ed25b5fb8b785cdfb72c294466b39347fc7a8f (diff) | |
download | aports-46eefbd06a1b2f2edeff2ef4a0ef5a7e4865cf86.tar.bz2 aports-46eefbd06a1b2f2edeff2ef4a0ef5a7e4865cf86.tar.xz |
community/[various]: add aarch64 support
enable aarch64 support for:
- cassandra-cpp-driver
- ddrescue
- elasiticsearch
- john
Signed-off-by: ossdev <ossdev@puresoftware.com>
Diffstat (limited to 'community/john')
-rw-r--r-- | community/john/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/john/APKBUILD b/community/john/APKBUILD index 492c5e7265..5fa32568c1 100644 --- a/community/john/APKBUILD +++ b/community/john/APKBUILD @@ -7,7 +7,7 @@ _pkgrel=jumbo-1 pkgrel=0 pkgdesc="John the Ripper password cracker" url="http://www.openwall.com/john" -arch="x86_64 armhf armv7" +arch="aarch64 x86_64 armhf armv7" license="GPL-2.0" depends="nss" options="!strip" |