Skip to content

Commit

Permalink
tweak recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jul 7, 2024
1 parent c50c0e1 commit 5aa2e5f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Mozilla/Firefox-Mac.download.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Process:
# Example URLs:
# - https://download.mozilla.org/?product=firefox-latest-ssl&os=osx&lang=en-US
url: https://download.mozilla.org/?product=%product%&os=%OS%&lang=en-US
# COMPUTE_HASHES: True
COMPUTE_HASHES: True

- Processor: EndOfCheckPhase

Expand All @@ -33,8 +33,12 @@ Process:
datetime_strftime: "%Y-%m-%d"
datetime_parsed_name: SourceReleaseDate

# this is specifically for BigFix, but won't hurt other use cases:
#- Processor: com.github.jgstew.SharedProcessors/BigFixPrefetchItem

- Processor: com.github.jgstew.SharedProcessors/FileHasher

# this is not actually BigFix specific, just sets up some defaults in the template dictionary:
- Processor: com.github.jgstew.SharedProcessors/BigFixSetupTemplateDictionary

- Processor: com.github.jgstew.SharedProcessors/TemplateDictionaryAppend
Expand Down

0 comments on commit 5aa2e5f

Please sign in to comment.