summaryrefslogtreecommitdiff
path: root/scripts/prep-librewolf-dpkg.conf
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-01-04 11:27:20 -0500
committerB. Stack <bgstack15@gmail.com>2023-01-04 11:27:20 -0500
commit4511b76cfc65c83b674bbaaac2d5a2edc5a59983 (patch)
treeffebb85984e18fa082e3fc917e1dc1e92b411fd5 /scripts/prep-librewolf-dpkg.conf
parentimprove the vcs patch (diff)
downloadlibrewolf-debian-4511b76cfc65c83b674bbaaac2d5a2edc5a59983.tar.gz
librewolf-debian-4511b76cfc65c83b674bbaaac2d5a2edc5a59983.tar.bz2
librewolf-debian-4511b76cfc65c83b674bbaaac2d5a2edc5a59983.zip
108.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 d06cda4..4528764 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:-'107.0-1'}
+distro_firefox_version=${distro_firefox_version:-'108.0-2'}
# current version of Firefox, as defined by name of the orig tarball.
-firefox_version=${firefox_version:-'107.0'}
+firefox_version=${firefox_version:-'108.0'}
# Tag for LibreWolf linux repo
-librewolf_version=${librewolf_version:-'107.0-1'}
+librewolf_version=${librewolf_version:-'108.0-1'}
settings_commit=${settings_commit:-'master'}
CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)}
output_dir=${CI_PROJECT_DIR}/out
bgstack15