| Index: abp_rewrite.py |
| diff --git a/abp_rewrite.py b/abp_rewrite.py |
| index 1a5aab31b64d1cfba84c44714c3d09d3d9bb3a4c..afd9a37aa8b02b3c629421c331c475ff562b57fc 100644 |
| --- a/abp_rewrite.py |
| +++ b/abp_rewrite.py |
| @@ -17,9 +17,9 @@ except ImportError: |
| def urlopen(*args, **kwargs): |
| return contextlib.closing(urllib2.urlopen(*args, **kwargs)) |
| -JSSHELL_DIR = 'mozilla-esr31' |
| +JSSHELL_DIR = 'mozilla-esr45' |
| JSSHELL_URL = ('https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly' |
| - '/2015/02/2015-02-25-00-22-19-{}' |
| + '/2016/05/2016-05-29-00-15-03-{}' |
| '/jsshell-{{}}.zip'.format(JSSHELL_DIR)) |
| JSSHELL_SUPPORTED_PLATFORMS = { |