summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-07-08 22:58:02 +0200
committerMartin Stransky <stransky@redhat.com>2019-07-08 22:58:02 +0200
commit406faa89cbb9b667fc629105a24602e7cfbc49e1 (patch)
treec2f36b5be5f615c2727b2d8f8016bbcb942a4bc0
parentFixed second arch patches (diff)
downloadlibrewolf-fedora-ff-406faa89cbb9b667fc629105a24602e7cfbc49e1.tar.gz
librewolf-fedora-ff-406faa89cbb9b667fc629105a24602e7cfbc49e1.tar.bz2
librewolf-fedora-ff-406faa89cbb9b667fc629105a24602e7cfbc49e1.zip
Updated to build 3
-rw-r--r--.gitignore1
-rw-r--r--firefox.spec2
-rw-r--r--sources4
3 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index f3093a9..ab6e92a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -353,3 +353,4 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-67.0.4-20190620.tar.xz
/firefox-68.0.source.tar.xz
/firefox-langpacks-68.0-20190702.tar.xz
+/firefox-langpacks-68.0-20190708.tar.xz
diff --git a/firefox.spec b/firefox.spec
index e998a71..5305448 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -91,7 +91,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}-20190702.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20190708.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
diff --git a/sources b/sources
index 4be600b..9dc9dfb 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
SHA512 (cbindgen-vendor.tar.xz) = bdd1535c9923a082cdca263ff2c1765814b00b6a1c74be95bac4dbf7d0b7b29c1c27f0fed6feae99c88521c96e2865f0ea3cf784bd9a32a44cec6ee4df850662
-SHA512 (firefox-68.0.source.tar.xz) = 3822d9e72edffd278b4a8e86998252e7e7134a1751d64c9913e5492971f41606187b67b3639dcfca6c97ae958547d6bc0426a5cb2c321e32fb96f33ed8760feb
-SHA512 (firefox-langpacks-68.0-20190702.tar.xz) = 6b146f7ef5fd57c38d3074b5f7ee19ac90d11d3e742bedb843f47ed528c27df8aa3f38698e31dd0357cdfa13e37a08845c29e5b5ac0efe8c8291b2272acae1d7
+SHA512 (firefox-68.0.source.tar.xz) = fcb6f6dd8069ca43b0b75cba4566f81c94535e66ddeb80fbdd4f47eaac2efc82d6e6bd36bf7cbebdc260a74886ba3f007a321d88fdf30731d3b669a38273f42e
+SHA512 (firefox-langpacks-68.0-20190708.tar.xz) = d6a8b3e9e1b8b7d86da58ea33490a56134051f99feec5b1183c11b351644854527e4b681a53445a98b772378cbe60e9b0f7597feba63fbd126f44574d2c48840
bgstack15