summaryrefslogtreecommitdiffstats
path: root/pycrypto/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'pycrypto/Pkgfile')
-rwxr-xr-xpycrypto/Pkgfile8
1 files changed, 3 insertions, 5 deletions
diff --git a/pycrypto/Pkgfile b/pycrypto/Pkgfile
index 877676304..ad0af2e35 100755
--- a/pycrypto/Pkgfile
+++ b/pycrypto/Pkgfile
@@ -1,18 +1,16 @@
# Description: Collection d'algoritmes et protocols pour Python
-# URL: http://www.amk.ca/python/code/crypto.html
+# URL: https://www.dlitz.net/software/pycrypto/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on:
# Run on:
name=pycrypto
-version=2.0.1
+version=2.4.1
release=1
-source=( http://www.amk.ca/files/python/crypto/$name-$version.tar.gz)
-
+source=(http://ftp.dlitz.net/pub/dlitz/crypto/$name/$name-$version.tar.gz)
build() {
cd $name-$version
python2 setup.py build install --root=$PKG
}
-