summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2018-09-18 23:20:57 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2018-09-18 23:20:57 +0200
commit09d9986fe600cd440d79bb5f64bd03fdc2de61d2 (patch)
tree460bb56d0fa58c52a720261e49695fbddc5ee7c1
parent01eaceddfc7a97a29cbb8f51b6c73a6c87009620 (diff)
downloadxstatic-jquery-ui-git-09d9986fe600cd440d79bb5f64bd03fdc2de61d2.tar.gz
xstatic metadata update1.12.1.1
-rw-r--r--xstatic/pkg/jquery_ui/__init__.py4
1 files 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