summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-11-25 18:08:09 +0100
committerMartin Stransky <stransky@redhat.com>2019-11-25 18:08:09 +0100
commit1c3ae16403876324c58fd76056c91b6cee6de196 (patch)
treed68445dbf19b58e21dda064bd69615dd92383083
parentTest build - FF71 (diff)
downloadlibrewolf-fedora-ff-1c3ae16403876324c58fd76056c91b6cee6de196.tar.gz
librewolf-fedora-ff-1c3ae16403876324c58fd76056c91b6cee6de196.tar.bz2
librewolf-fedora-ff-1c3ae16403876324c58fd76056c91b6cee6de196.zip
File uploads
-rw-r--r--.gitignore1
-rw-r--r--firefox.spec3
-rw-r--r--sources2
3 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 165f434..e7b8de0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -370,3 +370,4 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-70.0-20191018.tar.xz
/firefox-70.0.1.source.tar.xz
/firefox-langpacks-70.0.1-20191101.tar.xz
+/firefox-71.0b12.source.tar.xz
diff --git a/firefox.spec b/firefox.spec
index a75602f..c21001f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -100,7 +100,8 @@ 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
Source0: firefox-71.0b12.source.tar.xz
%if %{with langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20191101.tar.xz
+#Source1: firefox-langpacks-%{version}%{?pre_version}-20191101.tar.xz
+Source1: firefox-langpacks-70.0.1-20191101.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
diff --git a/sources b/sources
index 1708286..c92df0f 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
SHA512 (cbindgen-vendor.tar.xz) = 88afa0bc6af525cbb46bc75578b90419b28b95b396d5002fbf299a78a173681b840096ff83ef6e48553d1a5e0aa04e79383ab4d09bf431f3b864fcbacc7de46d
-SHA512 (firefox-70.0.1.source.tar.xz) = 798e18620e50ef10f184b6e43c88cfbad8a446ae005204582bccc2958107910617375b0ff622c85fb768b48d490a31ea7674eef9f0c415aa72cd958f09a9f725
SHA512 (firefox-langpacks-70.0.1-20191101.tar.xz) = 307c9d14980ad66b5cfd1ad6a0bd2f4f60d09d9ea9478876b9537c31ae713b5cbe05410b8c01822084aa669f58d017a15ba4f7c6bcbcb07f144437658da72ff4
+SHA512 (firefox-71.0b12.source.tar.xz) = 012c3cdb963ce86931397154982f6bbe1b4207bf4cbd1b6728ae218c9705133ea115a6d2eb4c03e1373c821968b7e8e067b3f9cab67b646bd7c598dead21009b
bgstack15