From ceccbb991208f7b322fddbcf058ac67718935864 Mon Sep 17 00:00:00 2001 From: Dafydd Jones Date: Thu, 25 Jan 2024 16:13:39 +0000 Subject: [PATCH] firefox: add versions up to v122.0 --- firefox.sls | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firefox.sls b/firefox.sls index fb30ad7f..db71e202 100644 --- a/firefox.sls +++ b/firefox.sls @@ -12,6 +12,8 @@ {%- set lang = salt['config.get']('firefox:pkg:lang', 'en-US') %} {% load_yaml as versions -%} +- '122.0' +- 121.0.1 - '121.0' - 120.0.1 - '120.0'