Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: third_party/closure_linter/setup.py

Issue 2328693002: Updated linter with upstream release (2.3.19) (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/closure_linter/setup.py
diff --git a/third_party/closure_linter/setup.py b/third_party/closure_linter/setup.py
index fb2c493f2bdb4035187d19d244aaedf0d921a369..52bf566a9fcff77feaa289bbde0237028434e77c 100755
--- a/third_party/closure_linter/setup.py
+++ b/third_party/closure_linter/setup.py
@@ -20,12 +20,12 @@ except ImportError:
from distutils.core import setup
setup(name='closure_linter',
- version='2.3.14',
+ version='2.3.19',
description='Closure Linter',
license='Apache',
author='The Closure Linter Authors',
author_email='opensource@google.com',
- url='http://code.google.com/p/closure-linter',
+ url='https://github.com/google/closure-linter',
install_requires=['python-gflags'],
package_dir={'closure_linter': 'closure_linter'},
packages=['closure_linter', 'closure_linter.common'],

Powered by Google App Engine
This is Rietveld 408576698