Index: head/www/firefox-esr/Makefile =================================================================== --- head/www/firefox-esr/Makefile (revision 486747) +++ head/www/firefox-esr/Makefile (revision 486748) @@ -1,65 +1,64 @@ # Created by: Alan Eldridge # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 60.3.0 -PORTREVISION= 5 +DISTVERSION= 60.4.0 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source PKGNAMESUFFIX= -esr DISTFILES= ${DISTNAME}esr.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.19:devel/nspr \ nss>=3.36.1:security/nss \ icu>=59.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=1.7.6:print/harfbuzz \ graphite2>=1.3.11:graphics/graphite2 \ png>=1.6.34:graphics/png \ libvorbis>=1.3.6,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ sqlite3>=3.22.0:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ yasm:devel/yasm \ zip:archivers/zip USE_GECKO= gecko CPE_PRODUCT= ${PORTNAME}_esr CONFLICTS_INSTALL= firefox MOZ_PKGCONFIG_FILES= # empty USE_MOZILLA= # empty USES= tar:xz FIREFOX_ICON= ${MOZILLA}.png FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default48.png FIREFOX_DESKTOP= ${MOZSRC}/taskcluster/docker/${MOZILLA}-snap/${MOZILLA}.desktop MOZ_OPTIONS= --enable-application=browser \ --enable-official-branding .include "${.CURDIR}/../../www/firefox/Makefile.options" post-patch: @${REINPLACE_CMD} -e 's/%u/%U/' -e '/X-MultipleArgs/d' \ -e '/^Icon/s/=.*/=${FIREFOX_ICON:R}/' \ ${FIREFOX_DESKTOP} @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/browser/app/nsBrowserApp.cpp pre-configure: (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13) (cd ${WRKSRC}/js/src/ && ${LOCALBASE}/bin/autoconf-2.13) post-install: ${INSTALL_DATA} ${FIREFOX_DESKTOP} ${STAGEDIR}${PREFIX}/share/applications/ ${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps ${LN} -sf ${FIREFOX_ICON_SRC} ${STAGEDIR}${PREFIX}/share/pixmaps/${FIREFOX_ICON} .include Index: head/www/firefox-esr/distinfo =================================================================== --- head/www/firefox-esr/distinfo (revision 486747) +++ head/www/firefox-esr/distinfo (revision 486748) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539808809 -SHA256 (firefox-60.3.0esr.source.tar.xz) = 5566f3181aba169cae4b026cf1ea5e6b477d3e91b575fb3a42b5a33eeb2b5361 -SIZE (firefox-60.3.0esr.source.tar.xz) = 268340600 +TIMESTAMP = 1543878683 +SHA256 (firefox-60.4.0esr.source.tar.xz) = 205258548c3f245d42377b338f0db1272df39489d61305c39b83e52750ebff85 +SIZE (firefox-60.4.0esr.source.tar.xz) = 268425148 Index: head/www/firefox-esr/files/patch-bug1500484 =================================================================== --- head/www/firefox-esr/files/patch-bug1500484 (revision 486747) +++ head/www/firefox-esr/files/patch-bug1500484 (nonexistent) @@ -1,12 +0,0 @@ -Drop unused header breaking build on non-Linux - ---- widget/gtk/nsClipboardWayland.cpp -+++ widget/gtk/nsClipboardWayland.cpp -@@ -29,7 +29,6 @@ - - #include - #include --#include - #include - #include - #include Property changes on: head/www/firefox-esr/files/patch-bug1500484 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/firefox-esr/files/patch-bug1509757 =================================================================== --- head/www/firefox-esr/files/patch-bug1509757 (revision 486747) +++ head/www/firefox-esr/files/patch-bug1509757 (nonexistent) @@ -1,20 +0,0 @@ -Don't rely on GNU regex extension for character classes. - -$ echo --with-system-nspr --with-system-nss | gsed -e 's/--with-system-nspr\S* *//' ---with-system-nss -$ echo --with-system-nspr --with-system-nss | sed -e 's/--with-system-nspr\S* *//' -sed: 1: "s/--with-system-nspr\S* ...": RE error: trailing backslash (\) - -diff --git old-configure.in old-configure.in -index 7722587fadac..acf5d8d67a60 100644 ---- old-configure.in -+++ old-configure.in -@@ -4405,7 +4405,7 @@ ac_configure_args="$_SUBDIR_CONFIG_ARGS" - - # --with-system-nspr will have been converted into the relevant $NSPR_CFLAGS - # and $NSPR_LIBS. --ac_configure_args="`echo $ac_configure_args | sed -e 's/--with-system-nspr\S* *//'`" -+ac_configure_args="`echo $ac_configure_args | sed -e 's/--with-system-nspr[[^[:space:]]]* *//'`" - - if test "$_INTL_API" = no; then - ac_configure_args="$ac_configure_args --without-intl-api" Property changes on: head/www/firefox-esr/files/patch-bug1509757 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/firefox-esr/files/patch-bug1500850 =================================================================== --- head/www/firefox-esr/files/patch-bug1500850 (nonexistent) +++ head/www/firefox-esr/files/patch-bug1500850 (revision 486748) @@ -0,0 +1,26 @@ +commit 4425b9140c4c +Author: Martin Stransky +Date: Mon Oct 22 09:14:07 2018 +0000 + + Bug 1500850 - [Wayland] Add missing dbus header dbus-glib-lowlevel.h. r=jhorak, a=RyanVM + + Differential Revision: https://phabricator.services.mozilla.com/D9365 + + --HG-- + extra : source : 5203edd6ea29e4b73681674d2a5268dd6a310102 +--- + widget/xremoteclient/DBusRemoteClient.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git widget/xremoteclient/DBusRemoteClient.cpp widget/xremoteclient/DBusRemoteClient.cpp +index ba5bda06201d..b2f03dccc133 100644 +--- widget/xremoteclient/DBusRemoteClient.cpp ++++ widget/xremoteclient/DBusRemoteClient.cpp +@@ -13,6 +13,7 @@ + #include "nsPrintfCString.h" + + #include ++#include + + using mozilla::LogLevel; + static mozilla::LazyLogModule sRemoteLm("DBusRemoteClient"); Property changes on: head/www/firefox-esr/files/patch-bug1500850 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/firefox-esr-i18n/Makefile =================================================================== --- head/www/firefox-esr-i18n/Makefile (revision 486747) +++ head/www/firefox-esr-i18n/Makefile (revision 486748) @@ -1,90 +1,90 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 60.3.0 +PORTVERSION= 60.4.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build1/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build2/linux-i686/xpi PKGNAMEPREFIX= PKGNAMESUFFIX= -esr-i18n DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} MAINTAINER= gecko@FreeBSD.org COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:archivers/zip USES= zip:infozip gecko:firefox,build USE_XPI= firefox NO_ARCH= yes USE_SUBMAKE= yes WDIR= langpack-*@firefox.mozilla.org XPI_DISTNAMES= ${FIREFOX_I18N_} PLIST?= ${WRKDIR}/plist PLISTF?= ${WRKDIR}/plist_files .include "${.CURDIR}/Makefile.option" .include .ifndef WITHOUT_SWITCHER RUN_DEPENDS+= xpi-quick-locale-switcher>=0:www/xpi-quick-locale-switcher .endif .include "${.CURDIR}/Makefile.lang" FIREFOX_I18N_?= ${FIREFOX_I18N} .for dist in ${XPI_DISTNAMES} XPI_ID_${dist}= langpack-${dist}@firefox.mozilla.org .endfor pre-everything:: @${ECHO_CMD} @${ECHO_CMD} "Please define FIREFOX_I18N_ALL to install all languages." @${ECHO_CMD} do-extract: @${MKDIR} ${WRKSRC} @for lang in ${FIREFOX_I18N_}; do \ if ! (${UNZIP_CMD} -qo ${_DISTDIR}/$$lang.xpi -d ${WRKSRC}/langpack-$$lang@firefox.mozilla.org);\ then \ exit 1; \ fi; \ cd ${WRKSRC}/langpack-$$lang@firefox.mozilla.org/; \ ${FIND} -H -s * ! -type d | \ ${SED} -e "s|^|lib/xpi/langpack-$$lang@firefox.mozilla.org/|" >> ${PLISTF}; \ done ${CAT} ${PLISTF} | ${SORT} >> ${PLIST} do-install: @${MKDIR} ${STAGEDIR}${XPI_LIBDIR} 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} ; { ${RM} $$_dir/${WDIR} ; }' ${_A} post-patch: ${FIND} ${WRKSRC} -name install.rdf -print0 | \ ${XARGS} -0L1 ${REINPLACE_CMD} -i '' -e '/ Index: head/www/firefox-esr-i18n/distinfo =================================================================== --- head/www/firefox-esr-i18n/distinfo (revision 486747) +++ head/www/firefox-esr-i18n/distinfo (revision 486748) @@ -1,197 +1,197 @@ -TIMESTAMP = 1539808809 -SHA256 (xpi/firefox-60.3.0/ach.xpi) = b0bbd33b33c22a7e30ca9e826295a256ea6a20008d98ca338579ccd8ec2d65b8 -SIZE (xpi/firefox-60.3.0/ach.xpi) = 496841 -SHA256 (xpi/firefox-60.3.0/af.xpi) = 8400214562e036bd28f6d9f785b38b5b071613aacd71ef4cc3fad511c99a16da -SIZE (xpi/firefox-60.3.0/af.xpi) = 487308 -SHA256 (xpi/firefox-60.3.0/an.xpi) = 7618a77771376a3decb22c6acdc2c0510bcd3a17fa70a40a3f07909889e04aa9 -SIZE (xpi/firefox-60.3.0/an.xpi) = 520503 -SHA256 (xpi/firefox-60.3.0/ar.xpi) = a1760344b5f2606162a63025d24fa33e9120825fad47c053cb77d0f98b86d574 -SIZE (xpi/firefox-60.3.0/ar.xpi) = 547820 -SHA256 (xpi/firefox-60.3.0/as.xpi) = fbc300eead3d622c571cdd20b1ae83afb4ca1b389ed17102c63f3ab279128492 -SIZE (xpi/firefox-60.3.0/as.xpi) = 530720 -SHA256 (xpi/firefox-60.3.0/ast.xpi) = cb9c277dfb621f24991397e18ddb954e2f924d08084b047c6f39dfe2e5a3a10c -SIZE (xpi/firefox-60.3.0/ast.xpi) = 508650 -SHA256 (xpi/firefox-60.3.0/az.xpi) = 94d260ba86acbe76ee2e709eded0e3ecbc58fa89a19b6c02da9a534d1a527851 -SIZE (xpi/firefox-60.3.0/az.xpi) = 524751 -SHA256 (xpi/firefox-60.3.0/be.xpi) = b4d5623c1e70c5bd9c283bab08f9f9c8dd434bb99ed696d3af266d9739f1ea69 -SIZE (xpi/firefox-60.3.0/be.xpi) = 580712 -SHA256 (xpi/firefox-60.3.0/bg.xpi) = 757a862d6ad512ba6229723f5717814d65865daf0fb716a1a194a94ae9f20ee9 -SIZE (xpi/firefox-60.3.0/bg.xpi) = 573846 -SHA256 (xpi/firefox-60.3.0/bn-BD.xpi) = e4c091c6da5dac795fcbc70465db877b5fbf589f6a9f54bce291df41f2d12cc2 -SIZE (xpi/firefox-60.3.0/bn-BD.xpi) = 590421 -SHA256 (xpi/firefox-60.3.0/bn-IN.xpi) = 6b4ee455d61f232a0be3e3e716b4de0b4b64a0ac22b6ca9f192b91b4ff0271d3 -SIZE (xpi/firefox-60.3.0/bn-IN.xpi) = 570868 -SHA256 (xpi/firefox-60.3.0/br.xpi) = 5c15684264a21adf00d99422c61a1188da88f0f8d0ce4d03c3d7db7f0c2b8c99 -SIZE (xpi/firefox-60.3.0/br.xpi) = 512026 -SHA256 (xpi/firefox-60.3.0/bs.xpi) = 031d2a80645bb3ce88f67af59dc152dc6596efd9910f640ff67a59fdcacaeedd -SIZE (xpi/firefox-60.3.0/bs.xpi) = 514715 -SHA256 (xpi/firefox-60.3.0/ca.xpi) = ebd248c1908cfd6f3d2db96026f65157b27c02b2676addf467290f09f4de8a89 -SIZE (xpi/firefox-60.3.0/ca.xpi) = 525261 -SHA256 (xpi/firefox-60.3.0/cak.xpi) = 894c9cb71202b485a6f8b3d468e655261e6757ed9864a11551966eacf76fb658 -SIZE (xpi/firefox-60.3.0/cak.xpi) = 536297 -SHA256 (xpi/firefox-60.3.0/cs.xpi) = 381d7bec5697fa67ffbdf6ce7242ed497c84adb7f0721d91fedbaf792050c1c9 -SIZE (xpi/firefox-60.3.0/cs.xpi) = 531796 -SHA256 (xpi/firefox-60.3.0/cy.xpi) = c76eb31941e263c0a075a64ed6f7e2d6c5d31e9315eeac42c153dd28327daa09 -SIZE (xpi/firefox-60.3.0/cy.xpi) = 516645 -SHA256 (xpi/firefox-60.3.0/da.xpi) = 98df9fb58f0aba5f3b4e033ed866ce2457a13b8afe967f4241ae7322de34ee0f -SIZE (xpi/firefox-60.3.0/da.xpi) = 510756 -SHA256 (xpi/firefox-60.3.0/de.xpi) = edd1630fe9b5690ae7d61f1f7458cc92fc3a5e7102f0320d65226d0b264c2c3c -SIZE (xpi/firefox-60.3.0/de.xpi) = 526517 -SHA256 (xpi/firefox-60.3.0/dsb.xpi) = 324a15e77b880a38d4b742dae73e6605248a4fd70f4fe85b6e944811d52c1c4c -SIZE (xpi/firefox-60.3.0/dsb.xpi) = 539521 -SHA256 (xpi/firefox-60.3.0/el.xpi) = a491e7a6becb3b52b2cbed482e2d34510df2cdf4cd96c26ceb279ab044ef8894 -SIZE (xpi/firefox-60.3.0/el.xpi) = 593698 -SHA256 (xpi/firefox-60.3.0/en-GB.xpi) = e0d2c4250ff2827af81f9d1e1e8feb854b36f3b713be7b58e699bb16d92dfdb6 -SIZE (xpi/firefox-60.3.0/en-GB.xpi) = 491692 -SHA256 (xpi/firefox-60.3.0/en-US.xpi) = 157a806a12db50ac9a76d57cdbb1f52f505c46965235e1fb59367f30bdc12588 -SIZE (xpi/firefox-60.3.0/en-US.xpi) = 473176 -SHA256 (xpi/firefox-60.3.0/en-ZA.xpi) = 0867633104fad73da1b9e4414dff19abaaa3d5bca6d26ac24f04ed64d905d086 -SIZE (xpi/firefox-60.3.0/en-ZA.xpi) = 474677 -SHA256 (xpi/firefox-60.3.0/eo.xpi) = 29d3734f5373e9fdd4518ac12ce4326d22a7b2e9db388a8d1cab463912f34d31 -SIZE (xpi/firefox-60.3.0/eo.xpi) = 511264 -SHA256 (xpi/firefox-60.3.0/es-AR.xpi) = 64068a5323988432eb3099049883fde8c95a05932481fb90377a9757890e04bf -SIZE (xpi/firefox-60.3.0/es-AR.xpi) = 524646 -SHA256 (xpi/firefox-60.3.0/es-CL.xpi) = f2b852a5bc64af838d18dd9b1ea04f870db724dbd2d6cc699aabb474dc7060ad -SIZE (xpi/firefox-60.3.0/es-CL.xpi) = 527324 -SHA256 (xpi/firefox-60.3.0/es-ES.xpi) = f3a631f4c93f53901e8283be53a1823b1711238a662054e30635f0bcdf9fbd6c -SIZE (xpi/firefox-60.3.0/es-ES.xpi) = 459961 -SHA256 (xpi/firefox-60.3.0/es-MX.xpi) = 5cfc96b9265ac2876f3f0679c31dcfaa7ea6e58a2baca257fc8315fc5af90c28 -SIZE (xpi/firefox-60.3.0/es-MX.xpi) = 528665 -SHA256 (xpi/firefox-60.3.0/et.xpi) = 29853371609e98f79a6d13e6ce9b4eef31171827b4f080defe2ca8b6e36c5e73 -SIZE (xpi/firefox-60.3.0/et.xpi) = 504975 -SHA256 (xpi/firefox-60.3.0/eu.xpi) = 7e0c7bd4ed9925a5eb615150f2894db534937c6e61275f7abf6749c27554fe34 -SIZE (xpi/firefox-60.3.0/eu.xpi) = 511705 -SHA256 (xpi/firefox-60.3.0/fa.xpi) = 982ef5263955a69cb3a0feeee297aaa7f3a6dc0638e471d7d38f4775c953be0f -SIZE (xpi/firefox-60.3.0/fa.xpi) = 566267 -SHA256 (xpi/firefox-60.3.0/ff.xpi) = e12573718b1e732dc74bc7e50965105524b7178dd01ecbbc26507868ad044e62 -SIZE (xpi/firefox-60.3.0/ff.xpi) = 512206 -SHA256 (xpi/firefox-60.3.0/fi.xpi) = 4f2260f65af52f0acb8f37ce6b879a8392e1d2b5e00090206f423f18d7ec7762 -SIZE (xpi/firefox-60.3.0/fi.xpi) = 506183 -SHA256 (xpi/firefox-60.3.0/fr.xpi) = 25ae7acb918f1c18f208d383f78a50060c572b25b4023ecdd68e0daebe832821 -SIZE (xpi/firefox-60.3.0/fr.xpi) = 536071 -SHA256 (xpi/firefox-60.3.0/fy-NL.xpi) = 25931239276a37e6ec314c4a3fbdabc6f4ac057859ae1ee43d1cb28ffd2ba49e -SIZE (xpi/firefox-60.3.0/fy-NL.xpi) = 524525 -SHA256 (xpi/firefox-60.3.0/ga-IE.xpi) = 229b78ccad71a1410dd3ce4db0c3a516057f757397fc74e43298ac0b5b345ecc -SIZE (xpi/firefox-60.3.0/ga-IE.xpi) = 526990 -SHA256 (xpi/firefox-60.3.0/gd.xpi) = 7461f37ac778784893e0eea6d402ccd94d83b334f760cedb0d1482fc47eeaf48 -SIZE (xpi/firefox-60.3.0/gd.xpi) = 520863 -SHA256 (xpi/firefox-60.3.0/gl.xpi) = bc1a55afdd71ee940896ce31ea0bceff71b3c8083a3f9d431938f8fd505151da -SIZE (xpi/firefox-60.3.0/gl.xpi) = 497372 -SHA256 (xpi/firefox-60.3.0/gn.xpi) = 35c1eabd982153cd123b7f571ea6c4da6586fa026cf675f4dc243c354bc0e283 -SIZE (xpi/firefox-60.3.0/gn.xpi) = 533216 -SHA256 (xpi/firefox-60.3.0/gu-IN.xpi) = d4304667fd3df6312fce7584e6370efa87e756a13943a2c35ca84f0bc9c3da4b -SIZE (xpi/firefox-60.3.0/gu-IN.xpi) = 590264 -SHA256 (xpi/firefox-60.3.0/he.xpi) = fec2341b62f4b77080ea02502eb0fdb3473b079fd713acea19f9f413e598b903 -SIZE (xpi/firefox-60.3.0/he.xpi) = 535980 -SHA256 (xpi/firefox-60.3.0/hi-IN.xpi) = c39860fa51dc60e11ef38925b24f835bccc82b0ac309e1d7dba06278ff58106b -SIZE (xpi/firefox-60.3.0/hi-IN.xpi) = 590859 -SHA256 (xpi/firefox-60.3.0/hr.xpi) = caabb52fc34a957e82a390795b3d4244984cce8c2762d9e3b7bbe600451210f0 -SIZE (xpi/firefox-60.3.0/hr.xpi) = 515964 -SHA256 (xpi/firefox-60.3.0/hsb.xpi) = 83157adce2b667cb7dac0657a4af8ba4e383372de6294ee3be27ed7eb8b136c2 -SIZE (xpi/firefox-60.3.0/hsb.xpi) = 537062 -SHA256 (xpi/firefox-60.3.0/hu.xpi) = f17b7caa46a2332b32a1ff28d410956bffed1f2181a687981f4407c09ada22de -SIZE (xpi/firefox-60.3.0/hu.xpi) = 538414 -SHA256 (xpi/firefox-60.3.0/hy-AM.xpi) = 1c512b4e76b4b0d09e84c3e61798cdefef5a4a8f8e94891f4b773f6e38d06c06 -SIZE (xpi/firefox-60.3.0/hy-AM.xpi) = 569420 -SHA256 (xpi/firefox-60.3.0/ia.xpi) = 9b36112a645f508e292d878e9608d9318dc8e24b428b83e09716b9dee6e0cb82 -SIZE (xpi/firefox-60.3.0/ia.xpi) = 510738 -SHA256 (xpi/firefox-60.3.0/id.xpi) = ccd1a33d9bce8a136c04d0c995c35b41d03bcf9af57969fca04f25236e0689ed -SIZE (xpi/firefox-60.3.0/id.xpi) = 502225 -SHA256 (xpi/firefox-60.3.0/is.xpi) = 42038be29be2db04236038e5ed7670e8d8549c728b1ddd62b98067b0dcb294c9 -SIZE (xpi/firefox-60.3.0/is.xpi) = 513268 -SHA256 (xpi/firefox-60.3.0/it.xpi) = 7b8e3b93b695f177edf3b9b1494cd0bed94020c3fef41154731a2285f82b4f85 -SIZE (xpi/firefox-60.3.0/it.xpi) = 399097 -SHA256 (xpi/firefox-60.3.0/ja.xpi) = 5944569b7061640bb8222b6a4cd2a6d205023fa7f9941a2ea581c8c292c4a07a -SIZE (xpi/firefox-60.3.0/ja.xpi) = 572018 -SHA256 (xpi/firefox-60.3.0/ka.xpi) = 3f01f709407db0a54a9cbb68f5752e01b6119e33c1bd579656aea76635f00f01 -SIZE (xpi/firefox-60.3.0/ka.xpi) = 556845 -SHA256 (xpi/firefox-60.3.0/kab.xpi) = 89d065986880411dae008cdb6c470c6ecb1cb6be443f6fd7180d9f5416e9837d -SIZE (xpi/firefox-60.3.0/kab.xpi) = 520399 -SHA256 (xpi/firefox-60.3.0/kk.xpi) = 904558c456c61bc3be4eb9f199f53842714ad4af29bf023acdf1ba413ec14d53 -SIZE (xpi/firefox-60.3.0/kk.xpi) = 582981 -SHA256 (xpi/firefox-60.3.0/km.xpi) = 3417c8a69cddc1910d014db92e1b053013ac0608dd33351cfd5be6c3ba2932f5 -SIZE (xpi/firefox-60.3.0/km.xpi) = 583109 -SHA256 (xpi/firefox-60.3.0/kn.xpi) = 6e70e100da9d1f52c35c76e409daece8d7618ade33a70f93f830bdab63e02cd8 -SIZE (xpi/firefox-60.3.0/kn.xpi) = 585876 -SHA256 (xpi/firefox-60.3.0/ko.xpi) = eaf4df8778c73c66837a60434dbcd5965b5e9e072c6a8d38ffa18d40214a856d -SIZE (xpi/firefox-60.3.0/ko.xpi) = 547827 -SHA256 (xpi/firefox-60.3.0/lij.xpi) = df0c792859d12a7767450d565100076b6b443a048f6610b70a0dbdb563171168 -SIZE (xpi/firefox-60.3.0/lij.xpi) = 513182 -SHA256 (xpi/firefox-60.3.0/lt.xpi) = d3052013cdde28d225df6dd30c176e74ec809bc280fad8c760b7bcf65d374570 -SIZE (xpi/firefox-60.3.0/lt.xpi) = 536462 -SHA256 (xpi/firefox-60.3.0/lv.xpi) = 2132094914101026ad4289fb7b0386fa5ddaf3219494d1dca49e2a2bb4d6e108 -SIZE (xpi/firefox-60.3.0/lv.xpi) = 526416 -SHA256 (xpi/firefox-60.3.0/mai.xpi) = 64f4672c2a08d1b6f94236e470fd12ab9388384de58691520b630bc006c569e6 -SIZE (xpi/firefox-60.3.0/mai.xpi) = 549255 -SHA256 (xpi/firefox-60.3.0/mk.xpi) = 8a1e5ad944012e97aeda5688ad7c757d0ac764a5c7d7e5772055ba6c23ad87f1 -SIZE (xpi/firefox-60.3.0/mk.xpi) = 513806 -SHA256 (xpi/firefox-60.3.0/ml.xpi) = ef12810a590838668fa7587017c4f6c3944e58b477697efe2bca1cebe0e5e4b4 -SIZE (xpi/firefox-60.3.0/ml.xpi) = 598984 -SHA256 (xpi/firefox-60.3.0/mr.xpi) = 3f15817200c0b1d0ea8300aa445ec763b46bf8760343715e487d251a16f2c953 -SIZE (xpi/firefox-60.3.0/mr.xpi) = 579122 -SHA256 (xpi/firefox-60.3.0/ms.xpi) = 962bccb389ea981a9811a042227e7ee799eb29676f6e47d113ceb92500ea396e -SIZE (xpi/firefox-60.3.0/ms.xpi) = 509558 -SHA256 (xpi/firefox-60.3.0/my.xpi) = b7b51250ceb1679033e6a8777eba2757eefd100e31344a24a542d60d6dac54a0 -SIZE (xpi/firefox-60.3.0/my.xpi) = 570353 -SHA256 (xpi/firefox-60.3.0/nb-NO.xpi) = e528f52231e6c606c5fefa17a89bd9f2f90fd7ca92c99ad48c3f96f77aabdc74 -SIZE (xpi/firefox-60.3.0/nb-NO.xpi) = 509890 -SHA256 (xpi/firefox-60.3.0/ne-NP.xpi) = e8ab7d05fb37ea7346c9b57fcc036c629f733b1781a51848039a556cc888a396 -SIZE (xpi/firefox-60.3.0/ne-NP.xpi) = 555364 -SHA256 (xpi/firefox-60.3.0/nl.xpi) = 6d396039913d40892fe97a7f958ef556ddc393d9e633a896e823763efd4e4868 -SIZE (xpi/firefox-60.3.0/nl.xpi) = 517461 -SHA256 (xpi/firefox-60.3.0/nn-NO.xpi) = 06aa328df682316401aac6505c8432395822fc0e7b66f77d2335ededd8ef074d -SIZE (xpi/firefox-60.3.0/nn-NO.xpi) = 511433 -SHA256 (xpi/firefox-60.3.0/oc.xpi) = 971296802cb03b9be4757a58a839a9361227d56015a48a1f7470527245d92e44 -SIZE (xpi/firefox-60.3.0/oc.xpi) = 526981 -SHA256 (xpi/firefox-60.3.0/or.xpi) = 68f5476c66afd69c8db8ab2ce97b688da92539363604c7322ba107357c40ae87 -SIZE (xpi/firefox-60.3.0/or.xpi) = 540872 -SHA256 (xpi/firefox-60.3.0/pa-IN.xpi) = f9ec0cbda3ad58af64e02683882fe4ddcf64a9d198459f8de96205e4ad15b7e1 -SIZE (xpi/firefox-60.3.0/pa-IN.xpi) = 557874 -SHA256 (xpi/firefox-60.3.0/pl.xpi) = d371b1b7a1b5cbe3023a199feb3a1050a9840435be895e8501e3c08d0e72136d -SIZE (xpi/firefox-60.3.0/pl.xpi) = 419029 -SHA256 (xpi/firefox-60.3.0/pt-BR.xpi) = 9ad73bb14bc107dd9e8879b9104f23cc7547c7b4fe7f3e0bcd2dc1379ce2d4fb -SIZE (xpi/firefox-60.3.0/pt-BR.xpi) = 514770 -SHA256 (xpi/firefox-60.3.0/pt-PT.xpi) = 6e908c6f731e747a3a2a560e3a4e762298180cfa40b961572727de7683014b7a -SIZE (xpi/firefox-60.3.0/pt-PT.xpi) = 519361 -SHA256 (xpi/firefox-60.3.0/rm.xpi) = 3221db1c1cf6e593979001d50ea6963bb3bfd071dbcd1db8088a29b7670b5b7d -SIZE (xpi/firefox-60.3.0/rm.xpi) = 506051 -SHA256 (xpi/firefox-60.3.0/ro.xpi) = b3f129decde7df529a48040bcb10f99ae0b1650fadfd4573c119b8ef72e9e800 -SIZE (xpi/firefox-60.3.0/ro.xpi) = 514054 -SHA256 (xpi/firefox-60.3.0/ru.xpi) = 1c321fc3a6c10b5fdb7bce1f1f35815a9fb5741f278831b1e563462530d71c5e -SIZE (xpi/firefox-60.3.0/ru.xpi) = 591395 -SHA256 (xpi/firefox-60.3.0/si.xpi) = d3d8d5e3a554520f59eca3f4dd94a6e3a76119ff0e9daca9b67fa45495330c0f -SIZE (xpi/firefox-60.3.0/si.xpi) = 545581 -SHA256 (xpi/firefox-60.3.0/sk.xpi) = 2d86ae5527abc5f76d36b8d9f9095c1ba644ee569c29576315a13a7c0b2c81db -SIZE (xpi/firefox-60.3.0/sk.xpi) = 541703 -SHA256 (xpi/firefox-60.3.0/sl.xpi) = 82ba340140fcafcd26bdc8f9b77f2cfdd24811ac4f6c635cf864f89cabe5802e -SIZE (xpi/firefox-60.3.0/sl.xpi) = 519378 -SHA256 (xpi/firefox-60.3.0/son.xpi) = a454960ee79f47e6086ee96e63585b6a347c9789515fa4d22abd1d540bb582d1 -SIZE (xpi/firefox-60.3.0/son.xpi) = 497697 -SHA256 (xpi/firefox-60.3.0/sq.xpi) = 297265d54732fed1ee8f8f73eec2da69302ca5b3539d319204e917ec42b3d823 -SIZE (xpi/firefox-60.3.0/sq.xpi) = 521266 -SHA256 (xpi/firefox-60.3.0/sr.xpi) = 281d3bd00cd90f2ffde53b20cf696e92e9f4fa5479e0ac37828b3c94844e80a2 -SIZE (xpi/firefox-60.3.0/sr.xpi) = 548777 -SHA256 (xpi/firefox-60.3.0/sv-SE.xpi) = 208b39fce0317f3ec05e6b4677de5114f819e1e0ed8d9627aa61131c807465e7 -SIZE (xpi/firefox-60.3.0/sv-SE.xpi) = 518662 -SHA256 (xpi/firefox-60.3.0/ta.xpi) = bad74c913de6faae2a3cff0c8868aaf571a159624c0ca9496f760ee1cadb4277 -SIZE (xpi/firefox-60.3.0/ta.xpi) = 577925 -SHA256 (xpi/firefox-60.3.0/te.xpi) = a5dc3a8deda27ae74652b085f226dd8309b5dc772a0ae536c774a251eb2aa1e1 -SIZE (xpi/firefox-60.3.0/te.xpi) = 590955 -SHA256 (xpi/firefox-60.3.0/th.xpi) = 690ed8b98d20c9f57e1e368ae422e3fc851a9faedfddff5e934cbea854493ca1 -SIZE (xpi/firefox-60.3.0/th.xpi) = 562819 -SHA256 (xpi/firefox-60.3.0/tr.xpi) = f5a8ac9153b63667c7521ca1cf7c010e640dd2ef2a1e9d895968d30fd53a3a34 -SIZE (xpi/firefox-60.3.0/tr.xpi) = 525854 -SHA256 (xpi/firefox-60.3.0/uk.xpi) = 208a172100fe7229b39b67d64fd6820b390df0c8fb4c342f34d187383319254b -SIZE (xpi/firefox-60.3.0/uk.xpi) = 580918 -SHA256 (xpi/firefox-60.3.0/ur.xpi) = 34a0b11c65558236ca0b8ec682ef6077c31b6509d92f0211ba4839c6891e8d59 -SIZE (xpi/firefox-60.3.0/ur.xpi) = 563372 -SHA256 (xpi/firefox-60.3.0/uz.xpi) = 9e29fd77c44845d591b51c5dc1ced6ca0b21068d3aeb3a729658ab6a2e608657 -SIZE (xpi/firefox-60.3.0/uz.xpi) = 513688 -SHA256 (xpi/firefox-60.3.0/vi.xpi) = ac2628d8d3ed74f5c6be86b4875cf739bb5b2e871c83c605161bcd82229f14f8 -SIZE (xpi/firefox-60.3.0/vi.xpi) = 528186 -SHA256 (xpi/firefox-60.3.0/xh.xpi) = 0685ffa285c674bb79b6d2f11f87a1a4092622a4fce48640bee4dfccdc68d7df -SIZE (xpi/firefox-60.3.0/xh.xpi) = 511853 -SHA256 (xpi/firefox-60.3.0/zh-CN.xpi) = 920feb459841eaf3e87c3cc5359f7a352b222262854e3e94bfdf2bcc5a2a4c43 -SIZE (xpi/firefox-60.3.0/zh-CN.xpi) = 543582 -SHA256 (xpi/firefox-60.3.0/zh-TW.xpi) = e57bd11987d45fd7c5062b4629f599f4b1b4873866498f6213a5118964755d42 -SIZE (xpi/firefox-60.3.0/zh-TW.xpi) = 541908 +TIMESTAMP = 1543878683 +SHA256 (xpi/firefox-60.4.0/ach.xpi) = 6c5994f79cd186bd9c12b309f7fe4dcccfea6467cdef752e5808f8b999f4e863 +SIZE (xpi/firefox-60.4.0/ach.xpi) = 496839 +SHA256 (xpi/firefox-60.4.0/af.xpi) = 533f29c135b81f87b4d0e16a1c1024bb88fb765530006346632dfcabae775efd +SIZE (xpi/firefox-60.4.0/af.xpi) = 487313 +SHA256 (xpi/firefox-60.4.0/an.xpi) = 1386a3c3ec49171f0f36cc402e42947da237f685c337c350190de260b65d0c08 +SIZE (xpi/firefox-60.4.0/an.xpi) = 520500 +SHA256 (xpi/firefox-60.4.0/ar.xpi) = 28c1493982afd32ccb1533140fdc2f72cf5202be6917a6ee549d44a93180ce91 +SIZE (xpi/firefox-60.4.0/ar.xpi) = 547812 +SHA256 (xpi/firefox-60.4.0/as.xpi) = 8686a58ecba3b3fc16335ce3178f7958c0d3a2af36a9365ce73ec946af87bfbd +SIZE (xpi/firefox-60.4.0/as.xpi) = 530723 +SHA256 (xpi/firefox-60.4.0/ast.xpi) = b4a37f8336ca24670c83d9efb92ffb4ed263c1a5d3a9bf4219f887eb80ea5d90 +SIZE (xpi/firefox-60.4.0/ast.xpi) = 508654 +SHA256 (xpi/firefox-60.4.0/az.xpi) = 6aec8e5f2ec6e6022a64ffa78d362355fad1b1bc244bd98bdf8ed357e0c27c51 +SIZE (xpi/firefox-60.4.0/az.xpi) = 524747 +SHA256 (xpi/firefox-60.4.0/be.xpi) = 830f80a2d2d82067a44a39b10d13b9ca48c19703ae346f561bf39230fc67c33d +SIZE (xpi/firefox-60.4.0/be.xpi) = 580716 +SHA256 (xpi/firefox-60.4.0/bg.xpi) = aea44af29929a9623c2eec09841c1886d6f5ca28cc5850cbbf4bfc6f9629ae40 +SIZE (xpi/firefox-60.4.0/bg.xpi) = 573847 +SHA256 (xpi/firefox-60.4.0/bn-BD.xpi) = b9a405fb1188b9f9d0e412653ccfb3bf7ac0442a97fecdecf03a62e8cf45f5f6 +SIZE (xpi/firefox-60.4.0/bn-BD.xpi) = 590424 +SHA256 (xpi/firefox-60.4.0/bn-IN.xpi) = cd470e9980bcd4695c144cb6015e3daa35a996743916404574959d9dd441076d +SIZE (xpi/firefox-60.4.0/bn-IN.xpi) = 570865 +SHA256 (xpi/firefox-60.4.0/br.xpi) = 509881c785d1a9f55cf7fa9e30de444ac9af5886748dca4a2cd45df60d9df257 +SIZE (xpi/firefox-60.4.0/br.xpi) = 512028 +SHA256 (xpi/firefox-60.4.0/bs.xpi) = b9c140cc80ea283c014b14261fdb9a9ef3b80a555bf82006d75ac4e1ca267e0a +SIZE (xpi/firefox-60.4.0/bs.xpi) = 514708 +SHA256 (xpi/firefox-60.4.0/ca.xpi) = b93070ce533d706d81aa23d8c86d40f7b4ab12530a61eab1db16f044616156dc +SIZE (xpi/firefox-60.4.0/ca.xpi) = 525255 +SHA256 (xpi/firefox-60.4.0/cak.xpi) = 247ea7d7505d4b628cb61f2e3cc3f117ad6361b4068651e7ef9e1e2d6e2daaa9 +SIZE (xpi/firefox-60.4.0/cak.xpi) = 536300 +SHA256 (xpi/firefox-60.4.0/cs.xpi) = 61a1b2ac458acb878b117c1d6c69a84754d1b6aa0c0cabfb4949dab8c4d72e12 +SIZE (xpi/firefox-60.4.0/cs.xpi) = 531794 +SHA256 (xpi/firefox-60.4.0/cy.xpi) = 973c736b181fe17fa9178a56520ee1fe859bd29fb34ee4d608025e9ad32daa79 +SIZE (xpi/firefox-60.4.0/cy.xpi) = 516632 +SHA256 (xpi/firefox-60.4.0/da.xpi) = 9a4cdbfa1d7a8df5d8d0cf593e702ab9a64a0d7bf8f7e5e5f52c0b926a1a2bb9 +SIZE (xpi/firefox-60.4.0/da.xpi) = 510750 +SHA256 (xpi/firefox-60.4.0/de.xpi) = 4fd7c13c3f7d3b35f4e8e6b78c0ffc346ac997dabdbcdc4ae325b32ba9205f53 +SIZE (xpi/firefox-60.4.0/de.xpi) = 526520 +SHA256 (xpi/firefox-60.4.0/dsb.xpi) = b3146a23988fed470c20a464e24bccaa32436b1c496a7c3cb7b6f88c7c445966 +SIZE (xpi/firefox-60.4.0/dsb.xpi) = 539525 +SHA256 (xpi/firefox-60.4.0/el.xpi) = e4063533df98d216b95513782536c5df4ce61e3c1c04a16d5454767fb091395c +SIZE (xpi/firefox-60.4.0/el.xpi) = 593689 +SHA256 (xpi/firefox-60.4.0/en-GB.xpi) = 63ed16629f8abacc5246760e87878604390f5501bfaf81770cd9d772cf74963a +SIZE (xpi/firefox-60.4.0/en-GB.xpi) = 491695 +SHA256 (xpi/firefox-60.4.0/en-US.xpi) = c253f340f02c8c3a1d0dbf7b68fde4055892e69fc45c0e144ff74fd487dadacd +SIZE (xpi/firefox-60.4.0/en-US.xpi) = 473178 +SHA256 (xpi/firefox-60.4.0/en-ZA.xpi) = 0c1b753e59455191a79d5f11c2dfbec7778dbf39242eb49a668c5eb297fba33a +SIZE (xpi/firefox-60.4.0/en-ZA.xpi) = 474674 +SHA256 (xpi/firefox-60.4.0/eo.xpi) = 449f6581cb43407675aae277b37b974d7785b6526956fb2434cf4bef60d44e60 +SIZE (xpi/firefox-60.4.0/eo.xpi) = 511268 +SHA256 (xpi/firefox-60.4.0/es-AR.xpi) = 014b6a3dd4fba99c19c61ebc9a886147aedd69fbc4d5f5d26970cd14319f9d8b +SIZE (xpi/firefox-60.4.0/es-AR.xpi) = 524653 +SHA256 (xpi/firefox-60.4.0/es-CL.xpi) = 60437b90b11c35ae0071d491a17af9b9708fd570db85a0c1643178ac1d9fa65e +SIZE (xpi/firefox-60.4.0/es-CL.xpi) = 527320 +SHA256 (xpi/firefox-60.4.0/es-ES.xpi) = e99b60f519a100303c7a36af33cf65146043a74f676e9c7996f7e21c211ea01d +SIZE (xpi/firefox-60.4.0/es-ES.xpi) = 459964 +SHA256 (xpi/firefox-60.4.0/es-MX.xpi) = 3d77b4a0d3beabc64208198479192e00e1eeb184def90e9dcc5ab27676b18138 +SIZE (xpi/firefox-60.4.0/es-MX.xpi) = 528665 +SHA256 (xpi/firefox-60.4.0/et.xpi) = 6ce4afd678cd214b76671b2a8aa63d58cbe85d32692c27c221ee13f6bd8095a9 +SIZE (xpi/firefox-60.4.0/et.xpi) = 504965 +SHA256 (xpi/firefox-60.4.0/eu.xpi) = 4adb45e03a94dd409a84ee466127871c338e4c842e46218f48474e7c676be125 +SIZE (xpi/firefox-60.4.0/eu.xpi) = 511708 +SHA256 (xpi/firefox-60.4.0/fa.xpi) = 8869a4c54df2806563e97f60144c78137ab539295870d22ae616b8e6b4508a31 +SIZE (xpi/firefox-60.4.0/fa.xpi) = 566264 +SHA256 (xpi/firefox-60.4.0/ff.xpi) = 31870f3e69c7c4c87b933ccde828da337012a1cd48c90d585ce878fea235557f +SIZE (xpi/firefox-60.4.0/ff.xpi) = 512205 +SHA256 (xpi/firefox-60.4.0/fi.xpi) = ce639812fd26d480cbb132400a114a1dbfd83a9c97da6a68f633dbec638a74da +SIZE (xpi/firefox-60.4.0/fi.xpi) = 506183 +SHA256 (xpi/firefox-60.4.0/fr.xpi) = f7f52f50f36835be12707c4e44e3000b12a9ba7533d110930289499fee1a995f +SIZE (xpi/firefox-60.4.0/fr.xpi) = 536067 +SHA256 (xpi/firefox-60.4.0/fy-NL.xpi) = b0f419ee2bfb6cb0da3ebcf5f43f7d2b4435161b12ffc1d922946353b64ad543 +SIZE (xpi/firefox-60.4.0/fy-NL.xpi) = 524530 +SHA256 (xpi/firefox-60.4.0/ga-IE.xpi) = 27890cb3850aa0dc2795ba474b6671e90386068d602fc7b3b82e325afa05334f +SIZE (xpi/firefox-60.4.0/ga-IE.xpi) = 526983 +SHA256 (xpi/firefox-60.4.0/gd.xpi) = c611343e3305c61c0bb3fbe2b9a54efea092e714930bbe3f40c0bdb1630a9d5a +SIZE (xpi/firefox-60.4.0/gd.xpi) = 520873 +SHA256 (xpi/firefox-60.4.0/gl.xpi) = f9278c95c96c097597a3c226ae3bf516c47be6967f96ee993c47eb382b185a1d +SIZE (xpi/firefox-60.4.0/gl.xpi) = 497370 +SHA256 (xpi/firefox-60.4.0/gn.xpi) = f9a80dd819a039c4923eb6be6b99bad8ddfa3929b8fd0aa033a020c1d271bebd +SIZE (xpi/firefox-60.4.0/gn.xpi) = 533216 +SHA256 (xpi/firefox-60.4.0/gu-IN.xpi) = f0428fe69468ebd2eea170d9d7257f86c348b233dafb5ff351e8e026158ffe54 +SIZE (xpi/firefox-60.4.0/gu-IN.xpi) = 590266 +SHA256 (xpi/firefox-60.4.0/he.xpi) = 1c77961f575e7987507f5ebc7c91b8d104a0dccc893db6bdfc1ad4e03d92f760 +SIZE (xpi/firefox-60.4.0/he.xpi) = 535985 +SHA256 (xpi/firefox-60.4.0/hi-IN.xpi) = af38739494d7348e7e5f53b1c14548110f8f5d1869e4de2f2c559fc458a69218 +SIZE (xpi/firefox-60.4.0/hi-IN.xpi) = 590865 +SHA256 (xpi/firefox-60.4.0/hr.xpi) = 21b05b3332c8c417b21133291b9189c929339bd33ac85c0e133c1762e6899296 +SIZE (xpi/firefox-60.4.0/hr.xpi) = 515957 +SHA256 (xpi/firefox-60.4.0/hsb.xpi) = 7bac818f9228cfc14f2ce2630af40a19ca62a8f698f30bd42dc12274e3dc5428 +SIZE (xpi/firefox-60.4.0/hsb.xpi) = 537060 +SHA256 (xpi/firefox-60.4.0/hu.xpi) = ca76e1ad2f5b0566d1e724173482131d0dbf001e0f7ffd15eff2108e645155c9 +SIZE (xpi/firefox-60.4.0/hu.xpi) = 538411 +SHA256 (xpi/firefox-60.4.0/hy-AM.xpi) = 56fd2362e3472b24fa9f193c1bb518a45fc8f66ec761f1cd0a2d6ab50d7931b9 +SIZE (xpi/firefox-60.4.0/hy-AM.xpi) = 569416 +SHA256 (xpi/firefox-60.4.0/ia.xpi) = 472f3f127a0bd1b40336ab002bf169bc75a91b99f620e102dc5641e804f2759f +SIZE (xpi/firefox-60.4.0/ia.xpi) = 510729 +SHA256 (xpi/firefox-60.4.0/id.xpi) = 6d19a040775eed58b3bdbe6ea4b7d471c2a7501936f5e8e9a860cd50302ef0c6 +SIZE (xpi/firefox-60.4.0/id.xpi) = 502222 +SHA256 (xpi/firefox-60.4.0/is.xpi) = cb3929f9aacfec38027e2d7e9aaeeed3c8480904b39318ceb7d46396292a1150 +SIZE (xpi/firefox-60.4.0/is.xpi) = 513273 +SHA256 (xpi/firefox-60.4.0/it.xpi) = eb437d8fb09550dab8660076185d8c229f5d3e7cde03698896dce7bc983d7671 +SIZE (xpi/firefox-60.4.0/it.xpi) = 399106 +SHA256 (xpi/firefox-60.4.0/ja.xpi) = 4effde2a5c6694281a81a6d47e3a4422655db06329721923e5a13a2e0757ebef +SIZE (xpi/firefox-60.4.0/ja.xpi) = 572011 +SHA256 (xpi/firefox-60.4.0/ka.xpi) = 96591b99c9516c93bde22783bbec58a5cbcffc272e5688229b51a1adc10f82e8 +SIZE (xpi/firefox-60.4.0/ka.xpi) = 556851 +SHA256 (xpi/firefox-60.4.0/kab.xpi) = 8b0ea6983a234e50fa502ed7d8e42201fb8dc186395296a52bbf282c4a66b9b0 +SIZE (xpi/firefox-60.4.0/kab.xpi) = 520400 +SHA256 (xpi/firefox-60.4.0/kk.xpi) = ded846cfe2cb80f129d2874648c3dbc714bfce43ec0e56b54977f0a4b62ecc3a +SIZE (xpi/firefox-60.4.0/kk.xpi) = 582977 +SHA256 (xpi/firefox-60.4.0/km.xpi) = 8205b3a0e405750e6bbef1a4bcd0375374d0651761d28718b8257d9e5065e080 +SIZE (xpi/firefox-60.4.0/km.xpi) = 583111 +SHA256 (xpi/firefox-60.4.0/kn.xpi) = d80186be24ddceee96b87f80138a370e8879b4100954bf18d2e38b7785482a61 +SIZE (xpi/firefox-60.4.0/kn.xpi) = 585871 +SHA256 (xpi/firefox-60.4.0/ko.xpi) = ec0444e78fa7651873ed5576f052117b02baa6e24228bed4baf820307919988f +SIZE (xpi/firefox-60.4.0/ko.xpi) = 547828 +SHA256 (xpi/firefox-60.4.0/lij.xpi) = 089f2bdeeedef607aa6fd3b83a1be73d24a1ecf59d4127689690ef0511b88975 +SIZE (xpi/firefox-60.4.0/lij.xpi) = 513181 +SHA256 (xpi/firefox-60.4.0/lt.xpi) = 52b69dc62f1b0915aabea613a32dc438e9ecdb04cf5bf0a86486ccabb59ae951 +SIZE (xpi/firefox-60.4.0/lt.xpi) = 536463 +SHA256 (xpi/firefox-60.4.0/lv.xpi) = 77d97caaf9ce22a35b43e3723219323002a1cb7d013470cefa99020b6b8fa4e1 +SIZE (xpi/firefox-60.4.0/lv.xpi) = 526417 +SHA256 (xpi/firefox-60.4.0/mai.xpi) = 3a30240c7c2d3d8428a6c2a902ebcc8c427f6348b4f0115b3dc16ebde87b9081 +SIZE (xpi/firefox-60.4.0/mai.xpi) = 549248 +SHA256 (xpi/firefox-60.4.0/mk.xpi) = 400e9920beaf8ba0e7deb085c5a3fcdd01e9331bc17d6f72aa9037051b9a779b +SIZE (xpi/firefox-60.4.0/mk.xpi) = 513808 +SHA256 (xpi/firefox-60.4.0/ml.xpi) = 5fa399baa1ebe7839a100602cfc224e826f5eb19af071a52cd820cc7970ca230 +SIZE (xpi/firefox-60.4.0/ml.xpi) = 598979 +SHA256 (xpi/firefox-60.4.0/mr.xpi) = dd72dd03d4d17d7cf31a1a226b4a0c3409dd009394404b3cb8f54f9b2f942334 +SIZE (xpi/firefox-60.4.0/mr.xpi) = 579111 +SHA256 (xpi/firefox-60.4.0/ms.xpi) = b30f0459ab5450a32d4afce816358506fe2893407f83b1766e397ad523616cc7 +SIZE (xpi/firefox-60.4.0/ms.xpi) = 509556 +SHA256 (xpi/firefox-60.4.0/my.xpi) = 96695c1a83f8be86281594b985f7e9b8b457851f2e96b93627aaf4d4559ea51e +SIZE (xpi/firefox-60.4.0/my.xpi) = 570351 +SHA256 (xpi/firefox-60.4.0/nb-NO.xpi) = e0b532164d0c205ad7f0ecb1c385056d594cd6739881eca9d3a41ad01b12d265 +SIZE (xpi/firefox-60.4.0/nb-NO.xpi) = 509887 +SHA256 (xpi/firefox-60.4.0/ne-NP.xpi) = 2070c51153b071a762ee86b79b08b5cc949c169c15f1b970eb8e10765285122b +SIZE (xpi/firefox-60.4.0/ne-NP.xpi) = 555363 +SHA256 (xpi/firefox-60.4.0/nl.xpi) = ff01bbc0b7f14bdcac59c172772607cbd2e7b39fa6606eb823e5c7b836b8c6be +SIZE (xpi/firefox-60.4.0/nl.xpi) = 517458 +SHA256 (xpi/firefox-60.4.0/nn-NO.xpi) = d4bf54a03f8340cef80ff2bb2f052d64904da6b861bd69da8d13d65eaeef9ecf +SIZE (xpi/firefox-60.4.0/nn-NO.xpi) = 511433 +SHA256 (xpi/firefox-60.4.0/oc.xpi) = 396d39257841d62d0ba0bd0afa52363959221d2cdc75fbaeedcf7f18246cb199 +SIZE (xpi/firefox-60.4.0/oc.xpi) = 526984 +SHA256 (xpi/firefox-60.4.0/or.xpi) = de5a59fc86a8f3bec1889b642eea1bfc0ed71306f6536e43028e75f004842040 +SIZE (xpi/firefox-60.4.0/or.xpi) = 540864 +SHA256 (xpi/firefox-60.4.0/pa-IN.xpi) = 6829648639d2501a9836f09f23e087a7d6011868eea65728a818a35182f67643 +SIZE (xpi/firefox-60.4.0/pa-IN.xpi) = 557874 +SHA256 (xpi/firefox-60.4.0/pl.xpi) = aa76272480d526d462c33809b90d018ad8f2bfa23f62703623c85c18329bab60 +SIZE (xpi/firefox-60.4.0/pl.xpi) = 419029 +SHA256 (xpi/firefox-60.4.0/pt-BR.xpi) = 9876de5ac0d45af3a2f97e7a354215b3bdc766674565ee1a2fabd4d97b3388c5 +SIZE (xpi/firefox-60.4.0/pt-BR.xpi) = 514761 +SHA256 (xpi/firefox-60.4.0/pt-PT.xpi) = 50ab49d5a76a234f65b2577af92a2e0805743212e3995f58d66e61540b4790b7 +SIZE (xpi/firefox-60.4.0/pt-PT.xpi) = 519363 +SHA256 (xpi/firefox-60.4.0/rm.xpi) = 3f09406658fa066aceb85053897fba5c4798bc7e035ee803443bbacb2cc40293 +SIZE (xpi/firefox-60.4.0/rm.xpi) = 506044 +SHA256 (xpi/firefox-60.4.0/ro.xpi) = 1417b4da31080b1d9a1e4fba9d8dbd8127150cac276f1754522ec40a7f2dbfbc +SIZE (xpi/firefox-60.4.0/ro.xpi) = 514056 +SHA256 (xpi/firefox-60.4.0/ru.xpi) = b54cb486377eaaf7a5ff5c01e3ee6eaab55a0c893afd513868dbc29df38a6eb8 +SIZE (xpi/firefox-60.4.0/ru.xpi) = 591396 +SHA256 (xpi/firefox-60.4.0/si.xpi) = 2d30b26181b6cf1f62f21e58c8220cf4f07fdef498c6501f9f62b164af282eee +SIZE (xpi/firefox-60.4.0/si.xpi) = 545576 +SHA256 (xpi/firefox-60.4.0/sk.xpi) = 0a9109c3d40b9dcfadc39399acf805182e8713fcc8f600e472b084289c30277f +SIZE (xpi/firefox-60.4.0/sk.xpi) = 541703 +SHA256 (xpi/firefox-60.4.0/sl.xpi) = 9e892bf500c93a414ce4b9ec92f41241cd7b8fae45379aa5e0bdccb2c931370b +SIZE (xpi/firefox-60.4.0/sl.xpi) = 519373 +SHA256 (xpi/firefox-60.4.0/son.xpi) = ff261bc0ef624014c4d5fd91d45ad7445fdb82517353fbf1a2f5ba749fa3a572 +SIZE (xpi/firefox-60.4.0/son.xpi) = 497700 +SHA256 (xpi/firefox-60.4.0/sq.xpi) = 43fdaebedb1c10d9706340cc4636e732cdd0288eee9a328a322e6b486666fa89 +SIZE (xpi/firefox-60.4.0/sq.xpi) = 521262 +SHA256 (xpi/firefox-60.4.0/sr.xpi) = 9f7226ad8764daf416147b859a54416cb020f324c3f956c78c806e7259ec56f5 +SIZE (xpi/firefox-60.4.0/sr.xpi) = 548773 +SHA256 (xpi/firefox-60.4.0/sv-SE.xpi) = 1800232094c7155114105002dd33c08f2fdcc92e41551ba1d480f4612e7f7077 +SIZE (xpi/firefox-60.4.0/sv-SE.xpi) = 518658 +SHA256 (xpi/firefox-60.4.0/ta.xpi) = 5270288b98966f6b3fa3276b2a02e03ca38dca33bb757190ee2999d5b64d309c +SIZE (xpi/firefox-60.4.0/ta.xpi) = 577921 +SHA256 (xpi/firefox-60.4.0/te.xpi) = 1df0426f98e4096818c2c37dcf7c77d3f5c0f5f0ffe2a1f69820e4ee5ef9dad5 +SIZE (xpi/firefox-60.4.0/te.xpi) = 590964 +SHA256 (xpi/firefox-60.4.0/th.xpi) = 3ae7e912052724a7b9c63a51889a49596cadd8718db53aaad91a41aaf4bdbd7b +SIZE (xpi/firefox-60.4.0/th.xpi) = 562819 +SHA256 (xpi/firefox-60.4.0/tr.xpi) = 2deb102c37e8d5dc006ad1eb551f17fd0363d3930009cd42f2057a9432872663 +SIZE (xpi/firefox-60.4.0/tr.xpi) = 525859 +SHA256 (xpi/firefox-60.4.0/uk.xpi) = ccb412aef1f753adf3d8d0f00064ceb577e1a93ef81219fd80e378edbf116900 +SIZE (xpi/firefox-60.4.0/uk.xpi) = 580919 +SHA256 (xpi/firefox-60.4.0/ur.xpi) = d5baa384cf1ad6c4b8e92f5751aab31ad7a10464936d7b9af347c69e7c1c8924 +SIZE (xpi/firefox-60.4.0/ur.xpi) = 563382 +SHA256 (xpi/firefox-60.4.0/uz.xpi) = c0a2ed70997900393a4db969603a7acf20418a2fd998768ced127bb507a061a0 +SIZE (xpi/firefox-60.4.0/uz.xpi) = 513686 +SHA256 (xpi/firefox-60.4.0/vi.xpi) = ff4c4893b0313e3ea7720c7b4dc485229f0228f6a86f943789bb4f0b371ed788 +SIZE (xpi/firefox-60.4.0/vi.xpi) = 528187 +SHA256 (xpi/firefox-60.4.0/xh.xpi) = bd455ced24f9f38bfbba68a7f0781d78d1e0eb2f2590e6fc666bf4bc3e1db8d9 +SIZE (xpi/firefox-60.4.0/xh.xpi) = 511859 +SHA256 (xpi/firefox-60.4.0/zh-CN.xpi) = 47037f75daba786f81a4789ab84b7c77d9d5fe5f14c1de266715ff12193df3ce +SIZE (xpi/firefox-60.4.0/zh-CN.xpi) = 543585 +SHA256 (xpi/firefox-60.4.0/zh-TW.xpi) = 5bee6ca745bc28ecc64c7d89fc9c4914e8d9fc22b2add02b94a8b856b77a8f19 +SIZE (xpi/firefox-60.4.0/zh-TW.xpi) = 541910