From bff51452de6e1c7ab3b6bd48851336e34c47ce84 Mon Sep 17 00:00:00 2001 From: Elliot Jordan Date: Thu, 26 Dec 2024 19:57:33 -0800 Subject: [PATCH] Adjust ne download to support multiple architectures --- ne/ne.download.recipe | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/ne/ne.download.recipe b/ne/ne.download.recipe index 3905f6d..86a2bd5 100644 --- a/ne/ne.download.recipe +++ b/ne/ne.download.recipe @@ -3,17 +3,24 @@ Description - Downloads ne text editor for OS X dmg. + Downloads ne text editor for OS X dmg. + +Valid values for ARCH include: +- "Intel" (default) +- "AppleSilicon" + Identifier com.github.jleggat.ne.download Input NAME ne - DOWNLOAD_URL - http://ne.di.unimi.it - SEARCH_PATTERN - (?P<url>[^"]+-(?P<version>[0-9\.]+)\.dmg) + ARCH + Intel + DOWNLOAD_URL + http://ne.di.unimi.it + SEARCH_PATTERN + (?P<url>[^"]+-(?P<version>[0-9\.]+)-%ARCH%\.dmg) Process