summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 4a4bc8e..ab253d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -206,3 +206,4 @@ firefox-3.6.4.source.tar.bz2
/firefox-48.0.1.source.tar.xz
/firefox-49.0.source.tar.xz
/firefox-langpacks-49.0-20160906.tar.xz
+/firefox-langpacks-49.0-20160908.tar.xz
diff --git a/firefox.spec b/firefox.spec
index 0b08533..a5fd848 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -92,7 +92,7 @@ License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
%if %{build_langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20160906.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20160908.tar.xz
%endif
Source10: firefox-mozconfig
Source12: firefox-redhat-default-prefs.js
diff --git a/sources b/sources
index 8b3bcb6..63744e0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-b96eda40533dbd644eb2ae7f3da9f850 firefox-49.0.source.tar.xz
-f24eb2f6eb67d5609579a2baac416374 firefox-langpacks-49.0-20160906.tar.xz
+57950744a4f5b7bf6cbc39be3d08ee34 firefox-langpacks-49.0-20160908.tar.xz
+f32c3cfaaa3d6aaae4798df2d2749640 firefox-49.0.source.tar.xz
bgstack15