Index: head/mail/linux-thunderbird/Makefile =================================================================== --- head/mail/linux-thunderbird/Makefile (revision 402196) +++ head/mail/linux-thunderbird/Makefile (revision 402197) @@ -1,18 +1,18 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 38.2.0 +DISTVERSION= 38.4.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/linux-i686/en-US MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above USES= tar:bzip2 WANT_GTK218= yes .include "${.CURDIR}/../../www/linux-seamonkey/Makefile.common" .include Index: head/mail/linux-thunderbird/distinfo =================================================================== --- head/mail/linux-thunderbird/distinfo (revision 402196) +++ head/mail/linux-thunderbird/distinfo (revision 402197) @@ -1,6 +1,6 @@ -SHA256 (thunderbird-38.2.0.tar.bz2) = b67e15ad84d7ad17f94d22e773e3f960d7fd628db2a94f6a6254bb34b11ac2f2 -SIZE (thunderbird-38.2.0.tar.bz2) = 41839153 +SHA256 (thunderbird-38.4.0.tar.bz2) = bca69f68e6296608e50bb798e46e209cc3be9f20b5baacc102f7571316f7f65e +SIZE (thunderbird-38.4.0.tar.bz2) = 41915481 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b SIZE (gtk2-2.18.3-19.fc12.i686.rpm) = 3198708 Index: head/mail/thunderbird/Makefile =================================================================== --- head/mail/thunderbird/Makefile (revision 402196) +++ head/mail/thunderbird/Makefile (revision 402197) @@ -1,183 +1,182 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 38.3.0 -PORTREVISION= 1 +DISTVERSION= 38.4.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/devel/nspr \ nss>=3.19.2:${PORTSDIR}/security/nss \ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \ opus>=1.1:${PORTSDIR}/audio/opus \ libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip # opus>=1.1:${PORTSDIR}/audio/opus \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l EM_VERSION= 1.8.2 -L_VERSION= 4.0.3 +L_VERSION= 4.0.4 SSP_UNSAFE= yes USE_GECKO= gecko USE_MOZILLA= -opus USE_QT5= # empty QT_NONSTANDARD= yes USE_GL= gl USES= dos2unix tar:bzip2 DOS2UNIX_FILES= mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp MOZ_OPTIONS= --program-transform-name='s/thunderbird/${MOZILLA}/' \ --enable-single-profile --disable-profilesharing \ --enable-application=mail --enable-official-branding MOZ_MK_OPTIONS= MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1 MOZ_EXPORT= MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1 MOZ_PKGCONFIG_FILES= PORTNAME_ICON= ${MOZILLA}.png PORTNAME_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png SYSTEM_PREFS= ${FAKEDIR}/lib/${PORTNAME}/defaults/pref/${PORTNAME}.js MOZ_PIS_SCRIPTS=moz_pis_S50cleanhome OPTIONS_DEFINE= ENIGMAIL LIGHTNING OPTIONS_DEFAULT=CANBERRA ENIGMAIL LIGHTNING .include "${.CURDIR}/../../www/firefox/Makefile.options" OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/GSTREAMER//} .include WRKSRC= ${WRKDIR}/comm-esr38 MOZSRC:= ${WRKSRC}/mozilla XPI_LIBDIR= ${PREFIX}/lib/xpi .if ${PORTVERSION:R:R} < 33 CONFIGURE_TARGET:=${CONFIGURE_TARGET:S/portbld/unknown/} MOZ_OPTIONS:= ${MOZ_OPTIONS:S/${CONFIGURE_TARGET}//} .endif .if ${PORT_OPTIONS:MALSA} RUN_DEPENDS+= alsa-lib>=1.0.27.2_1:${PORTSDIR}/audio/alsa-lib .endif .if ! ${PORT_OPTIONS:MBUNDLED_CAIRO} BUILD_DEPENDS+= cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo .endif .if ${PORT_OPTIONS:MGSTREAMER} RUN_DEPENDS+= gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav .endif .if ${PORT_OPTIONS:MENIGMAIL} MASTER_SITES+= https://www.enigmail.net/download/source/:enigmail DISTFILES+= ${EM_DISTFILE}:enigmail RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg EM_DISTNAME= enigmail-${EM_VERSION} EM_DISTFILE= ${EM_DISTNAME}.tar.gz EM_XPI_FILE= ${WRKSRC}/mailnews/extensions/enigmail/build/${EM_DISTNAME}-${OPSYS:tl}-${ARCH:S/amd64/x86_64/:S/i386/x86/:S/powerpc/ppc/}-gcc3.xpi EM_ORIG_ID= {847b3a00-7ab1-11d4-8f02-006008948af5} EM_ID= ${PORTNAME}@mozilla-enigmail.org EM_ID_RFILES= ${XPI_LIBDIR}/${EM_ID}/install.rdf \ ${XPI_LIBDIR}/${EM_ID}/components/enigmail.js \ ${XPI_LIBDIR}/${EM_ID}/modules/enigmailCommon.jsm .endif .if ${PORT_OPTIONS:MLIGHTNING} MOZ_OPTIONS+= --enable-calendar MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=calendar LIGHTNING_DIR= share/lightning XPI_FILE= ${MOZ_OBJDIR}/dist/xpi-stage/lightning-${L_VERSION}.en-US.${OPSYS:tl}${OSREL}-${ARCH:S/amd64/x86_64/}.xpi XPI_ORIG_ID= {e2fda1a4-762b-4020-b5ad-a41df1933103} XPI_ID= lightning@thunderbird.mozilla.org .else MOZ_OPTIONS+= --disable-calendar .endif post-extract: @${SED} -e 's|@PORTNAME_ICON@|${PORTNAME_ICON}|;s|@MOZILLA@|${MOZILLA}|' \ <${FILESDIR}/thunderbird.desktop.in >${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop .if ${PORT_OPTIONS:MENIGMAIL} @${TAR} -xf ${_DISTDIR}/${EM_DISTFILE} \ -C ${WRKSRC}/mailnews/extensions .endif post-patch: @${REINPLACE_CMD} -e '/MOZPNG/s/=[0-9]*/=10511/' \ ${MOZSRC}/configure.in ${WRKSRC}/configure.in @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/mail/app/nsMailApp.cpp .if ${PORT_OPTIONS:MENIGMAIL} @${REINPLACE_CMD} -e 's,/usr/bin/perl,${PERL},' \ ${WRKSRC}/mailnews/extensions/enigmail/util/fixlang.pl \ ${WRKSRC}/mailnews/extensions/enigmail/util/make-lang-xpi.pl @${REINPLACE_CMD} -e '/^xpi/s/$$/ all/' \ -e '/^all/s/ xpi//' \ -e '/^XPI_MODULE_VERS/s/= .*/= ${EM_VERSION}/' \ ${WRKSRC}/mailnews/extensions/enigmail/Makefile @${REINPLACE_CMD} -e '/em:version/s,>[^<]*<,>${EM_VERSION}<,' \ -e '/em:maxVersion/s/pre//' \ ${WRKSRC}/mailnews/extensions/enigmail/package/install.rdf .endif pre-configure: (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13) (cd ${MOZSRC} && ${LOCALBASE}/bin/autoconf-2.13) (cd ${MOZSRC}/js/src/ && ${LOCALBASE}/bin/autoconf-2.13) .if ${PORT_OPTIONS:MENIGMAIL} post-configure: cd ${WRKSRC}/mailnews/extensions/enigmail/ && \ ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} ./configure post-build: ${DO_MAKE_BUILD:S/${MAKEFILE}/Makefile/} all xpi \ -C ${WRKSRC}/mailnews/extensions/enigmail .endif port-pre-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/defaults post-install: ${INSTALL_DATA} ${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop ${STAGEDIR}${PREFIX}/share/applications ${LN} -sf ${PORTNAME_ICON_SRC} ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME_ICON} .if ${PORT_OPTIONS:MLIGHTNING} @${MKDIR} ${STAGEDIR}${XPI_LIBDIR}/${XPI_ID} ${STAGEDIR}${XPI_LIBDIR}/symlinks/thunderbird @(cd ${STAGEDIR}${XPI_LIBDIR}/${XPI_ID}; ${TAR} -xf ${XPI_FILE}) @${REINPLACE_CMD} -i "" "s/${XPI_ORIG_ID}/${XPI_ID}/" ${STAGEDIR}${XPI_LIBDIR}/${XPI_ID}/install.rdf @${CHMOD} -R a+rX,go-w ${STAGEDIR}${XPI_LIBDIR}/${XPI_ID} @${LN} -sf ${XPI_LIBDIR}/${XPI_ID} ${STAGEDIR}${XPI_LIBDIR}/symlinks/thunderbird 2>/dev/null || true @${ECHO_CMD} '@exec ${LN} -sf %D/lib/xpi/${XPI_ID} ${LOCALBASE}/lib/thunderbird/extensions 2>/dev/null || true' >> ${TMPPLIST} @${ECHO_CMD} '@unexec ${RM} -f ${LOCALBASE}/lib/thunderbird/extensions/${XPI_ID}' >> ${TMPPLIST} .endif .if ${PORT_OPTIONS:MENIGMAIL} @${MKDIR} ${STAGEDIR}${XPI_LIBDIR}/${EM_ID} ${STAGEDIR}${XPI_LIBDIR}/symlinks/${PORTNAME} @(cd ${STAGEDIR}${XPI_LIBDIR}/${EM_ID}; ${TAR} -xf ${EM_XPI_FILE}) @${REINPLACE_CMD} -i "" "s/${EM_ORIG_ID}/${EM_ID}/" ${EM_ID_RFILES:S/^/${STAGEDIR}/} @${CHMOD} -R a+rX,go-w ${STAGEDIR}${XPI_LIBDIR}/${EM_ID} @${LN} -sf ${XPI_LIBDIR}/${EM_ID} ${STAGEDIR}${XPI_LIBDIR}/symlinks/${PORTNAME} 2>/dev/null || true @${ECHO_CMD} '@exec ${LN} -sf %D/lib/xpi/${EM_ID} ${LOCALBASE}/lib/${PORTNAME}/extensions 2>/dev/null || true' >> ${TMPPLIST} @${ECHO_CMD} '@unexec ${RM} -f ${LOCALBASE}/lib/${PORTNAME}/extensions/${EM_ID}' >> ${TMPPLIST} .endif .include Index: head/mail/thunderbird/distinfo =================================================================== --- head/mail/thunderbird/distinfo (revision 402196) +++ head/mail/thunderbird/distinfo (revision 402197) @@ -1,4 +1,4 @@ -SHA256 (thunderbird-38.3.0.source.tar.bz2) = 9f3cb19a5ceabc5e8fa31f782b6d92720a77ef2c2d6c7b63b3d792cde491c961 -SIZE (thunderbird-38.3.0.source.tar.bz2) = 204361602 +SHA256 (thunderbird-38.4.0.source.tar.bz2) = 326a4408d6dc79890cba8466dbc337acf99df76b58dadb0ed453e5e42af7fdbe +SIZE (thunderbird-38.4.0.source.tar.bz2) = 204397619 SHA256 (enigmail-1.8.2.tar.gz) = 1d2700799bc52aaa8e8c9f7a0f5111281ff9fbdffc093cdff070657d574eb2a6 SIZE (enigmail-1.8.2.tar.gz) = 1604159 Index: head/mail/thunderbird-i18n/Makefile =================================================================== --- head/mail/thunderbird-i18n/Makefile (revision 402196) +++ head/mail/thunderbird-i18n/Makefile (revision 402197) @@ -1,85 +1,85 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 38.3.0 +PORTVERSION= 38.4.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build3/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} MAINTAINER= gecko@FreeBSD.org COMMENT= Localized interface for Thunderbird USES= gecko:thunderbird,build zip USE_XPI= thunderbird NO_BUILD= yes NO_ARCH= yes USE_SUBMAKE= yes WDIR= langpack-*@thunderbird.mozilla.org XPI_DISTNAMES= ${THUNDERBIRD_I18N_} PLIST?= ${WRKDIR}/plist PLISTF?= ${WRKDIR}/plist_files .include "${.CURDIR}/Makefile.option" .include .ifndef WITHOUT_SWITCHER RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher .endif .include "${.CURDIR}/Makefile.lang" THUNDERBIRD_I18N_?= ${THUNDERBIRD_I18N} .for dist in ${XPI_DISTNAMES} XPI_ID_${dist}= langpack-${dist}@thunderbird.mozilla.org .endfor do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} ${WRKSRC} @for lang in ${THUNDERBIRD_I18N_}; do \ if ! (${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$lang.xpi -d ${WRKSRC}/langpack-$$lang@thunderbird.mozilla.org);\ then \ exit 1; \ fi; \ cd ${WRKSRC}/langpack-$$lang@thunderbird.mozilla.org/; \ ${FIND} -H -s * ! -type d | \ ${SED} -e "s|^|lib/xpi/langpack-$$lang@thunderbird.mozilla.org/|" >> ${PLISTF}; \ done ${CAT} ${PLISTF} | ${SORT} >> ${PLIST} do-install: @${MKDIR} ${STAGEDIR}${XPI_LIBDIR} ${XPI_SLDIRS_ALL:S,^,${STAGEDIR},} cd ${WRKSRC}; ${PAX} -rw . ${STAGEDIR}${XPI_LIBDIR} ${CHMOD} -R a+rX,go-w ${STAGEDIR}${XPI_LIBDIR}/${WDIR}/ @for e in ${STAGEDIR}${XPI_LIBDIR}/${WDIR}; do \ for _dir in ${XPI_LINKFARMS} ; do \ ${LN} -sf $${_e##*/} ${STAGEDIR}$$_dir/ ${_Q} ; \ done \ done @${ECHO_CMD} '@exec ${INSTALL} -d ${XPI_SLDIRS_ALL:S,^${PREFIX},%D,}' ${_A} @${ECHO_CMD} '@exec for _dir in ${XPI_LINKFARMS} ; { \ ${LN} -sf ${XPI_LIBDIR}/${WDIR} $$_dir/ ${_Q}; }' ${_A} @${ECHO_CMD} '@unexec for _dir in ${XPI_LINKFARMS} ${XPI_LIBDIR}; { ${RM} -f $$_dir/${WDIR} ; }' ${_A} post-patch: ${FIND} ${WRKSRC} -name install.rdf -print0 | \ ${XARGS} -0L1 ${REINPLACE_CMD} -i '' -e '/ Index: head/mail/thunderbird-i18n/distinfo =================================================================== --- head/mail/thunderbird-i18n/distinfo (revision 402196) +++ head/mail/thunderbird-i18n/distinfo (revision 402197) @@ -1,116 +1,116 @@ -SHA256 (xpi/thunderbird-i18n-38.3.0/ar.xpi) = e3d72a91f7e644bd3d3bb31522f5d9a12bf14316cd95ada0dee700ddd765db38 -SIZE (xpi/thunderbird-i18n-38.3.0/ar.xpi) = 475296 -SHA256 (xpi/thunderbird-i18n-38.3.0/ast.xpi) = c78b3457825cd7e20094f2f162e1d2a9afb371fe7f7a53c8a2c948121d22c381 -SIZE (xpi/thunderbird-i18n-38.3.0/ast.xpi) = 405872 -SHA256 (xpi/thunderbird-i18n-38.3.0/be.xpi) = 4a4219218cf0ddf3b46da27124ba13e7b8e1ddcf2a0698f16e114ab572948a4a -SIZE (xpi/thunderbird-i18n-38.3.0/be.xpi) = 442452 -SHA256 (xpi/thunderbird-i18n-38.3.0/bg.xpi) = d3a259e1c1be845c471e7678755b8e33ac0f896231a406a3a50e92f5a17bc2ee -SIZE (xpi/thunderbird-i18n-38.3.0/bg.xpi) = 506124 -SHA256 (xpi/thunderbird-i18n-38.3.0/bn-BD.xpi) = b56ae358e7b69096d914a0dab48eaa1c3d9b1a78aeeccb9e45fd0f5dbf361294 -SIZE (xpi/thunderbird-i18n-38.3.0/bn-BD.xpi) = 560626 -SHA256 (xpi/thunderbird-i18n-38.3.0/br.xpi) = 62aa01dc67b2dbab4a3966fc77c9e6e146caeabbcb9aa818d90a6e920f750ac3 -SIZE (xpi/thunderbird-i18n-38.3.0/br.xpi) = 449767 -SHA256 (xpi/thunderbird-i18n-38.3.0/ca.xpi) = cf16841892fed72ed9c590d78e6bb93e7c4057f8070821b0a927fbd767ae6b9b -SIZE (xpi/thunderbird-i18n-38.3.0/ca.xpi) = 450325 -SHA256 (xpi/thunderbird-i18n-38.3.0/cs.xpi) = 4f0cec48206a84694e97e64776d26fc0eda5baa1b019b596af3ab1fe05a3c788 -SIZE (xpi/thunderbird-i18n-38.3.0/cs.xpi) = 448724 -SHA256 (xpi/thunderbird-i18n-38.3.0/cy.xpi) = 96b695296966a61760485210adf967cda82f562290492ca4d34a435966925dc8 -SIZE (xpi/thunderbird-i18n-38.3.0/cy.xpi) = 434848 -SHA256 (xpi/thunderbird-i18n-38.3.0/da.xpi) = 908fb80a392d1aeb835bbf5e213f6dd62c9c1611b268641a50ff61dba3c4084c -SIZE (xpi/thunderbird-i18n-38.3.0/da.xpi) = 425828 -SHA256 (xpi/thunderbird-i18n-38.3.0/de.xpi) = a488ed7de074380ff02db8fc5941375f27579a41e2ee3c63d61f43e18ab88664 -SIZE (xpi/thunderbird-i18n-38.3.0/de.xpi) = 429877 -SHA256 (xpi/thunderbird-i18n-38.3.0/dsb.xpi) = 47b6b3c044a6a25d2e9c116a9f900f4a2aa2c74ae70fb5045b4175971517daf4 -SIZE (xpi/thunderbird-i18n-38.3.0/dsb.xpi) = 458487 -SHA256 (xpi/thunderbird-i18n-38.3.0/el.xpi) = 99b9b14ffd11b5a07aa6d89d947a73f378a113574ef53680c1c6992a8406292a -SIZE (xpi/thunderbird-i18n-38.3.0/el.xpi) = 493490 -SHA256 (xpi/thunderbird-i18n-38.3.0/en-GB.xpi) = 1bf89952a3b876fffda0d94cd291a90a68dbebd55d286de9cf9ea87c7c241420 -SIZE (xpi/thunderbird-i18n-38.3.0/en-GB.xpi) = 416572 -SHA256 (xpi/thunderbird-i18n-38.3.0/en-US.xpi) = aff083bcdbe2fe23c314a2725d0b27b02e4b4533f1c6e57b9542d891a915b715 -SIZE (xpi/thunderbird-i18n-38.3.0/en-US.xpi) = 416618 -SHA256 (xpi/thunderbird-i18n-38.3.0/es-AR.xpi) = 021493ea03343e7563c69ef78dcef55c2cbf32d3024d66b4ac50b3c4588414cf -SIZE (xpi/thunderbird-i18n-38.3.0/es-AR.xpi) = 442641 -SHA256 (xpi/thunderbird-i18n-38.3.0/es-ES.xpi) = fe97ee27daa33aae86e51f4f6ea16d703a4cdce713c550c6fef35b72730a4fa9 -SIZE (xpi/thunderbird-i18n-38.3.0/es-ES.xpi) = 376067 -SHA256 (xpi/thunderbird-i18n-38.3.0/et.xpi) = 7bf5963dfe145dae28f9b7f8b62cd97039eb4b165a00f64ba4d4c654b11c40b1 -SIZE (xpi/thunderbird-i18n-38.3.0/et.xpi) = 438262 -SHA256 (xpi/thunderbird-i18n-38.3.0/eu.xpi) = e12806a8e1808e6cdba0db393fb444e17144599bdd3634530b89549dc55281e9 -SIZE (xpi/thunderbird-i18n-38.3.0/eu.xpi) = 434837 -SHA256 (xpi/thunderbird-i18n-38.3.0/fi.xpi) = b12b8b0d3ac1d051e33c249add1baecacae6b9e71365f7604d82f2775e725cf1 -SIZE (xpi/thunderbird-i18n-38.3.0/fi.xpi) = 438889 -SHA256 (xpi/thunderbird-i18n-38.3.0/fr.xpi) = dca0f3d8019dfdd3ce0489fa77a06d2d5cb39aa08e0ae3d16bb44ab630f75375 -SIZE (xpi/thunderbird-i18n-38.3.0/fr.xpi) = 448227 -SHA256 (xpi/thunderbird-i18n-38.3.0/fy-NL.xpi) = efb561b34d258448ca28a0c54c681272436198e9f5bc771994b05b005116422f -SIZE (xpi/thunderbird-i18n-38.3.0/fy-NL.xpi) = 442162 -SHA256 (xpi/thunderbird-i18n-38.3.0/ga-IE.xpi) = b809cb068a54bfdd08016a798623653ab3b045a3df1e259e3ef29db6b16a61cb -SIZE (xpi/thunderbird-i18n-38.3.0/ga-IE.xpi) = 457412 -SHA256 (xpi/thunderbird-i18n-38.3.0/gd.xpi) = 66243be7f539ca8dc376ecd5e9cd221b660af2313c0e13fe00c6c6cbbb20d2bf -SIZE (xpi/thunderbird-i18n-38.3.0/gd.xpi) = 456317 -SHA256 (xpi/thunderbird-i18n-38.3.0/gl.xpi) = 28870ca3614baddd95288000e7336503ad2e62d31b04c33394066d5d52443e09 -SIZE (xpi/thunderbird-i18n-38.3.0/gl.xpi) = 457839 -SHA256 (xpi/thunderbird-i18n-38.3.0/he.xpi) = c74aae3a9048e60669292095c1c446f3806e73cee14d10cd0aab852c9bf19066 -SIZE (xpi/thunderbird-i18n-38.3.0/he.xpi) = 485867 -SHA256 (xpi/thunderbird-i18n-38.3.0/hr.xpi) = fc6ae694a971c7db823a1809ebdeec91231080e57caa0ff1ff05945a07755c66 -SIZE (xpi/thunderbird-i18n-38.3.0/hr.xpi) = 440420 -SHA256 (xpi/thunderbird-i18n-38.3.0/hu.xpi) = ebeb2ce1192b5baf8a0a6061cb1dd8e44bd11418a65d2dc118141d1219104407 -SIZE (xpi/thunderbird-i18n-38.3.0/hu.xpi) = 457988 -SHA256 (xpi/thunderbird-i18n-38.3.0/hsb.xpi) = 3f2ea2b3ff1b662d09b3d4d2d611ffaf2f6dffba7cf6b0599587b61355012141 -SIZE (xpi/thunderbird-i18n-38.3.0/hsb.xpi) = 456451 -SHA256 (xpi/thunderbird-i18n-38.3.0/hy-AM.xpi) = b36e1bb1b3bd81185a6ff3f330f04e44a3f51278d900971faac8205b73775323 -SIZE (xpi/thunderbird-i18n-38.3.0/hy-AM.xpi) = 500355 -SHA256 (xpi/thunderbird-i18n-38.3.0/id.xpi) = 952d1a2a5ba664e5542448d656e37f410d0da60f0d45d88bc128ffff3a193d34 -SIZE (xpi/thunderbird-i18n-38.3.0/id.xpi) = 483187 -SHA256 (xpi/thunderbird-i18n-38.3.0/is.xpi) = f97a4ad94f84bb1601d9c1b283ac84e33d191e5f6abbcbe1d6790c93c700c261 -SIZE (xpi/thunderbird-i18n-38.3.0/is.xpi) = 443008 -SHA256 (xpi/thunderbird-i18n-38.3.0/it.xpi) = fe0461ac92410b68f6d2d506dd9ed5e85d3adcf090acfe02f88c9aea977f53db -SIZE (xpi/thunderbird-i18n-38.3.0/it.xpi) = 369024 -SHA256 (xpi/thunderbird-i18n-38.3.0/ja.xpi) = 2aa5e04e9d6a2c10e410e8dcbc51e2d2c093f0d5dc573b3cdc21e37facafb6d6 -SIZE (xpi/thunderbird-i18n-38.3.0/ja.xpi) = 492861 -SHA256 (xpi/thunderbird-i18n-38.3.0/ko.xpi) = ed9e84328318cdac30e605a8be9c609bdb44828f4c288cdc4af141669ba33008 -SIZE (xpi/thunderbird-i18n-38.3.0/ko.xpi) = 454852 -SHA256 (xpi/thunderbird-i18n-38.3.0/lt.xpi) = cab27cb9348180a19fdf32cdb67e03e2d98af10f39a3a158c495a72fcb9544f3 -SIZE (xpi/thunderbird-i18n-38.3.0/lt.xpi) = 454572 -SHA256 (xpi/thunderbird-i18n-38.3.0/nb-NO.xpi) = 62d9c3bc2d0a19384a5df220b9b6a190aeb8ee6ce4327839d08ad3a09b0f5b7b -SIZE (xpi/thunderbird-i18n-38.3.0/nb-NO.xpi) = 434340 -SHA256 (xpi/thunderbird-i18n-38.3.0/nl.xpi) = ffd7ba1110afc8096d0c316a5e4fb55b26f9d9f689705f795b00d3c296ceb5d3 -SIZE (xpi/thunderbird-i18n-38.3.0/nl.xpi) = 435108 -SHA256 (xpi/thunderbird-i18n-38.3.0/nn-NO.xpi) = 48d4095cfdd47fa876c17a13592be4c4b31f57709d770ea8cefa9293e54d8f87 -SIZE (xpi/thunderbird-i18n-38.3.0/nn-NO.xpi) = 436623 -SHA256 (xpi/thunderbird-i18n-38.3.0/pa-IN.xpi) = 78d139e9894b9ea9913f921d78ee3b8894770c08ad32c8530e32782439a36383 -SIZE (xpi/thunderbird-i18n-38.3.0/pa-IN.xpi) = 530461 -SHA256 (xpi/thunderbird-i18n-38.3.0/pl.xpi) = 8805fa13167f5fa509f44a31729e39800d8f022224cd86012bb18fc19ac21815 -SIZE (xpi/thunderbird-i18n-38.3.0/pl.xpi) = 411509 -SHA256 (xpi/thunderbird-i18n-38.3.0/pt-BR.xpi) = c7e4582522489eb8149db41c4f2c7f7a4d3121f4f5bbcf136e456ece8189d975 -SIZE (xpi/thunderbird-i18n-38.3.0/pt-BR.xpi) = 443752 -SHA256 (xpi/thunderbird-i18n-38.3.0/pt-PT.xpi) = 639a3b6d32be9dcc8d2f2eb8a2cca1cdbdb444ef00b10b76aa6f8dc9035e5b4e -SIZE (xpi/thunderbird-i18n-38.3.0/pt-PT.xpi) = 442064 -SHA256 (xpi/thunderbird-i18n-38.3.0/rm.xpi) = 72be95aae125d50fc9565c8bf40623040e37c5ca511d0f0a38f3924ddf48c845 -SIZE (xpi/thunderbird-i18n-38.3.0/rm.xpi) = 442112 -SHA256 (xpi/thunderbird-i18n-38.3.0/ro.xpi) = 51a28a8984e070e6ca886238aa834ebd9bf845c536ba44407976db7c8bd0ab04 -SIZE (xpi/thunderbird-i18n-38.3.0/ro.xpi) = 448349 -SHA256 (xpi/thunderbird-i18n-38.3.0/ru.xpi) = 2e16abf3a7f2c133b8ee8a078834e81f141143cff35306056111830252e435b8 -SIZE (xpi/thunderbird-i18n-38.3.0/ru.xpi) = 437591 -SHA256 (xpi/thunderbird-i18n-38.3.0/si.xpi) = 0561d311a4607e9db41d913fdae19dfc4ef9d0135d1b6bbb4bec8ec60617256f -SIZE (xpi/thunderbird-i18n-38.3.0/si.xpi) = 535341 -SHA256 (xpi/thunderbird-i18n-38.3.0/sk.xpi) = 5c937a4cc87299365991743f791d89a7ea11693f93a538659715f3dadb7d5b0d -SIZE (xpi/thunderbird-i18n-38.3.0/sk.xpi) = 456606 -SHA256 (xpi/thunderbird-i18n-38.3.0/sl.xpi) = a5d64faf18f4e05ecc68830ad7623bc378d30ab041d4fa65d9d15970c552a628 -SIZE (xpi/thunderbird-i18n-38.3.0/sl.xpi) = 437847 -SHA256 (xpi/thunderbird-i18n-38.3.0/sq.xpi) = f82cbbfed792a36383a8a78bd66b499de837dbbf1c0386a579bb602db31400e8 -SIZE (xpi/thunderbird-i18n-38.3.0/sq.xpi) = 446897 -SHA256 (xpi/thunderbird-i18n-38.3.0/sr.xpi) = 2fc3d2fda47c02cc3299e42a178b329dd43d3e09cb1b79be85a490deac77302a -SIZE (xpi/thunderbird-i18n-38.3.0/sr.xpi) = 543314 -SHA256 (xpi/thunderbird-i18n-38.3.0/sv-SE.xpi) = 0eeb64f903032b8456ec9fe9b1484add7ac45aa76406479f44abdb30b5bce119 -SIZE (xpi/thunderbird-i18n-38.3.0/sv-SE.xpi) = 439633 -SHA256 (xpi/thunderbird-i18n-38.3.0/ta-LK.xpi) = 2f68f7c0596253b3fa2a3c9d895cde48d8bdc55f006264cae84eaa485ae10f37 -SIZE (xpi/thunderbird-i18n-38.3.0/ta-LK.xpi) = 558738 -SHA256 (xpi/thunderbird-i18n-38.3.0/tr.xpi) = be6321c62f3d5dceee8df225810ed42ecc76ec79c35330da62fdb11027eb9e10 -SIZE (xpi/thunderbird-i18n-38.3.0/tr.xpi) = 447799 -SHA256 (xpi/thunderbird-i18n-38.3.0/uk.xpi) = 3e64a3c28621b7e76b2b705cee2e721fddba762728ab180449873e69ccd9bcc2 -SIZE (xpi/thunderbird-i18n-38.3.0/uk.xpi) = 509600 -SHA256 (xpi/thunderbird-i18n-38.3.0/vi.xpi) = d2d03bccd1bf564415e38ef3980b4a7e0a32fe30cada1ea8c15c0f96babca151 -SIZE (xpi/thunderbird-i18n-38.3.0/vi.xpi) = 519843 -SHA256 (xpi/thunderbird-i18n-38.3.0/zh-CN.xpi) = 8c3455bbe76b167f94f1b1f7c836aafd7f5d11e5fa7cc4071bde0fe77b4bcf49 -SIZE (xpi/thunderbird-i18n-38.3.0/zh-CN.xpi) = 466412 -SHA256 (xpi/thunderbird-i18n-38.3.0/zh-TW.xpi) = fd10d148424c21731b877104ac50628c973348f8bc813573130503d08a0e045e -SIZE (xpi/thunderbird-i18n-38.3.0/zh-TW.xpi) = 466661 +SHA256 (xpi/thunderbird-i18n-38.4.0/ar.xpi) = d4e60e78da33e68a2d9d6c38fbc21da120774f071d1ad66c8f64e45e7a1ab1bc +SIZE (xpi/thunderbird-i18n-38.4.0/ar.xpi) = 475296 +SHA256 (xpi/thunderbird-i18n-38.4.0/ast.xpi) = 951fe8891f21179b800f540871c0845d29b33d1edaddf2b731e8359fd02b7d18 +SIZE (xpi/thunderbird-i18n-38.4.0/ast.xpi) = 405873 +SHA256 (xpi/thunderbird-i18n-38.4.0/be.xpi) = 19da5332ba7beab567335fb53da020f00e37bc210b06606427c3da9663650569 +SIZE (xpi/thunderbird-i18n-38.4.0/be.xpi) = 442452 +SHA256 (xpi/thunderbird-i18n-38.4.0/bg.xpi) = 81d7df7cf1e66d16801ce727c8142897e2f9a3ef78d6fcf84318f1d5bdced1c5 +SIZE (xpi/thunderbird-i18n-38.4.0/bg.xpi) = 506124 +SHA256 (xpi/thunderbird-i18n-38.4.0/bn-BD.xpi) = 444efce23211bb069b7528ae09e89129225a89fed49077d1cbfa4eb2c0a1d356 +SIZE (xpi/thunderbird-i18n-38.4.0/bn-BD.xpi) = 560626 +SHA256 (xpi/thunderbird-i18n-38.4.0/br.xpi) = 9ed680b42abce45726df6b45586789a4d5ff069a658e7266368503c0eb2e9b3f +SIZE (xpi/thunderbird-i18n-38.4.0/br.xpi) = 449767 +SHA256 (xpi/thunderbird-i18n-38.4.0/ca.xpi) = 4203b358f6d9fe362f47a777ed131397de49e0fd3e4956ffe05284fac3bdd6a8 +SIZE (xpi/thunderbird-i18n-38.4.0/ca.xpi) = 450326 +SHA256 (xpi/thunderbird-i18n-38.4.0/cs.xpi) = 5a2c41694f56c2804c9f1c0a46262f02e318a146bcd4c6a9c6c32a6569a6e729 +SIZE (xpi/thunderbird-i18n-38.4.0/cs.xpi) = 448724 +SHA256 (xpi/thunderbird-i18n-38.4.0/cy.xpi) = 8aa599c3755cc40532cd0cde0ffd2d7ecb5d04cb05d92a068859fd4c772c2c74 +SIZE (xpi/thunderbird-i18n-38.4.0/cy.xpi) = 434848 +SHA256 (xpi/thunderbird-i18n-38.4.0/da.xpi) = 50e972efc741054a60a242963a357cb1330c91f1ce00226b948592135b0bd40a +SIZE (xpi/thunderbird-i18n-38.4.0/da.xpi) = 425829 +SHA256 (xpi/thunderbird-i18n-38.4.0/de.xpi) = d65ea03a6f4a252b7533952c0dd970e9f202e15ab6cdc70300cb2c43158d00e8 +SIZE (xpi/thunderbird-i18n-38.4.0/de.xpi) = 429877 +SHA256 (xpi/thunderbird-i18n-38.4.0/dsb.xpi) = f19d2474f9bce0b63e6ee46da8566ba5dd35b1e295eeae5fab44db363319640c +SIZE (xpi/thunderbird-i18n-38.4.0/dsb.xpi) = 458487 +SHA256 (xpi/thunderbird-i18n-38.4.0/el.xpi) = dbc7a3c20f5f5a8f9d8117a9de9bdea1bed8ec86761a56b607b54d8e838c95dc +SIZE (xpi/thunderbird-i18n-38.4.0/el.xpi) = 493490 +SHA256 (xpi/thunderbird-i18n-38.4.0/en-GB.xpi) = 2a4b9996555f2aae4d146f138d91fb6d2033d4d92f9a406ee174f30eab4e79df +SIZE (xpi/thunderbird-i18n-38.4.0/en-GB.xpi) = 416573 +SHA256 (xpi/thunderbird-i18n-38.4.0/en-US.xpi) = ef8a6ec4aa464854e6c42a6926b3fbda2df4e668ec1bb223ddfc9f41b3c92e2d +SIZE (xpi/thunderbird-i18n-38.4.0/en-US.xpi) = 416619 +SHA256 (xpi/thunderbird-i18n-38.4.0/es-AR.xpi) = 7bd6def638093ff0e680728da782b07ce2e95276fbdeadba6e372cce31bb7cc4 +SIZE (xpi/thunderbird-i18n-38.4.0/es-AR.xpi) = 442641 +SHA256 (xpi/thunderbird-i18n-38.4.0/es-ES.xpi) = 331b344422ff462cd96674e3162682db8b02e35078533e72a0f70d00ee8b6911 +SIZE (xpi/thunderbird-i18n-38.4.0/es-ES.xpi) = 376067 +SHA256 (xpi/thunderbird-i18n-38.4.0/et.xpi) = 3c38b229f6401e7d1d654f70da5bee4f21288c2b77c33e6e49f181ecf11c6661 +SIZE (xpi/thunderbird-i18n-38.4.0/et.xpi) = 438262 +SHA256 (xpi/thunderbird-i18n-38.4.0/eu.xpi) = bda4a1a17667f48d3982dd9b67993a8aa46054a1e31798686f5495e808b63d08 +SIZE (xpi/thunderbird-i18n-38.4.0/eu.xpi) = 434838 +SHA256 (xpi/thunderbird-i18n-38.4.0/fi.xpi) = 641a0ddd879d8964469caa3aaf590c26f147830c02245086c6b50f4a2097a201 +SIZE (xpi/thunderbird-i18n-38.4.0/fi.xpi) = 438890 +SHA256 (xpi/thunderbird-i18n-38.4.0/fr.xpi) = 80dfd39499fc518b1682d4e02bdec7f31d2543a9da8a6588fa29e08ff1defec7 +SIZE (xpi/thunderbird-i18n-38.4.0/fr.xpi) = 448228 +SHA256 (xpi/thunderbird-i18n-38.4.0/fy-NL.xpi) = b08acf69e3811748d16633f57a2796135edcbc172baad4b760657afa2cc4f969 +SIZE (xpi/thunderbird-i18n-38.4.0/fy-NL.xpi) = 442162 +SHA256 (xpi/thunderbird-i18n-38.4.0/ga-IE.xpi) = 1b22df1635e8284dfe8b0211b962f4e6dc1b6821c5be55bd86d3ab5fb32297af +SIZE (xpi/thunderbird-i18n-38.4.0/ga-IE.xpi) = 457412 +SHA256 (xpi/thunderbird-i18n-38.4.0/gd.xpi) = d5df704f78a895e996d3c247ea9e09afe60f007963bb2f38db19ab31ea00b132 +SIZE (xpi/thunderbird-i18n-38.4.0/gd.xpi) = 456317 +SHA256 (xpi/thunderbird-i18n-38.4.0/gl.xpi) = 77553c630648c6c497a2ae839c981aca14d09cca5d788bc1598ea8af31f45772 +SIZE (xpi/thunderbird-i18n-38.4.0/gl.xpi) = 457839 +SHA256 (xpi/thunderbird-i18n-38.4.0/he.xpi) = e3b410c7c3a72d7a00a941d707c4c3b0c60d42bc30866a6c93665a18998e0e1c +SIZE (xpi/thunderbird-i18n-38.4.0/he.xpi) = 485867 +SHA256 (xpi/thunderbird-i18n-38.4.0/hr.xpi) = d91376b2fcc6940ee0d0681d3926356ea2b7dff8d1083ea34c8584a305276644 +SIZE (xpi/thunderbird-i18n-38.4.0/hr.xpi) = 440420 +SHA256 (xpi/thunderbird-i18n-38.4.0/hsb.xpi) = c258583b8d4830ea20bcaaa0f6b3f1d3fabd9b3fa4aa5725f3640f48240cd282 +SIZE (xpi/thunderbird-i18n-38.4.0/hsb.xpi) = 456451 +SHA256 (xpi/thunderbird-i18n-38.4.0/hu.xpi) = b73805280c9464e8d41e74ebbf6a2b2fbc58fb221fd17885e1b6fd2cd225d343 +SIZE (xpi/thunderbird-i18n-38.4.0/hu.xpi) = 457988 +SHA256 (xpi/thunderbird-i18n-38.4.0/hy-AM.xpi) = 3c8f349176d421e090a16034d4208375fd36f2ca0db664b9138f344f6eaaafb7 +SIZE (xpi/thunderbird-i18n-38.4.0/hy-AM.xpi) = 500356 +SHA256 (xpi/thunderbird-i18n-38.4.0/id.xpi) = 294595cd419da412e8a907d9ec0b5934acbd8163cbfebf29d3472b5a6ca8fbee +SIZE (xpi/thunderbird-i18n-38.4.0/id.xpi) = 483187 +SHA256 (xpi/thunderbird-i18n-38.4.0/is.xpi) = 1c838ac49cf9c8cf64b1233abd685e996c284babee9a64964b4b90c6e2285105 +SIZE (xpi/thunderbird-i18n-38.4.0/is.xpi) = 443008 +SHA256 (xpi/thunderbird-i18n-38.4.0/it.xpi) = 0c572cadf9b5a16696b78f2d1683b627db0a5702698f7477d367ee2690aeee69 +SIZE (xpi/thunderbird-i18n-38.4.0/it.xpi) = 369024 +SHA256 (xpi/thunderbird-i18n-38.4.0/ja.xpi) = 901b396f920d4dc88367b2828c945de1ecc4e0b1ed2f33d793e65a07dad8f054 +SIZE (xpi/thunderbird-i18n-38.4.0/ja.xpi) = 492861 +SHA256 (xpi/thunderbird-i18n-38.4.0/ko.xpi) = 6f2f92f94c228c9da48a7c36c8b14868a029d9a2c3f54d5352740722aafc0da9 +SIZE (xpi/thunderbird-i18n-38.4.0/ko.xpi) = 454852 +SHA256 (xpi/thunderbird-i18n-38.4.0/lt.xpi) = c6fc41ca583092e314f19c3814cabbd275072b104a860f7644af00c5e9029c7a +SIZE (xpi/thunderbird-i18n-38.4.0/lt.xpi) = 454572 +SHA256 (xpi/thunderbird-i18n-38.4.0/nb-NO.xpi) = 0c5614dd8c5ee6ef20dc5b57eadf496abc66361c9b0128bb172a314939557c56 +SIZE (xpi/thunderbird-i18n-38.4.0/nb-NO.xpi) = 434341 +SHA256 (xpi/thunderbird-i18n-38.4.0/nl.xpi) = f0441f68a754a411b447f7b6423dd608de5716a64a5d486bb5275ddd0632c456 +SIZE (xpi/thunderbird-i18n-38.4.0/nl.xpi) = 435108 +SHA256 (xpi/thunderbird-i18n-38.4.0/nn-NO.xpi) = 036789fff634d37159f7ba35d43e93f65d8299934c55aa4b76a217b3dabd0186 +SIZE (xpi/thunderbird-i18n-38.4.0/nn-NO.xpi) = 436623 +SHA256 (xpi/thunderbird-i18n-38.4.0/pa-IN.xpi) = 29acab11415d7ac3229cfcc17538f1f93c9dfbdfdfc32fe8dde9a621dac70111 +SIZE (xpi/thunderbird-i18n-38.4.0/pa-IN.xpi) = 530461 +SHA256 (xpi/thunderbird-i18n-38.4.0/pl.xpi) = 63aa21e0cc3c3171b19a1196deeeb9a9179b2261dcc9517f491d911be69ef355 +SIZE (xpi/thunderbird-i18n-38.4.0/pl.xpi) = 411509 +SHA256 (xpi/thunderbird-i18n-38.4.0/pt-BR.xpi) = 97d632fcb86a8cd3d5d62a57bc6d0a4d06ecf37439e47397ea4f9016b056cd7f +SIZE (xpi/thunderbird-i18n-38.4.0/pt-BR.xpi) = 443752 +SHA256 (xpi/thunderbird-i18n-38.4.0/pt-PT.xpi) = 525147d8c2380a33fb32af4026972b0e814203c8f23c01104db371479c390d93 +SIZE (xpi/thunderbird-i18n-38.4.0/pt-PT.xpi) = 442064 +SHA256 (xpi/thunderbird-i18n-38.4.0/rm.xpi) = 24659e293dbecd52684bdb434bd4f3f21333459c67d311499451ad9787d97b9a +SIZE (xpi/thunderbird-i18n-38.4.0/rm.xpi) = 442113 +SHA256 (xpi/thunderbird-i18n-38.4.0/ro.xpi) = ca87bfc055d76231dca985b0a270633d5b4c092d09ad63a23ed7b87ab98f76ef +SIZE (xpi/thunderbird-i18n-38.4.0/ro.xpi) = 448349 +SHA256 (xpi/thunderbird-i18n-38.4.0/ru.xpi) = ca82a950a4cab1c303b531c47017e8e753381a1ca35e229011e624b3659615b4 +SIZE (xpi/thunderbird-i18n-38.4.0/ru.xpi) = 437591 +SHA256 (xpi/thunderbird-i18n-38.4.0/si.xpi) = 9da32d2866ace3b5edb129a8a43f0b91e492fbf62c390671f8b88b87e245a618 +SIZE (xpi/thunderbird-i18n-38.4.0/si.xpi) = 535341 +SHA256 (xpi/thunderbird-i18n-38.4.0/sk.xpi) = e9ab86a2c6d3dd032929f198a82b14ba7823ab973b85ed2dab146057aef99629 +SIZE (xpi/thunderbird-i18n-38.4.0/sk.xpi) = 456606 +SHA256 (xpi/thunderbird-i18n-38.4.0/sl.xpi) = 822208506a476e4df2629566861afec9fc739b49616aef1217f080cc2da195df +SIZE (xpi/thunderbird-i18n-38.4.0/sl.xpi) = 437848 +SHA256 (xpi/thunderbird-i18n-38.4.0/sq.xpi) = 2c20c2c288b8ab06b268ea1a055f61a2c7287cc7eaa342271a4511c6dd6a4052 +SIZE (xpi/thunderbird-i18n-38.4.0/sq.xpi) = 446897 +SHA256 (xpi/thunderbird-i18n-38.4.0/sr.xpi) = 16f914f1cc1015ea798d3486b08aaa8c8b7de19a0bbee85631f2d910895758f7 +SIZE (xpi/thunderbird-i18n-38.4.0/sr.xpi) = 543314 +SHA256 (xpi/thunderbird-i18n-38.4.0/sv-SE.xpi) = 5d5f37c0104a08e0101e93b28a2ad5a3df8910e3c47cce4b25f4d61d1ef699f3 +SIZE (xpi/thunderbird-i18n-38.4.0/sv-SE.xpi) = 439634 +SHA256 (xpi/thunderbird-i18n-38.4.0/ta-LK.xpi) = 171851b7e75b8e7bf227bc15079b8608a9e63682d26057104452a3a697772cc5 +SIZE (xpi/thunderbird-i18n-38.4.0/ta-LK.xpi) = 558738 +SHA256 (xpi/thunderbird-i18n-38.4.0/tr.xpi) = 6d40b110a752fea21018d18430fdc95d7217e77f9a0cc912c14c882218c5e1bc +SIZE (xpi/thunderbird-i18n-38.4.0/tr.xpi) = 447800 +SHA256 (xpi/thunderbird-i18n-38.4.0/uk.xpi) = 9cdc9926384d425473fc5c62d2bb35c20b248326cf98b73b2c98f7144f2a2061 +SIZE (xpi/thunderbird-i18n-38.4.0/uk.xpi) = 509601 +SHA256 (xpi/thunderbird-i18n-38.4.0/vi.xpi) = 4b385a97569a40331a5434762af52c4561f045892f0c51e852aae3af748df87a +SIZE (xpi/thunderbird-i18n-38.4.0/vi.xpi) = 519843 +SHA256 (xpi/thunderbird-i18n-38.4.0/zh-CN.xpi) = a30ec5320021565cc1602623a4e83017dc31e3dcb1ac83afaf68089ab2c2d321 +SIZE (xpi/thunderbird-i18n-38.4.0/zh-CN.xpi) = 466412 +SHA256 (xpi/thunderbird-i18n-38.4.0/zh-TW.xpi) = 4e8687e4862fbf46e0e3b45f3c691fcef649d468f8a14163a4945e9909e06d30 +SIZE (xpi/thunderbird-i18n-38.4.0/zh-TW.xpi) = 466661