diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2019-11-06 06:42:17 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-09 12:51:16 +0700 |
commit | 3505f892c06cd65a2d9967918ebbabf764117fbc (patch) | |
tree | d16ceeb3e572e4b478228c24ffcbcd48d20a4204 /python | |
parent | 2a1a0a457eb777f0537e88b53c98c2e056108d91 (diff) |
python/python3-gitdb2: Updated for version 2.0.6.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-gitdb2/python3-gitdb2.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-gitdb2/python3-gitdb2.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-gitdb2/python3-gitdb2.SlackBuild b/python/python3-gitdb2/python3-gitdb2.SlackBuild index 60aa5a3e45a7..2ea06e4beaab 100644 --- a/python/python3-gitdb2/python3-gitdb2.SlackBuild +++ b/python/python3-gitdb2/python3-gitdb2.SlackBuild @@ -25,7 +25,7 @@ SRCNAM=gitdb2 PRGNAM=python3-$SRCNAM -VERSION=${VERSION:-2.0.5} +VERSION=${VERSION:-2.0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-gitdb2/python3-gitdb2.info b/python/python3-gitdb2/python3-gitdb2.info index 30c23737dc84..a862c02d45c6 100644 --- a/python/python3-gitdb2/python3-gitdb2.info +++ b/python/python3-gitdb2/python3-gitdb2.info @@ -1,8 +1,8 @@ PRGNAM="python3-gitdb2" -VERSION="2.0.5" +VERSION="2.0.6" HOMEPAGE="https://github.com/gitpython-developers/gitdb" -DOWNLOAD="https://files.pythonhosted.org/packages/source/g/gitdb2/gitdb2-2.0.5.tar.gz" -MD5SUM="94e59e5fb00960541f6e137b1456ab0a" +DOWNLOAD="https://files.pythonhosted.org/packages/source/g/gitdb2/gitdb2-2.0.6.tar.gz" +MD5SUM="1a7ea3362e405f8a5634f7ee53636094" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-smmap2" |