mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/ws4py: Updated for version 0.3.4.
Signed-off-by: dslackw <d.zlatanidis@gmail.com>
This commit is contained in:
parent
1c8b8b71c6
commit
0415b2a2c7
2 changed files with 5 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ws4py
|
||||
VERSION=${VERSION:-0.3.2}
|
||||
VERSION=${VERSION:-0.3.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
unzip $CWD/$PRGNAM-$VERSION.zip
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
@ -87,4 +87,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
|
|||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ws4py"
|
||||
VERSION="0.3.2"
|
||||
VERSION="0.3.4"
|
||||
HOMEPAGE="https://github.com/Lawouach/WebSocket-for-Python"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/w/ws4py/ws4py-0.3.2.zip"
|
||||
MD5SUM="f8baa22ada496785ddbf98b7f1b1175b"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/w/ws4py/ws4py-0.3.4.tar.gz"
|
||||
MD5SUM="6b47e33cbd13f5c134b04f2a44a480ad"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue