summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-06-29 14:15:24 -0400
committerB. Stack <bgstack15@gmail.com>2021-06-29 14:15:24 -0400
commitd8c817caad40ba58c64e64b557b7d4d3e0fc5232 (patch)
tree350a64852d327397cb14a5ce56f39fafb98bcf1a /scripts
parentv89.0 (diff)
downloadlibrewolf-debian-d8c817caad40ba58c64e64b557b7d4d3e0fc5232.tar.gz
librewolf-debian-d8c817caad40ba58c64e64b557b7d4d3e0fc5232.tar.bz2
librewolf-debian-d8c817caad40ba58c64e64b557b7d4d3e0fc5232.zip
89.0.2 rc1
Diffstat (limited to 'scripts')
-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 25e18d8..5939c20 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:-'89.0-1'}
+distro_firefox_version=${distro_firefox_version:-'89.0.2-1'}
# current version of Firefox, as defined by name of the orig tarball.
-firefox_version=${firefox_version:-'89.0'}
+firefox_version=${firefox_version:-'89.0.2'}
settings_commit=${settings_commit:-'master'}
CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)}
output_dir=${CI_PROJECT_DIR}/out
bgstack15