summaryrefslogtreecommitdiff
path: root/scripts/prep-librewolf-dpkg.conf
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-06-09 09:26:38 -0400
committerB. Stack <bgstack15@gmail.com>2021-06-09 09:26:38 -0400
commit87ec19d8422bae1c9eb7b0ec9d73b40ace2a906f (patch)
tree52475cb6b9830861008b982b7208105a87140abb /scripts/prep-librewolf-dpkg.conf
parent88.0.1 rc1 (diff)
downloadlibrewolf-debian-87ec19d8422bae1c9eb7b0ec9d73b40ace2a906f.tar.gz
librewolf-debian-87ec19d8422bae1c9eb7b0ec9d73b40ace2a906f.tar.bz2
librewolf-debian-87ec19d8422bae1c9eb7b0ec9d73b40ace2a906f.zip
Diffstat (limited to 'scripts/prep-librewolf-dpkg.conf')
-rw-r--r--scripts/prep-librewolf-dpkg.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/prep-librewolf-dpkg.conf b/scripts/prep-librewolf-dpkg.conf
index 50d3a37..25e18d8 100644
--- a/scripts/prep-librewolf-dpkg.conf
+++ b/scripts/prep-librewolf-dpkg.conf
@@ -4,9 +4,9 @@
# Available options for DISTRO: ubuntu debian
DISTRO=${DISTRO:-'debian'}
# current version of Firefox package in target distro
-distro_firefox_version=${distro_firefox_version:-'88.0.1-1'}
+distro_firefox_version=${distro_firefox_version:-'89.0-1'}
# current version of Firefox, as defined by name of the orig tarball.
-firefox_version=${firefox_version:-'88.0.1'}
+firefox_version=${firefox_version:-'89.0'}
settings_commit=${settings_commit:-'master'}
CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)}
output_dir=${CI_PROJECT_DIR}/out
bgstack15