summaryrefslogtreecommitdiff
path: root/scripts/prep-librewolf-dpkg.conf
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-04-09 21:44:42 -0400
committerB. Stack <bgstack15@gmail.com>2022-04-09 21:44:42 -0400
commit24cff8623cf40de746360f61cf37a0ed1d72ae96 (patch)
treea10e881eae5814e1aacf452a1b6b7077fed28af6 /scripts/prep-librewolf-dpkg.conf
parentfix custom patch for remove_addons (diff)
downloadlibrewolf-debian-24cff8623cf40de746360f61cf37a0ed1d72ae96.tar.gz
librewolf-debian-24cff8623cf40de746360f61cf37a0ed1d72ae96.tar.bz2
librewolf-debian-24cff8623cf40de746360f61cf37a0ed1d72ae96.zip
v99.0 rc1
Diffstat (limited to 'scripts/prep-librewolf-dpkg.conf')
-rw-r--r--scripts/prep-librewolf-dpkg.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/prep-librewolf-dpkg.conf b/scripts/prep-librewolf-dpkg.conf
index b63af08..b7f4d87 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:-'98.0-2'}
+distro_firefox_version=${distro_firefox_version:-'99.0-1'}
# current version of Firefox, as defined by name of the orig tarball.
-firefox_version=${firefox_version:-'98.0'}
+firefox_version=${firefox_version:-'99.0'}
# Tag for LibreWolf linux repo
-librewolf_version=${librewolf_version:-'98.0-1'}
+librewolf_version=${librewolf_version:-'99.0-1'}
settings_commit=${settings_commit:-'master'}
CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)}
output_dir=${CI_PROJECT_DIR}/out
bgstack15