mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/GitPython: Updated for version 2.0.7.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
d9192cd20e
commit
f8ab835b67
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=GitPython
|
||||
VERSION=${VERSION:-2.0.6}
|
||||
VERSION=${VERSION:-2.0.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="GitPython"
|
||||
VERSION="2.0.6"
|
||||
VERSION="2.0.7"
|
||||
HOMEPAGE="https://github.com/gitpython-developers/GitPython"
|
||||
DOWNLOAD="https://pypi.python.org/packages/3d/b8/f15611e94b0e7ce4ecca5fb54c9163fd88ee771f7760cb04ec6d4d60af6a/GitPython-2.0.6.tar.gz"
|
||||
MD5SUM="833b56dc7e0c6a9924f26043905cb9d7"
|
||||
DOWNLOAD="https://pypi.python.org/packages/79/6f/160627fba0c8f0740e8671b90f398e34c72db703a9c3ba9397b4e7b3b792/GitPython-2.0.7.tar.gz"
|
||||
MD5SUM="aa0ba9df0abe4c8f35dd7bb9be85d56e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gitdb"
|
||||
|
|
Loading…
Reference in a new issue