mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/vcspull: Updated for version 0.2.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
4ff72a2d37
commit
dc9c6958e9
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for vcspull
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=vcspull
|
||||
VERSION=${VERSION:-0.1.1}
|
||||
VERSION=${VERSION:-0.2.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="vcspull"
|
||||
VERSION="0.1.1"
|
||||
VERSION="0.2.2"
|
||||
HOMEPAGE="http://github.com/tony/vcspull/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/v/vcspull/vcspull-0.1.1.tar.gz"
|
||||
MD5SUM="d9120c8621316aed5be908bf032d937d"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/v/vcspull/vcspull-0.2.2.tar.gz"
|
||||
MD5SUM="2d989576ba5454ed9bbb6e398cb2aa92"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="kaptan PyYAML argcomplete"
|
||||
REQUIRES="kaptan PyYAML argcomplete colorama"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue