From b9af44be5a4fda576c6067adbc692aa7561eb328 Mon Sep 17 00:00:00 2001 From: Adam Thorn <alt36@cam.ac.uk> Date: Wed, 18 Mar 2020 10:59:50 +0000 Subject: [PATCH] Mozilla Thunderbird -> v68.6.0 --- thunderbird.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/thunderbird.xml b/thunderbird.xml index e24eede6..c914c542 100755 --- a/thunderbird.xml +++ b/thunderbird.xml @@ -1,15 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <packages> -<package id="thunderbird" name="Mozilla Thunderbird" revision="%version%.2" reboot="false" priority="0"> +<package id="thunderbird" name="Mozilla Thunderbird" revision="%version%.1" reboot="false" priority="0"> <!-- NB: we've had problems with major version bumps which sometimes change the format of options we add in chemistry-prefs.js. Thus, we tie that to a version, and please test carefully when upgrading --> - <variable name="version" value="68.5.0" /> + <variable name="version" value="68.6.0" /> <variable name="prefsversion" value="68" /> - <check type="uninstall" condition="versiongreaterorequal" path="Mozilla Thunderbird.*" value="%version%" /> <install cmd='"%software%\thunderbird\Thunderbird Setup %version%.exe" -ms' /> -- GitLab