libraries/tox-extension-messages: Fix download URL.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2022-02-15 10:34:12 -05:00 committed by Willy Sudiarto Raharjo
parent 7349e46464
commit 372cb30488
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,7 +1,7 @@
PRGNAM="tox-extension-messages"
VERSION="0.0.3"
HOMEPAGE="https://github.com/toxext/tox_extension_messages"
DOWNLOAD="https://github.com/toxext/tox_extension_messages/archive/v0.0.3/tox-extension-messages-0.0.3.tar.gz"
DOWNLOAD="https://github.com/toxext/tox_extension_messages/archive/v0.0.3/tox_extension_messages-0.0.3.tar.gz"
MD5SUM="852efcaaefcaf981e7b2a6786876c64a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""