summaryrefslogtreecommitdiff
path: root/scripts/prep-librewolf-dpkg.conf
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-01-24 21:03:32 -0500
committerB. Stack <bgstack15@gmail.com>2023-01-24 21:03:32 -0500
commit4eb6b2aeb70564695eabc0740785cf37c5a895c4 (patch)
tree4d0cd550409f4d5674208a45957208b5acbcef9d /scripts/prep-librewolf-dpkg.conf
parent108.0 rc1 (diff)
downloadlibrewolf-debian-4eb6b2aeb70564695eabc0740785cf37c5a895c4.tar.gz
librewolf-debian-4eb6b2aeb70564695eabc0740785cf37c5a895c4.tar.bz2
librewolf-debian-4eb6b2aeb70564695eabc0740785cf37c5a895c4.zip
v109.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 4528764..2ff0875 100644
--- a/scripts/prep-librewolf-dpkg.conf
+++ b/scripts/prep-librewolf-dpkg.conf
@@ -4,11 +4,11 @@
# Available options for DISTRO: debian
DISTRO=${DISTRO:-'debian'}
# current version of Firefox package in target distro
-distro_firefox_version=${distro_firefox_version:-'108.0-2'}
+distro_firefox_version=${distro_firefox_version:-'109.0-1'}
# current version of Firefox, as defined by name of the orig tarball.
-firefox_version=${firefox_version:-'108.0'}
+firefox_version=${firefox_version:-'109.0'}
# Tag for LibreWolf linux repo
-librewolf_version=${librewolf_version:-'108.0-1'}
+librewolf_version=${librewolf_version:-'109.0-1'}
settings_commit=${settings_commit:-'master'}
CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)}
output_dir=${CI_PROJECT_DIR}/out
bgstack15