diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2015-12-24 02:19:51 +0100 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2015-12-24 02:20:09 +0100 |
commit | 55152f5077d8daabd4a8b2ec7f05827071100131 (patch) | |
tree | 6aacf503d36f98cf77c20ab29851632bf7091130 | |
parent | a18681d712a65f0caf6d048d78a0d9b65137e912 (diff) | |
download | opt-55152f5077d8daabd4a8b2ec7f05827071100131.tar.gz opt-55152f5077d8daabd4a8b2ec7f05827071100131.tar.xz |
[notify] thunderbird: updated to 38.5.0. Fixes various security issues.
https://www.mozilla.org/en-US/thunderbird/38.5.0/releasenotes/
-rw-r--r-- | thunderbird/.md5sum | 2 | ||||
-rw-r--r-- | thunderbird/Pkgfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/thunderbird/.md5sum b/thunderbird/.md5sum index 8db9e3164..4913e52f7 100644 --- a/thunderbird/.md5sum +++ b/thunderbird/.md5sum @@ -1,3 +1,3 @@ -483373b1485cf2edea77c75a69602870 thunderbird-38.4.0.source.tar.bz2 +516ddb66f788ea7db48ed0d76f7a7ebc thunderbird-38.5.0.source.tar.bz2 efd54ad6179d3327aa85602560a4a964 thunderbird-install-dir.patch 87f8666f06ba8c3668e39068050bb77a thunderbird.desktop diff --git a/thunderbird/Pkgfile b/thunderbird/Pkgfile index 69cb832bd..2b38acb17 100644 --- a/thunderbird/Pkgfile +++ b/thunderbird/Pkgfile @@ -4,7 +4,7 @@ # Depends on: python,gtk,alsa-lib,xorg-libxt,libidl,nss,yasm,mesa3d,libjpeg-turbo name=thunderbird -version=38.4.0 +version=38.5.0 release=1 source=(http://ftp.mozilla.org/pub/thunderbird/releases/$version/source/$name-$version.source.tar.bz2 $name.desktop thunderbird-install-dir.patch) |