Index: branches/2018Q3/www/firefox-esr/Makefile =================================================================== --- branches/2018Q3/www/firefox-esr/Makefile (revision 478867) +++ branches/2018Q3/www/firefox-esr/Makefile (revision 478868) @@ -1,68 +1,69 @@ # Created by: Alan Eldridge # $FreeBSD$ PORTNAME= firefox DISTVERSION= 60.2.0 +PORTREVISION= 1 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 # soundtouch>=1.9.0:audio/soundtouch \ USE_GECKO= gecko CPE_PRODUCT= ${PORTNAME}_esr CONFLICTS_INSTALL= firefox MOZ_PKGCONFIG_FILES= # empty USE_MOZILLA= -cairo -soundtouch USE_GL= gl 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 OPTIONS_EXCLUDE= BUNDLED_CAIRO .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: branches/2018Q3/www/firefox-esr/distinfo =================================================================== --- branches/2018Q3/www/firefox-esr/distinfo (revision 478867) +++ branches/2018Q3/www/firefox-esr/distinfo (revision 478868) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535667761 -SHA256 (firefox-60.2.0esr.source.tar.xz) = d0f5eac87646a405a85662535c44fc2b107377f261fcbcdd19d0dde9cc0b22d1 -SIZE (firefox-60.2.0esr.source.tar.xz) = 267895508 +TIMESTAMP = 1535956283 +SHA256 (firefox-60.2.0esr.source.tar.xz) = 795bdc8b5648234ce74322e3e9b219947d984ce3a1e4e09ce1061fafbbe77717 +SIZE (firefox-60.2.0esr.source.tar.xz) = 267132936 Index: branches/2018Q3/www/firefox-esr-i18n/Makefile =================================================================== --- branches/2018Q3/www/firefox-esr-i18n/Makefile (revision 478867) +++ branches/2018Q3/www/firefox-esr-i18n/Makefile (revision 478868) @@ -1,90 +1,91 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= firefox PORTVERSION= 60.2.0 +PORTREVISION= 1 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: branches/2018Q3/www/firefox-esr-i18n/distinfo =================================================================== --- branches/2018Q3/www/firefox-esr-i18n/distinfo (revision 478867) +++ branches/2018Q3/www/firefox-esr-i18n/distinfo (revision 478868) @@ -1,197 +1,197 @@ -TIMESTAMP = 1535667761 -SHA256 (xpi/firefox-60.2.0/ach.xpi) = 79f1f9b7da106817053f431a283f7a944acd4e218fb20188dc7ace92bc7f45a1 -SIZE (xpi/firefox-60.2.0/ach.xpi) = 496136 -SHA256 (xpi/firefox-60.2.0/af.xpi) = 291509bd5fafe624c966f94b8197045988e6092e3a8455692be1732d1ef2052b -SIZE (xpi/firefox-60.2.0/af.xpi) = 486621 -SHA256 (xpi/firefox-60.2.0/an.xpi) = b2cf221b6c6b7c750214c854e1f159985c5e81895d223aebd6748bf8dd52b1e3 -SIZE (xpi/firefox-60.2.0/an.xpi) = 519812 -SHA256 (xpi/firefox-60.2.0/ar.xpi) = 5c79bcde0fa069341d452e0fab1a177de9c5a6e4cdc4d8acad7d9b8e8f11e38d -SIZE (xpi/firefox-60.2.0/ar.xpi) = 547036 -SHA256 (xpi/firefox-60.2.0/as.xpi) = ad730ab5de0e4d1c7a90254a96f0ac2e354167d45a568780163bb6428fabfa9f -SIZE (xpi/firefox-60.2.0/as.xpi) = 530033 -SHA256 (xpi/firefox-60.2.0/ast.xpi) = bf175f28e5f7808ac1793a3a778ae0592ae43e6ab1522454a829dcb54fcdbdad -SIZE (xpi/firefox-60.2.0/ast.xpi) = 507951 -SHA256 (xpi/firefox-60.2.0/az.xpi) = 713849af758587731432765a005bf64b96a7017d8281711cfdeadf61f4856ba4 -SIZE (xpi/firefox-60.2.0/az.xpi) = 524052 -SHA256 (xpi/firefox-60.2.0/be.xpi) = ff632732e0087b03adb5163bf47435824b438b93a1bd43b3451a1cea35c41100 -SIZE (xpi/firefox-60.2.0/be.xpi) = 580028 -SHA256 (xpi/firefox-60.2.0/bg.xpi) = d4fd5878992458b848691b57149f4f90892baacdf471cd873a5685c95039b594 +TIMESTAMP = 1535956283 +SHA256 (xpi/firefox-60.2.0/ach.xpi) = 5a3359fbaf7997a75ec5a0ca1867d2aaf40f582c23e06ed2963480ff239b38ed +SIZE (xpi/firefox-60.2.0/ach.xpi) = 496145 +SHA256 (xpi/firefox-60.2.0/af.xpi) = dc740f0a2bf0c2f514cbc53e2dc89f259d0df3af6954c1f18509de5d42553947 +SIZE (xpi/firefox-60.2.0/af.xpi) = 486622 +SHA256 (xpi/firefox-60.2.0/an.xpi) = 5bf533e0137fbe2418e4e99c944b207005905655338fc83d96ebdccd994d8d64 +SIZE (xpi/firefox-60.2.0/an.xpi) = 519809 +SHA256 (xpi/firefox-60.2.0/ar.xpi) = 5cb3f788bea5738d888c1803b61ba7fadee08c53dffcc0ee7be5d85e918ba03d +SIZE (xpi/firefox-60.2.0/ar.xpi) = 547037 +SHA256 (xpi/firefox-60.2.0/as.xpi) = 7d7ae9b484fba7181b73460531c173accc5ac7fb70f6da8f9bb9577ec39cf72d +SIZE (xpi/firefox-60.2.0/as.xpi) = 530031 +SHA256 (xpi/firefox-60.2.0/ast.xpi) = 2c088bdb8d55c80b9f3596b73c3c9b69aee38d490258a752e0c1b594e69689a3 +SIZE (xpi/firefox-60.2.0/ast.xpi) = 507954 +SHA256 (xpi/firefox-60.2.0/az.xpi) = a43adb63169ad4afe82d4b438a42da585375c551520f0a6a6cd2aa2c2158f298 +SIZE (xpi/firefox-60.2.0/az.xpi) = 524057 +SHA256 (xpi/firefox-60.2.0/be.xpi) = 0d26352dac426a8874aac97b8e519c4ee4841a5ba5dfa0e2241b927106b00468 +SIZE (xpi/firefox-60.2.0/be.xpi) = 580027 +SHA256 (xpi/firefox-60.2.0/bg.xpi) = 73e165ea91af01d183de33dcc93ae3703b46f0576d65e7cc257f13f9647f99ec SIZE (xpi/firefox-60.2.0/bg.xpi) = 573157 -SHA256 (xpi/firefox-60.2.0/bn-BD.xpi) = 7991a20a59b311cb2b8e280635198b652196b146893c71dbc1fb27d7ffe8288d -SIZE (xpi/firefox-60.2.0/bn-BD.xpi) = 589719 -SHA256 (xpi/firefox-60.2.0/bn-IN.xpi) = 43739c5bd6339a2f6fda6bca10da1ea95cf8416d77778328b1aa232f18e7fd04 +SHA256 (xpi/firefox-60.2.0/bn-BD.xpi) = 96ef8b7afc7d19f3f12f855c869c6c6a1d437ccc3c2c374fb6a57582ff0462ad +SIZE (xpi/firefox-60.2.0/bn-BD.xpi) = 589720 +SHA256 (xpi/firefox-60.2.0/bn-IN.xpi) = 7cbd899af9b3271f10cf5960d10c1b91bacc92c35e0598e0700f2a17f55f6b56 SIZE (xpi/firefox-60.2.0/bn-IN.xpi) = 570163 -SHA256 (xpi/firefox-60.2.0/br.xpi) = 69043d78afe759f76e218d172a10cca4847390e95a196402f11ac606da452ed2 -SIZE (xpi/firefox-60.2.0/br.xpi) = 511337 -SHA256 (xpi/firefox-60.2.0/bs.xpi) = 658876587fc89a6c5d7caf4490c860a80922ab3340728499d9c2cbc9bc62dd06 -SIZE (xpi/firefox-60.2.0/bs.xpi) = 514012 -SHA256 (xpi/firefox-60.2.0/ca.xpi) = 51e470757a6cd324cb8697c4809b6948dddaffa440f4ef8a2dd23e0e2a911f72 -SIZE (xpi/firefox-60.2.0/ca.xpi) = 524564 -SHA256 (xpi/firefox-60.2.0/cak.xpi) = 98fca4217fdda384c7ae55480a6e125af1ddcb8ccbb3114c5da0fba4a553ce8d -SIZE (xpi/firefox-60.2.0/cak.xpi) = 535599 -SHA256 (xpi/firefox-60.2.0/cs.xpi) = 1d19fb5d495a9101333d7a96625cd3477f3b00f78ef17f9cd6cd4b68fa73bc73 -SIZE (xpi/firefox-60.2.0/cs.xpi) = 531103 -SHA256 (xpi/firefox-60.2.0/cy.xpi) = daf93231787971c396d6d956018051fe90ffb81ce967d87d870b5ee013afabb7 -SIZE (xpi/firefox-60.2.0/cy.xpi) = 515949 -SHA256 (xpi/firefox-60.2.0/da.xpi) = 5c9216c99424c7dd633841695df4df674132410f66676969e508fdade7657720 -SIZE (xpi/firefox-60.2.0/da.xpi) = 510062 -SHA256 (xpi/firefox-60.2.0/de.xpi) = 996a78736cd64977a0eefe9b7601a3c3d4e6ca6176917f53d54eb301aa7481ca -SIZE (xpi/firefox-60.2.0/de.xpi) = 525777 -SHA256 (xpi/firefox-60.2.0/dsb.xpi) = 79295920ba20a13628f659ae71631d734d952d36ed7254f3b399b574f1393ac0 -SIZE (xpi/firefox-60.2.0/dsb.xpi) = 538835 -SHA256 (xpi/firefox-60.2.0/el.xpi) = d8b75532ca5d0fe5c7e9127bcb2b3931c9a0e2c964b42d572a4ef884b837e623 +SHA256 (xpi/firefox-60.2.0/br.xpi) = 2fe7545c48a43428f1fe1750011fd18bcf86c308abe2cb86b3070ef5aaf8328b +SIZE (xpi/firefox-60.2.0/br.xpi) = 511335 +SHA256 (xpi/firefox-60.2.0/bs.xpi) = 291954896c3e0bc4adbc886798ced829bf068308572396adfe92bf174ff5c3f8 +SIZE (xpi/firefox-60.2.0/bs.xpi) = 514014 +SHA256 (xpi/firefox-60.2.0/ca.xpi) = ca30913b47a58eab287c22ecbbf96caa04fb31303f32a7346bc16981cc652da8 +SIZE (xpi/firefox-60.2.0/ca.xpi) = 524566 +SHA256 (xpi/firefox-60.2.0/cak.xpi) = 6df7d0dbf07a4e9e6d0ee419ce387a73b1339c32f985ff47a651f3fa8ddc7acf +SIZE (xpi/firefox-60.2.0/cak.xpi) = 535603 +SHA256 (xpi/firefox-60.2.0/cs.xpi) = 329456fef6ecb4e02dd1aec4872fea9b584194453c51bf09a8ddd8e23a9b3793 +SIZE (xpi/firefox-60.2.0/cs.xpi) = 531101 +SHA256 (xpi/firefox-60.2.0/cy.xpi) = 353545c2c58b963502d17c7a6d8141db44b2379713ae22898af0ed724f2dab5c +SIZE (xpi/firefox-60.2.0/cy.xpi) = 515946 +SHA256 (xpi/firefox-60.2.0/da.xpi) = b7deacc36d7d04707bcc3883797198d0fe00cbd3191be7632d9691e7c983bd2e +SIZE (xpi/firefox-60.2.0/da.xpi) = 510064 +SHA256 (xpi/firefox-60.2.0/de.xpi) = 08ef9efdc571bedbea8bd84400b67b8cd6e5c69f7a919c8b554aca6f1633ea20 +SIZE (xpi/firefox-60.2.0/de.xpi) = 525783 +SHA256 (xpi/firefox-60.2.0/dsb.xpi) = b4dd3b1ba232e6251fe051b081d30957289aea79827ebf36a536aa835ca7cc4a +SIZE (xpi/firefox-60.2.0/dsb.xpi) = 538833 +SHA256 (xpi/firefox-60.2.0/el.xpi) = a4bbdf2d28509df877a24d80512269ca32101f388875f8b7109b6382275cc169 SIZE (xpi/firefox-60.2.0/el.xpi) = 592997 -SHA256 (xpi/firefox-60.2.0/en-GB.xpi) = 2bb6b24ed20cc402b69bfb6226f6447387ac3e7404a796d90f1101fd9a0d1fe1 -SIZE (xpi/firefox-60.2.0/en-GB.xpi) = 490989 -SHA256 (xpi/firefox-60.2.0/en-US.xpi) = a62f3a20a826b99bb0e942461fa70cb72a62d169bbfb4144a991c73978923ee5 -SIZE (xpi/firefox-60.2.0/en-US.xpi) = 472473 -SHA256 (xpi/firefox-60.2.0/en-ZA.xpi) = a96b6738d15f15543b75775f62f4e44a18e2f88c4975a676ed64ebe1d038a367 -SIZE (xpi/firefox-60.2.0/en-ZA.xpi) = 473982 -SHA256 (xpi/firefox-60.2.0/eo.xpi) = 1b9a3129ff2c3b46ac3e0067656e90490195df96b488bea121739bd713b10957 -SIZE (xpi/firefox-60.2.0/eo.xpi) = 510572 -SHA256 (xpi/firefox-60.2.0/es-AR.xpi) = 5c2b22f8e0a6895e1c3c71227af96fe5554efb24487a86d004f4c02fc04dc1e5 +SHA256 (xpi/firefox-60.2.0/en-GB.xpi) = 5d7280401fd01e85a9afb31005303c363729f2947848b2da3769ee7bd71139b4 +SIZE (xpi/firefox-60.2.0/en-GB.xpi) = 490988 +SHA256 (xpi/firefox-60.2.0/en-US.xpi) = e7a2b470d3fb8459392e6b5ab7082f13e5d52dd5dda385a8cf8a8ea867e82d5c +SIZE (xpi/firefox-60.2.0/en-US.xpi) = 472468 +SHA256 (xpi/firefox-60.2.0/en-ZA.xpi) = aa1919c97dadd4c68c84a1f0441d6fe5e8cfd0708ab030c137d5f5a199361208 +SIZE (xpi/firefox-60.2.0/en-ZA.xpi) = 473981 +SHA256 (xpi/firefox-60.2.0/eo.xpi) = 31102bc1529da99557e71f8e785293ca3b36ec8857b037d1b5214e79c2859933 +SIZE (xpi/firefox-60.2.0/eo.xpi) = 510575 +SHA256 (xpi/firefox-60.2.0/es-AR.xpi) = 9244d91bdbe18365cc878aa3e82d6a3aee90909bac3dad062ecb15a313de39eb SIZE (xpi/firefox-60.2.0/es-AR.xpi) = 523906 -SHA256 (xpi/firefox-60.2.0/es-CL.xpi) = ddef412ffbe47eb52a0457e65db48907f11dc7ad9220a4ab379f94ec2520c46e -SIZE (xpi/firefox-60.2.0/es-CL.xpi) = 526592 -SHA256 (xpi/firefox-60.2.0/es-ES.xpi) = dbadd05e0654fe8b4f57f293c66ab7acf84ca6f69f02a7e06f1833cf1e2f9f12 -SIZE (xpi/firefox-60.2.0/es-ES.xpi) = 459224 -SHA256 (xpi/firefox-60.2.0/es-MX.xpi) = 52cf6ff28dfb5ac68526ee1288fd97b6ddc1c8ba299107b7a8c00cf8814ca944 -SIZE (xpi/firefox-60.2.0/es-MX.xpi) = 527926 -SHA256 (xpi/firefox-60.2.0/et.xpi) = dd6717a70c1d6d5a8c2f347945ca17212c070051da153911afc0c1b47c429753 -SIZE (xpi/firefox-60.2.0/et.xpi) = 504263 -SHA256 (xpi/firefox-60.2.0/eu.xpi) = 01d3aabb2a629d6417e984492256b625c8727e0299e4d806ff0561612ab7130d -SIZE (xpi/firefox-60.2.0/eu.xpi) = 511018 -SHA256 (xpi/firefox-60.2.0/fa.xpi) = 28a5255e34eaaad43f8772e890fe17f851c3533f78e35df5a8b8e1351559d84d -SIZE (xpi/firefox-60.2.0/fa.xpi) = 565575 -SHA256 (xpi/firefox-60.2.0/ff.xpi) = f4a4cacf22b71f53c3567ec54ca716446eebbed01080bf41f4841bb378888d9d -SIZE (xpi/firefox-60.2.0/ff.xpi) = 511518 -SHA256 (xpi/firefox-60.2.0/fi.xpi) = 3d0bdd2dd64b88b53f0209ff03852eb5801e907787c3d4d0eade2b81a4aaccbc -SIZE (xpi/firefox-60.2.0/fi.xpi) = 505490 -SHA256 (xpi/firefox-60.2.0/fr.xpi) = fda5c1aaf810766dbce54a403ffad3b7c02aa67ef8c90be3cf68917b0a03ffd6 -SIZE (xpi/firefox-60.2.0/fr.xpi) = 535320 -SHA256 (xpi/firefox-60.2.0/fy-NL.xpi) = 57cbcf0f2c2af2c8fe85f905450b50d90aff0552d230f5e759cccbf18b61f7f0 -SIZE (xpi/firefox-60.2.0/fy-NL.xpi) = 523817 -SHA256 (xpi/firefox-60.2.0/ga-IE.xpi) = e7ce86fafa09b9baecdb68ceba86e29bcbe9e5ad678439fceaafcadaa3ff92be -SIZE (xpi/firefox-60.2.0/ga-IE.xpi) = 526284 -SHA256 (xpi/firefox-60.2.0/gd.xpi) = 81364b69016ac520ad5ff509c94e8b4f65804426fe597c97ff542815275fc552 -SIZE (xpi/firefox-60.2.0/gd.xpi) = 520177 -SHA256 (xpi/firefox-60.2.0/gl.xpi) = 344642f6d72a0cdcc967d2f52250cf1b750a193e91f98470fea3049a738aa807 -SIZE (xpi/firefox-60.2.0/gl.xpi) = 496679 -SHA256 (xpi/firefox-60.2.0/gn.xpi) = 6822db7828191d7b889a0ffca3639417ea917612232ee0152010dfb063c0c5d6 -SIZE (xpi/firefox-60.2.0/gn.xpi) = 532527 -SHA256 (xpi/firefox-60.2.0/gu-IN.xpi) = d0ee2489b1b7e7112718c474f8389e01b8ba44d42f129b583b472f4aab055894 -SIZE (xpi/firefox-60.2.0/gu-IN.xpi) = 589565 -SHA256 (xpi/firefox-60.2.0/he.xpi) = 509facef6364fa407aebf0bb8af7a9de1123b6ca86e68a25900cefddfa4c80bf -SIZE (xpi/firefox-60.2.0/he.xpi) = 535296 -SHA256 (xpi/firefox-60.2.0/hi-IN.xpi) = da87390f6ef0a9d65158e967f1983a8c02f7c95abd62b3338e2326c528a6ea2a -SIZE (xpi/firefox-60.2.0/hi-IN.xpi) = 590158 -SHA256 (xpi/firefox-60.2.0/hr.xpi) = 0be6dc163dadca068f6ff1e82a23324495cd844c9b5db48ef20f1d66761f5378 -SIZE (xpi/firefox-60.2.0/hr.xpi) = 515270 -SHA256 (xpi/firefox-60.2.0/hsb.xpi) = 2d226c4f32b7be1fc8da95f618879f0ce5d38048c94b74762c8ef972a57bcd34 -SIZE (xpi/firefox-60.2.0/hsb.xpi) = 536364 -SHA256 (xpi/firefox-60.2.0/hu.xpi) = bd8429c378681e80d7d3c45cfdfd6b89a5063c7845b12255599cc7138052bd12 -SIZE (xpi/firefox-60.2.0/hu.xpi) = 537668 -SHA256 (xpi/firefox-60.2.0/hy-AM.xpi) = cede12503d84ddb017bf7c8fee7e3c22b0ce52ddd70a83ecabbebe74e18ad296 -SIZE (xpi/firefox-60.2.0/hy-AM.xpi) = 568716 -SHA256 (xpi/firefox-60.2.0/ia.xpi) = ee9722f87f921d4cd5be9054c31cef444a367095ed3e56cf2847cfdb89c0fa71 -SIZE (xpi/firefox-60.2.0/ia.xpi) = 510039 -SHA256 (xpi/firefox-60.2.0/id.xpi) = d2225755d7183e4f55e028a49e2dd72f0a54ba6d5e255182cb12b956e1718801 -SIZE (xpi/firefox-60.2.0/id.xpi) = 501532 -SHA256 (xpi/firefox-60.2.0/is.xpi) = ba0f8e1ee4c95ff3b8d6e71305b310232d762928ddbd3c5294e8717b92e82ae6 -SIZE (xpi/firefox-60.2.0/is.xpi) = 512581 -SHA256 (xpi/firefox-60.2.0/it.xpi) = f03bb2ccbc44c91dabcd6e220fb461bd17171f04f9e551e4b0a175622634ef3d -SIZE (xpi/firefox-60.2.0/it.xpi) = 398346 -SHA256 (xpi/firefox-60.2.0/ja.xpi) = d8592d7827f00c62bb68afe02131cfe83649278669cb44157081ae401dbc591f -SIZE (xpi/firefox-60.2.0/ja.xpi) = 571324 -SHA256 (xpi/firefox-60.2.0/ka.xpi) = a9019b86bc2d2d640433b1711462f12bb1da4aa1c7c9bd9c35106863820c1a27 -SIZE (xpi/firefox-60.2.0/ka.xpi) = 556154 -SHA256 (xpi/firefox-60.2.0/kab.xpi) = b1369c85fc7dc6a2817fbfef564bd7cd60a02d35fd85b0878b51a036089dfcfa -SIZE (xpi/firefox-60.2.0/kab.xpi) = 519704 -SHA256 (xpi/firefox-60.2.0/kk.xpi) = edc722d03be0fb797c78a158fc667fc0ff306bac85b4c821c28d06564ad1f934 -SIZE (xpi/firefox-60.2.0/kk.xpi) = 582289 -SHA256 (xpi/firefox-60.2.0/km.xpi) = 050b0b63777f06f9a5cd398e01642d808c248068889f98b5289dd905287175db -SIZE (xpi/firefox-60.2.0/km.xpi) = 582420 -SHA256 (xpi/firefox-60.2.0/kn.xpi) = 74f3c6adc6af47b7d65948ebad3d1dccc33b7dce3a95c4aab134aa48e3363db4 -SIZE (xpi/firefox-60.2.0/kn.xpi) = 585182 -SHA256 (xpi/firefox-60.2.0/ko.xpi) = 48e57c7d74f7840d0b56184bfb09a7b42f43a0e358c830bf2c67d8174bd9fa31 -SIZE (xpi/firefox-60.2.0/ko.xpi) = 547134 -SHA256 (xpi/firefox-60.2.0/lij.xpi) = be310f068d180dd64eb051b874ddeb78b5e95e93ac88bd6b1d2c9b3f2f34b719 -SIZE (xpi/firefox-60.2.0/lij.xpi) = 512480 -SHA256 (xpi/firefox-60.2.0/lt.xpi) = aba6fcccee03dcef9acc3f0972cac384f5e2dd5418bbcb1c71c7c5b231b747ac -SIZE (xpi/firefox-60.2.0/lt.xpi) = 535719 -SHA256 (xpi/firefox-60.2.0/lv.xpi) = c78d7d51caac84d96fa6806a843c7fd12e2b4213d4ed0566f1d2d82a02f24516 -SIZE (xpi/firefox-60.2.0/lv.xpi) = 525728 -SHA256 (xpi/firefox-60.2.0/mai.xpi) = 544da19c5abd8bbce9649378e0533f956b4722b9ff8288eed61bc9ebbcb792ef -SIZE (xpi/firefox-60.2.0/mai.xpi) = 548552 -SHA256 (xpi/firefox-60.2.0/mk.xpi) = e813a53f0a909041331f4fea9478bf6978dac4390d6f4836cf9d249262f81caa -SIZE (xpi/firefox-60.2.0/mk.xpi) = 513113 -SHA256 (xpi/firefox-60.2.0/ml.xpi) = 6a37983f4be2a26c57f578c499c6f104c13e433a5b45ff67a669e7568ffbbb4d -SIZE (xpi/firefox-60.2.0/ml.xpi) = 598281 -SHA256 (xpi/firefox-60.2.0/mr.xpi) = acfee49a21847ca0a0012e51902fd9edc03a783ee97d8c1ec8265e60efb05ea7 -SIZE (xpi/firefox-60.2.0/mr.xpi) = 578424 -SHA256 (xpi/firefox-60.2.0/ms.xpi) = 497472277df9cd8d621adb21ec7a3d4f7464fc1b41e7e8f4cd2d4ca3bdda6ae4 -SIZE (xpi/firefox-60.2.0/ms.xpi) = 508872 -SHA256 (xpi/firefox-60.2.0/my.xpi) = 678339aa476e13b74152ecadfb124cd7b717681ca2b62f6e9f8c8bc33a821360 +SHA256 (xpi/firefox-60.2.0/es-CL.xpi) = b92f8e904a954ecd1baa53aa7f14e87ec66a42085ffe32820a2ccf94bcdb71f0 +SIZE (xpi/firefox-60.2.0/es-CL.xpi) = 526593 +SHA256 (xpi/firefox-60.2.0/es-ES.xpi) = a0bf34d981370d116c3215d78cf7d23bd89bd5a06e04f7894d3a52426d607323 +SIZE (xpi/firefox-60.2.0/es-ES.xpi) = 459226 +SHA256 (xpi/firefox-60.2.0/es-MX.xpi) = 089db4c0b7a330c80fd83660bcef8951713306b6963fe86b70faf377bc419b77 +SIZE (xpi/firefox-60.2.0/es-MX.xpi) = 527921 +SHA256 (xpi/firefox-60.2.0/et.xpi) = bb2b02eac33bb9dcbec51e1b643030c61ff7959bc28988702e2ca2b51637a243 +SIZE (xpi/firefox-60.2.0/et.xpi) = 504257 +SHA256 (xpi/firefox-60.2.0/eu.xpi) = 7efea5dcba1e6f47d2829c39a6163ce4f2aade606d85c6b5ce149efb25191e8f +SIZE (xpi/firefox-60.2.0/eu.xpi) = 511010 +SHA256 (xpi/firefox-60.2.0/fa.xpi) = 789b22f16537ebf847f26d85b34687b4953734a85dca22c9810b25e335f8a06c +SIZE (xpi/firefox-60.2.0/fa.xpi) = 565577 +SHA256 (xpi/firefox-60.2.0/ff.xpi) = 89c632b88756edaca798760ffb9cce3a4dfd8d6764412cd810977db32da0dbec +SIZE (xpi/firefox-60.2.0/ff.xpi) = 511519 +SHA256 (xpi/firefox-60.2.0/fi.xpi) = 2d3299b2be2f2c530a165f0fd612f5ece00f5b3459181d05dd33db4b1e425671 +SIZE (xpi/firefox-60.2.0/fi.xpi) = 505487 +SHA256 (xpi/firefox-60.2.0/fr.xpi) = 37aa0a7e8138ec2b373c05f679920bc92130c692f583f480e11f5d1d1c7ff58f +SIZE (xpi/firefox-60.2.0/fr.xpi) = 535319 +SHA256 (xpi/firefox-60.2.0/fy-NL.xpi) = 360fe5f87516325c328c90cfa76358ffe6899592c18fbd7d66a6c3845ddb267f +SIZE (xpi/firefox-60.2.0/fy-NL.xpi) = 523820 +SHA256 (xpi/firefox-60.2.0/ga-IE.xpi) = 9eff8e776de889315368bb1339c6ae0d5626036dadae2957fb612c08a13211aa +SIZE (xpi/firefox-60.2.0/ga-IE.xpi) = 526282 +SHA256 (xpi/firefox-60.2.0/gd.xpi) = e7d341d6b46dddf1447b0392e403685f7594bf49c6f4185702fa44eb1080c68b +SIZE (xpi/firefox-60.2.0/gd.xpi) = 520176 +SHA256 (xpi/firefox-60.2.0/gl.xpi) = b156c1dd0645537ba54b8799ffeef66116ec43ed2591b40b89130e7cbaa0ccec +SIZE (xpi/firefox-60.2.0/gl.xpi) = 496680 +SHA256 (xpi/firefox-60.2.0/gn.xpi) = 1f385006cd133f89b01ac293c4946b79b494abf96688cdf8908662f4f3507a68 +SIZE (xpi/firefox-60.2.0/gn.xpi) = 532530 +SHA256 (xpi/firefox-60.2.0/gu-IN.xpi) = 2d70d7a2efa3093866a24e2190f8d31e48d48ea60e9e02529549608836b9379d +SIZE (xpi/firefox-60.2.0/gu-IN.xpi) = 589563 +SHA256 (xpi/firefox-60.2.0/he.xpi) = 78d58f91e07c2234b27456f6c2121ef103841bedfabf7ff8d62f32b9a531ea0f +SIZE (xpi/firefox-60.2.0/he.xpi) = 535297 +SHA256 (xpi/firefox-60.2.0/hi-IN.xpi) = ebe572ca6cb417800a5603d5384609237fae9c07c111f34bfa11e391ffb0bf11 +SIZE (xpi/firefox-60.2.0/hi-IN.xpi) = 590160 +SHA256 (xpi/firefox-60.2.0/hr.xpi) = daed536f1ffcf44350a73262f6ae61920a151374e70a508ffa4422e48755bbc8 +SIZE (xpi/firefox-60.2.0/hr.xpi) = 515264 +SHA256 (xpi/firefox-60.2.0/hsb.xpi) = 3eff6775e9e080e54a554be49ea5daacddd49d93dedd2d083030d3a8a90ebc05 +SIZE (xpi/firefox-60.2.0/hsb.xpi) = 536363 +SHA256 (xpi/firefox-60.2.0/hu.xpi) = 0d4ac5ab01be648f2a89c9a83c2c9b18393c79079e5c774ec71dfefe69b4a54a +SIZE (xpi/firefox-60.2.0/hu.xpi) = 537665 +SHA256 (xpi/firefox-60.2.0/hy-AM.xpi) = 3fcb69f81019db690de1969c06dcf3f400a5fcd98356e1771911143d8f101bf9 +SIZE (xpi/firefox-60.2.0/hy-AM.xpi) = 568718 +SHA256 (xpi/firefox-60.2.0/ia.xpi) = c9df9315f156b782caa496f9504de92f8709a0ece9f9e15206622445f5f6e5c7 +SIZE (xpi/firefox-60.2.0/ia.xpi) = 510037 +SHA256 (xpi/firefox-60.2.0/id.xpi) = bdc38b3ba7fadc3fb4f5939e966b191f4fb53215a3cb250b6b7f4afc95911aed +SIZE (xpi/firefox-60.2.0/id.xpi) = 501534 +SHA256 (xpi/firefox-60.2.0/is.xpi) = b7c1ca337ebc5d801c52b1af48dbbb89ef07ff2b18fb143984f0fc01321048a1 +SIZE (xpi/firefox-60.2.0/is.xpi) = 512592 +SHA256 (xpi/firefox-60.2.0/it.xpi) = 4bcec122d685c61953977d067a3be40487a576ddbe58ce49cfbb3749ad5a1b16 +SIZE (xpi/firefox-60.2.0/it.xpi) = 398344 +SHA256 (xpi/firefox-60.2.0/ja.xpi) = 6e01826653dbeea03142bb38f136655a9528a96a9f8bc54d78be3df74af0b023 +SIZE (xpi/firefox-60.2.0/ja.xpi) = 571319 +SHA256 (xpi/firefox-60.2.0/ka.xpi) = 05918270be79d3aeaa0b841f740612bc9f896695871558fef01bc24e78de8f15 +SIZE (xpi/firefox-60.2.0/ka.xpi) = 556157 +SHA256 (xpi/firefox-60.2.0/kab.xpi) = 9f60b98893f58071057fe2e72b93c3cd05251879f26de5a5b3f4c84682979a45 +SIZE (xpi/firefox-60.2.0/kab.xpi) = 519706 +SHA256 (xpi/firefox-60.2.0/kk.xpi) = d55bcb0f65e7c04b806a12ee1c6462e1c8d35df39efcde8f5ac5b6cef8b33f76 +SIZE (xpi/firefox-60.2.0/kk.xpi) = 582290 +SHA256 (xpi/firefox-60.2.0/km.xpi) = b914d5870b9af916600d4a6e0210414b7746a54a32a8d82723dd1a1ebdeed02b +SIZE (xpi/firefox-60.2.0/km.xpi) = 582419 +SHA256 (xpi/firefox-60.2.0/kn.xpi) = b2f2b1f2f28c38e1ddddba6d412de7a101b663100188086f1e2c37fdcc4538dd +SIZE (xpi/firefox-60.2.0/kn.xpi) = 585177 +SHA256 (xpi/firefox-60.2.0/ko.xpi) = cddfe87f9efd24cc515194ee6179a8cd9756698114eb80f5f15feab56d85d850 +SIZE (xpi/firefox-60.2.0/ko.xpi) = 547138 +SHA256 (xpi/firefox-60.2.0/lij.xpi) = 5ffa52f843fcc1cea2b868b25f99a959ac7ef504d56e109dfb7c094f9f71bff0 +SIZE (xpi/firefox-60.2.0/lij.xpi) = 512482 +SHA256 (xpi/firefox-60.2.0/lt.xpi) = 812d16b975d377f3ee986547c802d4b95f64d45bfa6110a89f5460fd7ccd3674 +SIZE (xpi/firefox-60.2.0/lt.xpi) = 535713 +SHA256 (xpi/firefox-60.2.0/lv.xpi) = d0601a3c07fe9f138fbc31e879228b31d89b8b542d603626ccfe7a6c4d50b7ea +SIZE (xpi/firefox-60.2.0/lv.xpi) = 525720 +SHA256 (xpi/firefox-60.2.0/mai.xpi) = faff9fff4b7c05c357f340cf09d04bbd7d6030ed24543002140de94738dbfeea +SIZE (xpi/firefox-60.2.0/mai.xpi) = 548559 +SHA256 (xpi/firefox-60.2.0/mk.xpi) = 7b23ef8888a69b9381cf4a0746cf73a8ed39d2ba66bda7026a144a37795e5c48 +SIZE (xpi/firefox-60.2.0/mk.xpi) = 513114 +SHA256 (xpi/firefox-60.2.0/ml.xpi) = 456f4386fa44b978b5febd59a8ca07b5b1f879920acce7ad425cabeb9e45fa6c +SIZE (xpi/firefox-60.2.0/ml.xpi) = 598285 +SHA256 (xpi/firefox-60.2.0/mr.xpi) = 6bd34eb0fc6c357db1fa006c4dd966feb6c67ed64d7d8463a37116ab5f7ce539 +SIZE (xpi/firefox-60.2.0/mr.xpi) = 578425 +SHA256 (xpi/firefox-60.2.0/ms.xpi) = 6270882e400e273dac3df134af799ce58b80339bc44ebca830fdafb82e2c46aa +SIZE (xpi/firefox-60.2.0/ms.xpi) = 508863 +SHA256 (xpi/firefox-60.2.0/my.xpi) = e2d17381d09947f1815acd0b342ab347a542ccce05c3fdddaaa2a6632e490ded SIZE (xpi/firefox-60.2.0/my.xpi) = 569661 -SHA256 (xpi/firefox-60.2.0/nb-NO.xpi) = 35d1aea3ef493b431f9fdbe10a75351c764a440f6abdc9e8939b6dd2c70a64cf -SIZE (xpi/firefox-60.2.0/nb-NO.xpi) = 509181 -SHA256 (xpi/firefox-60.2.0/ne-NP.xpi) = 52b9ae599a91c79baae12c80b45095894ab7d7a19bce0ca7d8226e4093956d34 -SIZE (xpi/firefox-60.2.0/ne-NP.xpi) = 554662 -SHA256 (xpi/firefox-60.2.0/nl.xpi) = d2f11801d7ce8934e0a87866cbc9a1591b4543ce14a4f167d2aa3ee6e546027e -SIZE (xpi/firefox-60.2.0/nl.xpi) = 516740 -SHA256 (xpi/firefox-60.2.0/nn-NO.xpi) = 8138c2a3fa9c1cc6d2dae5c0fef4e7fb4dbae5abdb4e21f9ba8501e97ad7e918 +SHA256 (xpi/firefox-60.2.0/nb-NO.xpi) = bc125bf7336f5d69918ac2ffe8ae5b4de3ce7e7a7d745dd9d2cfee93dd00e545 +SIZE (xpi/firefox-60.2.0/nb-NO.xpi) = 509188 +SHA256 (xpi/firefox-60.2.0/ne-NP.xpi) = 83b33e39ed1014235a8cd9c0be5616a0370720d9a52262d1f57315a9575b7573 +SIZE (xpi/firefox-60.2.0/ne-NP.xpi) = 554664 +SHA256 (xpi/firefox-60.2.0/nl.xpi) = d6ac8431d59da807db6a2c6805095a159eb8323ab7642e8d6839ad94b3b49952 +SIZE (xpi/firefox-60.2.0/nl.xpi) = 516741 +SHA256 (xpi/firefox-60.2.0/nn-NO.xpi) = b899efd40ef5283c203e14c85db5b2771637687f19624043e81c06c6ca531f65 SIZE (xpi/firefox-60.2.0/nn-NO.xpi) = 510707 -SHA256 (xpi/firefox-60.2.0/oc.xpi) = 674bbfcca59ef130671ac0dbb76bd7d481ccaa3596f281cd142c3a14ae308386 -SIZE (xpi/firefox-60.2.0/oc.xpi) = 526298 -SHA256 (xpi/firefox-60.2.0/or.xpi) = 0a06f2b21c293126317ea4e882b85eec9d6bf436aff2c6b45873a441a9ba6138 +SHA256 (xpi/firefox-60.2.0/oc.xpi) = a06af150622605cbe7f74f6514d6358381d5cc469096a4f7d03c3067c2263f28 +SIZE (xpi/firefox-60.2.0/oc.xpi) = 526295 +SHA256 (xpi/firefox-60.2.0/or.xpi) = ca71c52614001db0b6e473d70a2a82e55190f15e89e0b22aeddc11b2d3dcf9a5 SIZE (xpi/firefox-60.2.0/or.xpi) = 540172 -SHA256 (xpi/firefox-60.2.0/pa-IN.xpi) = 115d528d90fa93cd8410bbaf132608a5f3890f3d8b0e09ea9ba22ee0ae027127 -SIZE (xpi/firefox-60.2.0/pa-IN.xpi) = 557181 -SHA256 (xpi/firefox-60.2.0/pl.xpi) = b3e97c9519ad47edbfc2d71ed87b36ab54ee1c016f66c1b2673fe694427dc66e +SHA256 (xpi/firefox-60.2.0/pa-IN.xpi) = 2852c6e7e5da4c6d1455a0a9d06c294623bd5047baebd2888e9ca1295ee86166 +SIZE (xpi/firefox-60.2.0/pa-IN.xpi) = 557173 +SHA256 (xpi/firefox-60.2.0/pl.xpi) = 6420194e5708534b543037028d4e31415c747e4334766c34c5305d3513f29e66 SIZE (xpi/firefox-60.2.0/pl.xpi) = 418275 -SHA256 (xpi/firefox-60.2.0/pt-BR.xpi) = 209ac19efc1e154381a4aaeea4e9b8d0c9c4bbc5f474292635431ff9e0856a2e -SIZE (xpi/firefox-60.2.0/pt-BR.xpi) = 514024 -SHA256 (xpi/firefox-60.2.0/pt-PT.xpi) = 67eb348c8e57deabb134be5d2552aaf902efc2b3a4ab8009296f8b774a3cb5c7 -SIZE (xpi/firefox-60.2.0/pt-PT.xpi) = 518626 -SHA256 (xpi/firefox-60.2.0/rm.xpi) = afa6e32198f69c8d709c88a0483e3e472bb6db15cef098efa825ccc2a387b25c +SHA256 (xpi/firefox-60.2.0/pt-BR.xpi) = ab08217355b033f35863b3dc9e1273228ac38382dfe63bd48332feb21087f0e4 +SIZE (xpi/firefox-60.2.0/pt-BR.xpi) = 514025 +SHA256 (xpi/firefox-60.2.0/pt-PT.xpi) = 7f1672f495363599ed4b02600a9e98a83e3adb7a47b3bf5dc6dbf35e19bdf00d +SIZE (xpi/firefox-60.2.0/pt-PT.xpi) = 518618 +SHA256 (xpi/firefox-60.2.0/rm.xpi) = be307086630de2512f401ace83f9d6e770079c368610e029365523a3b96f4c48 SIZE (xpi/firefox-60.2.0/rm.xpi) = 505346 -SHA256 (xpi/firefox-60.2.0/ro.xpi) = 1ab357570086e88ca661bd61c488aa2c6226e2df9dfa7fc911986d7bf31a2900 -SIZE (xpi/firefox-60.2.0/ro.xpi) = 513360 -SHA256 (xpi/firefox-60.2.0/ru.xpi) = ef61a58a350cc35e55d231c82edb93797442e57ebc7884e1966af6bd7a569f0e -SIZE (xpi/firefox-60.2.0/ru.xpi) = 590604 -SHA256 (xpi/firefox-60.2.0/si.xpi) = d7d94d32945bbdfcd385968dbfa8ada74a88b47861a22f9111978ecc16e17afc -SIZE (xpi/firefox-60.2.0/si.xpi) = 544884 -SHA256 (xpi/firefox-60.2.0/sk.xpi) = 8c6f1f1cf2d222aa84d601229c273d4097db6c35ca0cc3619b71d67691d6009b +SHA256 (xpi/firefox-60.2.0/ro.xpi) = 671af19f827f351f0575e806c13d2e63f4df0de3a69cf6a2895a99999d96da6e +SIZE (xpi/firefox-60.2.0/ro.xpi) = 513364 +SHA256 (xpi/firefox-60.2.0/ru.xpi) = d8dcde232efe8fb53f4e6e2d0deae7db7b8ec85bb4e0c16157bb5575ed6da9e6 +SIZE (xpi/firefox-60.2.0/ru.xpi) = 590603 +SHA256 (xpi/firefox-60.2.0/si.xpi) = b119eb141f09637ffbf878e276d6866c072bc2b22297760f076ee4e1609de907 +SIZE (xpi/firefox-60.2.0/si.xpi) = 544878 +SHA256 (xpi/firefox-60.2.0/sk.xpi) = 8117deff6af3c4453b57993979002c6d4eba105c13cc4b7be0eb813e67af45d8 SIZE (xpi/firefox-60.2.0/sk.xpi) = 541016 -SHA256 (xpi/firefox-60.2.0/sl.xpi) = cfeb512711cf1c8de64203cf3ad4f28ee0a9739e28683f29a69cbdfee4d3655b -SIZE (xpi/firefox-60.2.0/sl.xpi) = 518664 -SHA256 (xpi/firefox-60.2.0/son.xpi) = 8dbe4ee4913a8e141de40c780b1583f4507c41e645f7145e0799a1ef0e551515 -SIZE (xpi/firefox-60.2.0/son.xpi) = 497000 -SHA256 (xpi/firefox-60.2.0/sq.xpi) = b9af1ade033d28b13b7fdfe420ed5d4b931d8a98a9c293e18386e45dd43d09a3 -SIZE (xpi/firefox-60.2.0/sq.xpi) = 520573 -SHA256 (xpi/firefox-60.2.0/sr.xpi) = 8b50a65b05502d7717becb8a79dab7de018f9c707a2b103f87fde66eef37a5a7 -SIZE (xpi/firefox-60.2.0/sr.xpi) = 548082 -SHA256 (xpi/firefox-60.2.0/sv-SE.xpi) = 23ab91b93b01c57421af5d4911d8a5f09a9ad8c326d21800d67f439ed0598d02 -SIZE (xpi/firefox-60.2.0/sv-SE.xpi) = 517931 -SHA256 (xpi/firefox-60.2.0/ta.xpi) = 019e0aa55cd844f9209ff816e23fb860419eb25e3dbe355397fa08894e6efea9 -SIZE (xpi/firefox-60.2.0/ta.xpi) = 577227 -SHA256 (xpi/firefox-60.2.0/te.xpi) = 7c548d601d04d0288b513cb20fd2ade360c23d63fdbdbc5489072d82eff7700f -SIZE (xpi/firefox-60.2.0/te.xpi) = 590260 -SHA256 (xpi/firefox-60.2.0/th.xpi) = 2db437945136702bd4187f340f09ffd404b1b105fbff3216585d3d60e8816dde -SIZE (xpi/firefox-60.2.0/th.xpi) = 562122 -SHA256 (xpi/firefox-60.2.0/tr.xpi) = 8b365a5e05cb79bb69c5076048b8fe88143e6f2a395704ff59337af398e3c97c -SIZE (xpi/firefox-60.2.0/tr.xpi) = 525124 -SHA256 (xpi/firefox-60.2.0/uk.xpi) = b43820c2fc7217eea4877979ecc3e15f7ccb0f8d858160e4575ea6140c697eb6 -SIZE (xpi/firefox-60.2.0/uk.xpi) = 580226 -SHA256 (xpi/firefox-60.2.0/ur.xpi) = 2fdd3b54070b6975ba813002316f961f5e104b5c5f7a5b7bdf282d495134825d -SIZE (xpi/firefox-60.2.0/ur.xpi) = 562686 -SHA256 (xpi/firefox-60.2.0/uz.xpi) = 891378527b1d0c599328d0ab912d535d1115f8639b707eb107d30caf293e6967 -SIZE (xpi/firefox-60.2.0/uz.xpi) = 512990 -SHA256 (xpi/firefox-60.2.0/vi.xpi) = 518ae4fd22b2095afa89bad2ab08657927ca96b68ae70588015d635fc04d26a7 -SIZE (xpi/firefox-60.2.0/vi.xpi) = 527494 -SHA256 (xpi/firefox-60.2.0/xh.xpi) = b625258047dfc0671e32bfeaa823fd688a3c455ffd00ac3a4cc206226890f366 -SIZE (xpi/firefox-60.2.0/xh.xpi) = 511172 -SHA256 (xpi/firefox-60.2.0/zh-CN.xpi) = 7291b28cf9e5afbeaaafd8fb6c5f2be4079e529d53fee11afb5771b5678337d2 -SIZE (xpi/firefox-60.2.0/zh-CN.xpi) = 542891 -SHA256 (xpi/firefox-60.2.0/zh-TW.xpi) = ac7dbdae07062a07057a0baad045223656a65225dbfafd96e40c226eea752e86 -SIZE (xpi/firefox-60.2.0/zh-TW.xpi) = 541210 +SHA256 (xpi/firefox-60.2.0/sl.xpi) = 28095565f2cf945a8ab0c65b78f5e9d461e9328cd40e7e0ed96da2abfebd7cf3 +SIZE (xpi/firefox-60.2.0/sl.xpi) = 518659 +SHA256 (xpi/firefox-60.2.0/son.xpi) = 58af81bfbc1f60fc889ccdb4c272385459138439786abb60f9809f9365b72b7c +SIZE (xpi/firefox-60.2.0/son.xpi) = 497003 +SHA256 (xpi/firefox-60.2.0/sq.xpi) = 94479772eac1beaafbc7feda05f49b916657a57ee17b42e5017b9dc904422bde +SIZE (xpi/firefox-60.2.0/sq.xpi) = 520575 +SHA256 (xpi/firefox-60.2.0/sr.xpi) = a820aa8b44ac3a14dce6354804244a96319cc7ba356ee734d5cfa49f272d30b8 +SIZE (xpi/firefox-60.2.0/sr.xpi) = 548081 +SHA256 (xpi/firefox-60.2.0/sv-SE.xpi) = b7e92d01121570f1f006dc0a63f520fd8d3817a904ef4ac456422231f1479d58 +SIZE (xpi/firefox-60.2.0/sv-SE.xpi) = 517934 +SHA256 (xpi/firefox-60.2.0/ta.xpi) = a632cca0ba42e7f2f9c371415a6f20f8824d749c434ff5b828d46139d9eb19be +SIZE (xpi/firefox-60.2.0/ta.xpi) = 577232 +SHA256 (xpi/firefox-60.2.0/te.xpi) = 3334639e8f983e651a917e22f7f2b4187fc7785d6c1d2d4399a94b77110518d8 +SIZE (xpi/firefox-60.2.0/te.xpi) = 590261 +SHA256 (xpi/firefox-60.2.0/th.xpi) = 6d132e959b392d0ba122fc58d080b5bba0aeede0514f9131077415aec1a9ac49 +SIZE (xpi/firefox-60.2.0/th.xpi) = 562115 +SHA256 (xpi/firefox-60.2.0/tr.xpi) = 4301dec2d60996f252424a341cda9a8fd1f84c3d330d717cd7d5b1b6f6b9053f +SIZE (xpi/firefox-60.2.0/tr.xpi) = 525115 +SHA256 (xpi/firefox-60.2.0/uk.xpi) = d853a1e235e4574debe96bb323528ec49aea5154f6d4cc5929068e479104f831 +SIZE (xpi/firefox-60.2.0/uk.xpi) = 580233 +SHA256 (xpi/firefox-60.2.0/ur.xpi) = c7eeaa7d7a55d5e8c546b5e306e372ec3c897f2da43a957d048efd0c51d12b84 +SIZE (xpi/firefox-60.2.0/ur.xpi) = 562685 +SHA256 (xpi/firefox-60.2.0/uz.xpi) = 2db24f3e1d44d8591dbea116dc26d586096605b7da4cffc573b767664873facb +SIZE (xpi/firefox-60.2.0/uz.xpi) = 513000 +SHA256 (xpi/firefox-60.2.0/vi.xpi) = 9a23f7587382454a8a3ee627647b114f0e6a67a10777bdb6f459bc73de0dac8a +SIZE (xpi/firefox-60.2.0/vi.xpi) = 527496 +SHA256 (xpi/firefox-60.2.0/xh.xpi) = 2aee311b646caf959a3e1896f959e7749cb238ad93ce527d2d33531cc57c4330 +SIZE (xpi/firefox-60.2.0/xh.xpi) = 511170 +SHA256 (xpi/firefox-60.2.0/zh-CN.xpi) = e05acce481373a7c8ffc45e3cc76d74c3ce23f9a7be70ebb7c16e0a70e25e092 +SIZE (xpi/firefox-60.2.0/zh-CN.xpi) = 542882 +SHA256 (xpi/firefox-60.2.0/zh-TW.xpi) = 2431c15a9023014bd394e659e96a85ba541dd3657eaf60b0f03b62dd0666ac50 +SIZE (xpi/firefox-60.2.0/zh-TW.xpi) = 541208 Index: branches/2018Q3 =================================================================== --- branches/2018Q3 (revision 478867) +++ branches/2018Q3 (revision 478868) Property changes on: branches/2018Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r478867