update prep-librewolf-dpkg for 84.0.2

This commit is contained in:
B Stack 2021-01-10 11:53:09 -05:00
parent 231e125b60
commit 9b1a0c8235
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
# Config file for prep-librewolf-dpkg.sh
# Configure these settings before running that script.
debian_firefox_version=84.0-3 # current version of Firefox package in Debian sid
firefox_version=84.0 # current version of Firefox
debian_firefox_version=84.0.2-1 # current version of Firefox package in Debian sid
firefox_version=84.0.2 # current version of Firefox
librewolf_common_url=https://gitlab.com/librewolf-community/browser/common.git
librewolf_settings_url=https://gitlab.com/librewolf-community/settings.git

View file

@ -32,7 +32,7 @@ test ! -r "${librewolf_dpkg_conf}" && { echo "Unable to load config file, which
# 1. orig tarball, which in Debian is not always the pristine contents from upstream source
# 2. debian/ directory which defines how to build a package for Debian
# 3. Debian source package control file
cd "${work_dir}"
mkdir -p "${work_dir}" ; cd "${work_dir}"
test -z "${SKIP_DOWNLOAD}" && {
wget --content-disposition http://deb.debian.org/debian/pool/main/f/firefox/firefox_"${firefox_version}".orig.tar.xz # -O librewolf_"${firefox_version}".orig.tar.xz
wget --content-disposition http://deb.debian.org/debian/pool/main/f/firefox/firefox_"${debian_firefox_version}".debian.tar.xz # -O librewolf_"${debian_firefox_version}".debian.tar.xz