From 46ca9b4d97831719f753d2644124bbebd3756c7c Mon Sep 17 00:00:00 2001
From: JGStew <james@jgstew.com>
Date: Wed, 3 Jul 2024 00:25:54 -0400
Subject: [PATCH] add firefox for linux download recipe

---
 Mozilla/Firefox-Linux.download.recipe.yaml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 Mozilla/Firefox-Linux.download.recipe.yaml

diff --git a/Mozilla/Firefox-Linux.download.recipe.yaml b/Mozilla/Firefox-Linux.download.recipe.yaml
new file mode 100644
index 0000000..f47c34b
--- /dev/null
+++ b/Mozilla/Firefox-Linux.download.recipe.yaml
@@ -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-Linux
+Input:
+  NAME: "Firefox"
+  product: firefox-latest-ssl
+  OS: linux64
+  filename: firefox.tar.bz2
+  # https://download.mozilla.org/?product=firefox-latest-ssl&os=linux64&lang=en-US
+MinimumVersion: "2.3"
+ParentRecipe: com.github.jgstew.download.Firefox-Mac
+Process:
+  - Processor: EndOfCheckPhase