summaryrefslogtreecommitdiff
path: root/scripts/prep-librewolf-dpkg.conf
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2021-04-23 20:23:09 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2021-04-23 20:23:09 +0200
commitf24c8b3a6f3fd98063dc32e2ab41c15704effd55 (patch)
treeefbe172b44912a16fd0589be46e4b49de9fb3769 /scripts/prep-librewolf-dpkg.conf
parenttypo (diff)
downloadlibrewolf-debian-f24c8b3a6f3fd98063dc32e2ab41c15704effd55.tar.gz
librewolf-debian-f24c8b3a6f3fd98063dc32e2ab41c15704effd55.tar.bz2
librewolf-debian-f24c8b3a6f3fd98063dc32e2ab41c15704effd55.zip
debian prepare-script for 88.0
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 780e510..9ce23d0 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:-'87.0+build3-0ubuntu0.20.04.2'}
+distro_firefox_version=${distro_firefox_version:-'88.0'}
# current version of Firefox, as defined by name of the orig tarball.
-firefox_version=${firefox_version:-'86.0+build3'}
+firefox_version=${firefox_version:-'88.0-1'}
settings_commit=${settings_commit:-'master'}
CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)}
output_dir=${CI_PROJECT_DIR}/out
bgstack15