summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2018-09-18 23:45:27 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2018-09-18 23:45:27 +0200
commit4b8a968eefce57bcf50e3b42e7284fd7a0ac7618 (patch)
tree9732df910eae548f488be841dca781ebeb840417
parentbf87297a1c67981273d3519d5e83975c2181dd4d (diff)
downloadxstatic-jquery-git-4b8a968eefce57bcf50e3b42e7284fd7a0ac7618.tar.gz
update xstatic metadata1.12.4.1
-rw-r--r--xstatic/pkg/jquery/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/xstatic/pkg/jquery/__init__.py b/xstatic/pkg/jquery/__init__.py
index f2b5870..d2a34ad 100644
--- a/xstatic/pkg/jquery/__init__.py
+++ b/xstatic/pkg/jquery/__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.10.2' # version of the packaged files, please use the upstream
+VERSION = '1.12.4' # 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://jquery.com/'
+HOMEPAGE = 'https://jquery.com/'
# this refers to all files:
LICENSE = '(same as %s)' % DISPLAY_NAME