From 09d9986fe600cd440d79bb5f64bd03fdc2de61d2 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 18 Sep 2018 23:20:57 +0200 Subject: xstatic metadata update --- xstatic/pkg/jquery_ui/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xstatic/pkg/jquery_ui/__init__.py b/xstatic/pkg/jquery_ui/__init__.py index 17b2673..208262b 100644 --- a/xstatic/pkg/jquery_ui/__init__.py +++ b/xstatic/pkg/jquery_ui/__init__.py @@ -11,7 +11,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar') # please use a all-lowercase valid python # package name -VERSION = '1.12.0' # version of the packaged files, please use the upstream +VERSION = '1.12.1' # version of the packaged files, please use the upstream # version number BUILD = '1' # our package build number, so we can release new builds # with fixes for xstatic stuff. @@ -28,7 +28,7 @@ MAINTAINER = 'Thomas Waldmann' MAINTAINER_EMAIL = 'tw@waldmann-edv.de' # this refers to the project homepage of the stuff we packaged: -HOMEPAGE = 'http://jqueryui.com/' +HOMEPAGE = 'https://jqueryui.com/' # this refers to all files: LICENSE = '(same as %s)' % DISPLAY_NAME -- cgit v1.2.1