diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-02-06 11:42:59 +0100 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-02-06 11:42:59 +0100 |
commit | c11e36b4f491c0d15e5b8d3f83a2bf549904a2b4 (patch) | |
tree | cebeaf948543abfbc1614450a8bc026f4d8e62cc /scripts/prep-librewolf-dpkg.conf | |
parent | modify dsc directly for cargo/rust (diff) | |
download | librewolf-debian-c11e36b4f491c0d15e5b8d3f83a2bf549904a2b4.tar.gz librewolf-debian-c11e36b4f491c0d15e5b8d3f83a2bf549904a2b4.tar.bz2 librewolf-debian-c11e36b4f491c0d15e5b8d3f83a2bf549904a2b4.zip |
v85.0.1-1
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 d813c15..cdbeeb3 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'} # current version of Firefox package in Debian sid -firefox_version=${pkgver:-'85.0'} # current version of Firefox +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 settings_commit=${settings_commit:-'master'} CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)} output_dir=${CI_PROJECT_DIR}/out |