summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--firefox.spec4
-rw-r--r--sources4
3 files changed, 5 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 0e3405c..6452451 100644
--- a/.gitignore
+++ b/.gitignore
@@ -412,3 +412,4 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-79.0-20200727.tar.xz
/firefox-80.0.source.tar.xz
/firefox-langpacks-80.0-20200818.tar.xz
+/firefox-langpacks-80.0-20200820.tar.xz
diff --git a/firefox.spec b/firefox.spec
index ec121ac..e3b47e7 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -117,7 +117,7 @@ URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
%if %{with langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20200818.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20200820.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
@@ -960,7 +960,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Tue Aug 18 2020 Martin Stransky <stransky@redhat.com> - 80.0-1
-- Updated to 80.0 Build 1
+- Updated to 80.0 Build 2
- Go back to gcc
* Tue Aug 18 2020 Martin Stransky <stransky@redhat.com> - 79.0-6
diff --git a/sources b/sources
index 6eb32ab..141286a 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
SHA512 (cbindgen-vendor.tar.xz) = f0425020e2d43a3d28b03f82bdb9719728112a2c94b1d595da384d0674ca21d0940a6f729a690434d670e598fbc6bb5193c89da0a4633a734c70dd786222e711
-SHA512 (firefox-80.0.source.tar.xz) = bb058939c63c5b50fc9dc332cc899450d0acce280947a6a4e46d69c02212dd8beb9881f6118074213a03fbe276f9a0ba47967f03802f3a4c7ac5b9bffabeb965
-SHA512 (firefox-langpacks-80.0-20200818.tar.xz) = 09e88aab42749462b27ff9becc627e794f8ec15ef945cb68b2e98508adf6e91d1dfed44a014334ee1577bf905441c184ade4ef72a7052ed2c17ccba5d40b422e
+SHA512 (firefox-80.0.source.tar.xz) = 6cfba55615d032e77f973ffdb1d4bb27c3c00d1ef642521284afa3e01a1bd29c6db963181e9ebefb0a44e49b96c3f93e57ce49541eae7e5a54d3360ffa81c1f3
+SHA512 (firefox-langpacks-80.0-20200820.tar.xz) = 6a148c3ba92a1958f24b851387c2fb203e0250ff643b757545fa84acd9da18a8cd60135161193154d8b6507c77432c947ba040455eb14e9909f5d7daf4a0daf3
bgstack15