summaryrefslogtreecommitdiff
path: root/src/third_party/mozjs-45/get-sources.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/mozjs-45/get-sources.sh')
-rw-r--r--src/third_party/mozjs-45/get-sources.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/mozjs-45/get-sources.sh b/src/third_party/mozjs-45/get-sources.sh
index 089a52d2793..f98cd314503 100644
--- a/src/third_party/mozjs-45/get-sources.sh
+++ b/src/third_party/mozjs-45/get-sources.sh
@@ -2,7 +2,7 @@
# how we got the last firefox sources
-VERSION=45.8.0esr
+VERSION=45.9.0esr
TARBALL=firefox-$VERSION.source.tar.xz
if [ ! -f $TARBALL ]; then
wget "https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/source/$TARBALL"