summaryrefslogtreecommitdiff
path: root/scripts/prep-librewolf-dpkg.conf
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-06-27 16:11:02 -0400
committerB. Stack <bgstack15@gmail.com>2022-06-27 16:11:02 -0400
commit35e2f7c59e549e8e88aab8c44a5363354ca6ffbf (patch)
tree839977a862981e1cc700ba4bfe0055d8cc03603e /scripts/prep-librewolf-dpkg.conf
parentre-enable remove-branding-urlbar defuzz (diff)
downloadlibrewolf-debian-35e2f7c59e549e8e88aab8c44a5363354ca6ffbf.tar.gz
librewolf-debian-35e2f7c59e549e8e88aab8c44a5363354ca6ffbf.tar.bz2
librewolf-debian-35e2f7c59e549e8e88aab8c44a5363354ca6ffbf.zip
v101.0.1 initial commit
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 d480445..00fa80c 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:-'100.0.2-1'}
+distro_firefox_version=${distro_firefox_version:-'101.0.1-1'}
# current version of Firefox, as defined by name of the orig tarball.
-firefox_version=${firefox_version:-'100.0.2'}
+firefox_version=${firefox_version:-'101.0.1'}
# Tag for LibreWolf linux repo
-librewolf_version=${librewolf_version:-'100.0.2-1'}
+librewolf_version=${librewolf_version:-'101.0.1-1'}
settings_commit=${settings_commit:-'master'}
CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)}
output_dir=${CI_PROJECT_DIR}/out
bgstack15