mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/foolscap: Fix DOWNLOAD/HOMEPAGE.
foolscap.lothar.com is currently unreachable. I have switched this to the debian source, which has the exact same MD5SUM. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9c7bc63003
commit
a4bca73a9a
3 changed files with 4 additions and 4 deletions
|
@ -74,7 +74,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/"$PRGNAM"_"$VERSION.orig.tar.gz"
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="foolscap"
|
||||
VERSION="0.13.1"
|
||||
HOMEPAGE="http://foolscap.lothar.com/trac"
|
||||
DOWNLOAD="http://foolscap.lothar.com/releases/foolscap-0.13.1.tar.gz"
|
||||
HOMEPAGE="https://pypi.org/project/foolscap/"
|
||||
DOWNLOAD="http://deb.debian.org/debian/pool/main/f/foolscap/foolscap_0.13.1.orig.tar.gz"
|
||||
MD5SUM="5eaa9a3b0e1944b09358e7b192b6dd05"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
|
@ -13,7 +13,7 @@ foolscap: capability-based security model and flexible serialization. It is
|
|||
foolscap: intended to replace Twisted's native "Perspective Broker" RPC
|
||||
foolscap: system.
|
||||
foolscap:
|
||||
foolscap: Homepage: http://foolscap.lothar.com/trac
|
||||
foolscap: Homepage: https://pypi.org/project/foolscap/
|
||||
foolscap:
|
||||
foolscap:
|
||||
foolscap:
|
||||
|
|
Loading…
Reference in a new issue