Skip to content

Commit

Permalink
add firefox-win, modify firefox-mac
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jul 3, 2024
1 parent 6ad7bae commit 89a1514
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Mozilla/Firefox-Mac.download.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Description: Downloads the latest version of Firefox
Identifier: com.github.jgstew.download.Firefox-Mac
Input:
NAME: "Firefox"
product: firefox-latest-ssl
OS: osx
filename: Firefox.dmg
MinimumVersion: "2.3"
Expand All @@ -13,7 +14,7 @@ Process:
Arguments:
# Example URLs:
# - https://download.mozilla.org/?product=firefox-latest-ssl&os=osx&lang=en-US
url: https://download.mozilla.org/?product=firefox-latest-ssl&os=%OS%&lang=en-US
url: https://download.mozilla.org/?product=%product%&os=%OS%&lang=en-US
COMPUTE_HASHES: True

- Processor: EndOfCheckPhase
Expand Down
15 changes: 15 additions & 0 deletions Mozilla/Firefox-Win.download.recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# https://download.mozilla.org/?product=firefox-latest-ssl&os=osx&lang=en-US
---
Description: Downloads the latest version of Firefox
# based upon https://github.com/autopkg/moofit-recipes/blob/master/Adobe/RemoteUpdateManager.download.recipe
Identifier: com.github.jgstew.download.Firefox-Win64
Input:
NAME: "Firefox"
product: firefox-stub
OS: win64
filename: FirefoxInstaller.exe
# https://download.mozilla.org/?product=firefox-stub&os=win64&lang=en-US
MinimumVersion: "2.3"
ParentRecipe: com.github.jgstew.download.Firefox-Mac
Process:
- Processor: EndOfCheckPhase

0 comments on commit 89a1514

Please sign in to comment.