diff options
author | B. Stack <bgstack15@gmail.com> | 2021-11-15 13:06:01 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-11-15 13:06:01 -0500 |
commit | 8f4bde59f3a49ba43c33d1d43b49729935810182 (patch) | |
tree | cd049d81f17c0113d2e34c58c78c9c43aca072da /scripts/prep-librewolf-dpkg.conf | |
parent | fix librewolf.cfg and local-settings.js paths (diff) | |
download | librewolf-debian-8f4bde59f3a49ba43c33d1d43b49729935810182.tar.gz librewolf-debian-8f4bde59f3a49ba43c33d1d43b49729935810182.tar.bz2 librewolf-debian-8f4bde59f3a49ba43c33d1d43b49729935810182.zip |
94.0 attempt 1
Diffstat (limited to 'scripts/prep-librewolf-dpkg.conf')
-rw-r--r-- | scripts/prep-librewolf-dpkg.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/prep-librewolf-dpkg.conf b/scripts/prep-librewolf-dpkg.conf index bffe061..7292a69 100644 --- a/scripts/prep-librewolf-dpkg.conf +++ b/scripts/prep-librewolf-dpkg.conf @@ -4,9 +4,11 @@ # Available options for DISTRO: ubuntu debian DISTRO=${DISTRO:-'debian'} # current version of Firefox package in target distro -distro_firefox_version=${distro_firefox_version:-'93.0-1'} +distro_firefox_version=${distro_firefox_version:-'94.0-2'} # current version of Firefox, as defined by name of the orig tarball. -firefox_version=${firefox_version:-'93.0'} +firefox_version=${firefox_version:-'94.0'} +# Tag for LibreWolf common and linux repos +librewolf_version=${librewolf_version:-'94.0-1'} settings_commit=${settings_commit:-'master'} CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)} output_dir=${CI_PROJECT_DIR}/out |