diff --git a/Bio3DColorado/IMOD.download.recipe b/Bio3DColorado/IMOD.download.recipe index ee92499..86fa30c 100644 --- a/Bio3DColorado/IMOD.download.recipe +++ b/Bio3DColorado/IMOD.download.recipe @@ -3,11 +3,18 @@ Description - Downloads the latest version of IMOD. + Downloads the latest version of IMOD. + +Valid values for ARCH include: +- "intel" (default, Intel) +- "arm64" (Apple Silicon) + Identifier com.github.scriptingosx.download.IMOD Input + ARCH + intel NAME IMOD @@ -19,7 +26,7 @@ Arguments re_pattern - (?P<url>osx/(?P<scriptname>imod_(?P<version>\d+\.\d+\.\d+)_osx64_(?P<osx_version>10\.\d+)_(?P<cuda_version>CUDA\d+\.\d+)\..*sh)) + (osx/imod_[\d\.]+(_osx\d+)?_%ARCH%\.pkg) result_output_var_name url url @@ -41,6 +48,21 @@ Processor EndOfCheckPhase + + Arguments + + expected_authority_names + + Developer ID Installer: David Mastronarde (JNF2CPUCK9) + Developer ID Certification Authority + Apple Root CA + + input_path + %pathname% + + Processor + CodeSignatureVerifier +