summaryrefslogtreecommitdiff
path: root/scripts/prep-librewolf-dpkg.conf
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-12-14 10:44:11 -0500
committerB. Stack <bgstack15@gmail.com>2021-12-14 10:44:11 -0500
commit301f01bd3be80c94847018f426d3de5ccd329542 (patch)
tree3d3d7d6900d4ca0b142b999966d27801e20a571a /scripts/prep-librewolf-dpkg.conf
parentfix policies.json/policies.json (diff)
downloadlibrewolf-debian-301f01bd3be80c94847018f426d3de5ccd329542.tar.gz
librewolf-debian-301f01bd3be80c94847018f426d3de5ccd329542.tar.bz2
librewolf-debian-301f01bd3be80c94847018f426d3de5ccd329542.zip
95.0-1 attempt 1build-95.0
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 7292a69..52a284c 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:-'94.0-2'}
+distro_firefox_version=${distro_firefox_version:-'95.0-1'}
# current version of Firefox, as defined by name of the orig tarball.
-firefox_version=${firefox_version:-'94.0'}
+firefox_version=${firefox_version:-'95.0'}
# Tag for LibreWolf common and linux repos
-librewolf_version=${librewolf_version:-'94.0-1'}
+librewolf_version=${librewolf_version:-'95.0-1'}
settings_commit=${settings_commit:-'master'}
CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)}
output_dir=${CI_PROJECT_DIR}/out
bgstack15