summaryrefslogtreecommitdiff
path: root/scripts/prep-librewolf-dpkg.conf
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-09-10 22:17:47 -0400
committerB. Stack <bgstack15@gmail.com>2022-09-10 22:17:47 -0400
commit561a059139f1ce922b0e86221cdea39a2df2be65 (patch)
treeceab11b9ccd6dba3bd8fa78a0fd9c621954d50a8 /scripts/prep-librewolf-dpkg.conf
parentpatch the patch, not rewrite it (diff)
downloadlibrewolf-debian-561a059139f1ce922b0e86221cdea39a2df2be65.tar.gz
librewolf-debian-561a059139f1ce922b0e86221cdea39a2df2be65.tar.bz2
librewolf-debian-561a059139f1ce922b0e86221cdea39a2df2be65.zip
v104.0-1 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 aa9c36a..684af18 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:-'103.0-1'}
+distro_firefox_version=${distro_firefox_version:-'104.0-1'}
# current version of Firefox, as defined by name of the orig tarball.
-firefox_version=${firefox_version:-'103.0'}
+firefox_version=${firefox_version:-'104.0'}
# Tag for LibreWolf linux repo
-librewolf_version=${librewolf_version:-'103.0-3'}
+librewolf_version=${librewolf_version:-'104.0-1'}
settings_commit=${settings_commit:-'master'}
CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)}
output_dir=${CI_PROJECT_DIR}/out
bgstack15