Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2015-09-09 18:13:14 +0300
committerCasey Deccio <casey@deccio.net>2015-09-09 18:13:14 +0300
commit77b939cf0115f6eb8e07cd154a693c67e2825f71 (patch)
tree4b1ebbe525292665ea49e53b686e0a69fdb4f3cf /setup.py
parentd8ddcc21a271b04c93b33d1586bf331bc4d27e2c (diff)
Update jquery-ui from 1.10.4 to 1.11.4
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 146b6c0..96db048 100644
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@ setup(name='dnsviz',
('share/man/man1', ['doc/man/dnsviz.1', 'doc/man/dnsviz-probe.1', 'doc/man/dnsviz-grok.1', 'doc/man/dnsviz-graph.1', 'doc/man/dnsviz-print.1', 'doc/man/dnsviz-query.1']),
('share/dnsviz/icons', glob.glob(os.path.join('share', 'icons', '*.png'))),
('share/dnsviz/css', ['share/css/dnsviz.css']),
- ('share/dnsviz/css/redmond', ['share/css/redmond/jquery-ui-1.10.4.custom.min.css']),
+ ('share/dnsviz/css/redmond', ['share/css/redmond/jquery-ui-1.11.4.custom.min.css']),
('share/dnsviz/css/redmond/images', glob.glob(os.path.join('share', 'css', 'redmond', 'images', '*.png')) + glob.glob(os.path.join('share', 'css', 'redmond', 'images', '*.gif'))),
('share/dnsviz/js', glob.glob(os.path.join('share', 'js', '*.js'))),
('share/dnsviz/html', glob.glob(os.path.join('share', 'html', '*.html'))),