diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-02-14 01:24:13 +0100 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-02-14 01:24:13 +0100 |
commit | 805a1725af02c53400e8d8456e050391545109cc (patch) | |
tree | 633d2f2f40cff31b9faf265ef7bfc6263568cf73 /scripts/prep-librewolf-dpkg.conf | |
parent | debian included the cargo dep fix as well (diff) | |
download | librewolf-debian-805a1725af02c53400e8d8456e050391545109cc.tar.gz librewolf-debian-805a1725af02c53400e8d8456e050391545109cc.tar.bz2 librewolf-debian-805a1725af02c53400e8d8456e050391545109cc.zip |
prepare v85.0.2-1. still needs upstream debian xz for this version
Diffstat (limited to 'scripts/prep-librewolf-dpkg.conf')
-rw-r--r-- | scripts/prep-librewolf-dpkg.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/prep-librewolf-dpkg.conf b/scripts/prep-librewolf-dpkg.conf index cdbeeb3..05fa4f5 100644 --- a/scripts/prep-librewolf-dpkg.conf +++ b/scripts/prep-librewolf-dpkg.conf @@ -1,8 +1,8 @@ # Config file for prep-librewolf-dpkg.sh # Configure these settings before running that script. -debian_firefox_version=${debian_firefox_version:-'85.0.1-1'} # current version of Firefox package in Debian sid -firefox_version=${pkgver:-'85.0.1'} # current version of Firefox +debian_firefox_version=${debian_firefox_version:-'85.0.2-1'} # current version of Firefox package in Debian sid +firefox_version=${pkgver:-'85.0.2'} # current version of Firefox settings_commit=${settings_commit:-'master'} CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)} output_dir=${CI_PROJECT_DIR}/out |