mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/GitPython: Updated for version 2.1.7.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
574604f271
commit
b2fcce6633
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=GitPython
|
||||
VERSION=${VERSION:-2.1.5}
|
||||
VERSION=${VERSION:-2.1.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="GitPython"
|
||||
VERSION="2.1.5"
|
||||
VERSION="2.1.7"
|
||||
HOMEPAGE="https://github.com/gitpython-developers/GitPython"
|
||||
DOWNLOAD="https://pypi.python.org/packages/6d/c1/d1c852f787a1ad4fd8346603e520e2b8b886158f177276cd8c2acf594001/GitPython-2.1.5.tar.gz"
|
||||
MD5SUM="df94212b19d270a625b67b4c84ac9a41"
|
||||
DOWNLOAD="https://pypi.python.org/packages/e1/ec/9f2bbc86a0188bf83221212be87fa4b70dc71a9385efcc95a25e9789894e/GitPython-2.1.7.tar.gz"
|
||||
MD5SUM="a63fdd2a650694ea23e268fd0c952034"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gitdb2"
|
||||
|
|
Loading…
Reference in a new issue