mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/gitdb: Updated for version 0.6.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
7bdfde19d8
commit
56e3737626
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=gitdb
|
PRGNAM=gitdb
|
||||||
VERSION=${VERSION:-0.6.0}
|
VERSION=${VERSION:-0.6.4}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="gitdb"
|
PRGNAM="gitdb"
|
||||||
VERSION="0.6.0"
|
VERSION="0.6.4"
|
||||||
HOMEPAGE="https://github.com/gitpython-developers/gitdb"
|
HOMEPAGE="https://github.com/gitpython-developers/gitdb"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/source/g/gitdb/gitdb-0.6.0.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/source/g/gitdb/gitdb-0.6.4.tar.gz"
|
||||||
MD5SUM="fbd7d617e208e8d8029beeb09a18f845"
|
MD5SUM="44e4366b8bdfd306b075c3a52c96ae1a"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="smmap"
|
REQUIRES="smmap"
|
||||||
|
|
Loading…
Reference in a new issue