diff options
author | B. Stack <bgstack15@gmail.com> | 2021-05-11 08:05:28 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-05-11 08:05:28 -0400 |
commit | 0a09e3614514bbbf6fc823c4220e3d960ff22a81 (patch) | |
tree | 9b8325322d3c7add3ae83a033207a825b4484950 | |
parent | remove bashisms, fix versioning (diff) | |
download | librewolf-debian-0a09e3614514bbbf6fc823c4220e3d960ff22a81.tar.gz librewolf-debian-0a09e3614514bbbf6fc823c4220e3d960ff22a81.tar.bz2 librewolf-debian-0a09e3614514bbbf6fc823c4220e3d960ff22a81.zip |
88.0.1 rc1
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | scripts/prep-librewolf-dpkg.conf | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1 +1,4 @@ .*.swp +[0-9]*/ +git/ +prepared/ diff --git a/scripts/prep-librewolf-dpkg.conf b/scripts/prep-librewolf-dpkg.conf index ad9949c..50d3a37 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:-'88.0-1'} +distro_firefox_version=${distro_firefox_version:-'88.0.1-1'} # current version of Firefox, as defined by name of the orig tarball. -firefox_version=${firefox_version:-'88.0'} +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 |