mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/GitPython: Updated for version 0.3.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
56e3737626
commit
8e89ae549a
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=GitPython
|
PRGNAM=GitPython
|
||||||
VERSION=${VERSION:-0.3.2.1}
|
VERSION=${VERSION:-0.3.6}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="GitPython"
|
PRGNAM="GitPython"
|
||||||
VERSION="0.3.2.1"
|
VERSION="0.3.6"
|
||||||
HOMEPAGE="https://github.com/gitpython-developers/GitPython"
|
HOMEPAGE="https://github.com/gitpython-developers/GitPython"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/source/G/GitPython/GitPython-0.3.2.1.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/source/G/GitPython/GitPython-0.3.6.tar.gz"
|
||||||
MD5SUM="a8e8d3875d71c09993d078527d8c327e"
|
MD5SUM="87404ab9e0fcee81e660e932b3d9f2c6"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="gitdb"
|
REQUIRES="gitdb"
|
||||||
|
|
Loading…
Reference in a new issue