curl: Remove ?arm.

This commit is contained in:
waddlesplash
2024-08-08 21:30:44 -04:00
committed by GitHub
parent 072e0bf84a
commit def43c829b

View File

@@ -14,7 +14,7 @@ SOURCE_URI="https://github.com/curl/curl/releases/download/curl-${portVersion//\
CHECKSUM_SHA256="40d3792d38cfa244d8f692974a567e9a5f3387c547579f1124e95ea2a1020d0d"
ADDITIONAL_FILES="curl.rdef"
ARCHITECTURES="all ?arm"
ARCHITECTURES="all"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
libVersion="4.8.0"