libraries/GitPython: Updated for version 2.0.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
23dbc9d063
commit
b70fd95c61
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=GitPython
|
||||
VERSION=${VERSION:-2.0.2}
|
||||
VERSION=${VERSION:-2.0.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="GitPython"
|
||||
VERSION="2.0.2"
|
||||
VERSION="2.0.3"
|
||||
HOMEPAGE="https://github.com/gitpython-developers/GitPython"
|
||||
DOWNLOAD="https://github.com/gitpython-developers/GitPython/archive/2.0.2.tar.gz"
|
||||
MD5SUM="91e0cd88a67e5a111b0ba6fde2f58d51"
|
||||
DOWNLOAD="https://pypi.python.org/packages/87/eb/f5e6eb9f129532368242f8c36cec78c9c0a28f6b3a74de2ecf5a5fe56c4c/GitPython-2.0.3.tar.gz"
|
||||
MD5SUM="5459f90fa49c23643420f9ce07830f22"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gitdb"
|
||||
|
|
Loading…
Reference in New Issue