diff options
author | B. Stack <bgstack15@gmail.com> | 2022-02-11 15:56:24 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-02-11 15:56:24 -0500 |
commit | 3bfa6e300f719aabf19039eedb437cf55d61eafd (patch) | |
tree | a95b4e0c012bda8b98c7ed6f2bbd0f361f7562ee /scripts/prep-librewolf-dpkg.conf | |
parent | block out pref-pane (diff) | |
download | librewolf-debian-3bfa6e300f719aabf19039eedb437cf55d61eafd.tar.gz librewolf-debian-3bfa6e300f719aabf19039eedb437cf55d61eafd.tar.bz2 librewolf-debian-3bfa6e300f719aabf19039eedb437cf55d61eafd.zip |
WIP: 97.0
debian sid is not up to firefox 97.0 yet so this is still pending.
Diffstat (limited to 'scripts/prep-librewolf-dpkg.conf')
-rw-r--r-- | scripts/prep-librewolf-dpkg.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/prep-librewolf-dpkg.conf b/scripts/prep-librewolf-dpkg.conf index 434d8dc..43f262f 100644 --- a/scripts/prep-librewolf-dpkg.conf +++ b/scripts/prep-librewolf-dpkg.conf @@ -4,11 +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:-'96.0.1-1'} +distro_firefox_version=${distro_firefox_version:-'97.0-1'} # current version of Firefox, as defined by name of the orig tarball. -firefox_version=${firefox_version:-'96.0.1'} +firefox_version=${firefox_version:-'97.0'} # Tag for LibreWolf linux repo -librewolf_version=${librewolf_version:-'96.0.1-1'} +librewolf_version=${librewolf_version:-'97.0-1'} settings_commit=${settings_commit:-'master'} CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)} output_dir=${CI_PROJECT_DIR}/out |