diff options
Diffstat (limited to 'dev/python/twisted/Twisted.mkbuild')
-rw-r--r-- | dev/python/twisted/Twisted.mkbuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/python/twisted/Twisted.mkbuild b/dev/python/twisted/Twisted.mkbuild index d3b7194..d3d4f6b 100644 --- a/dev/python/twisted/Twisted.mkbuild +++ b/dev/python/twisted/Twisted.mkbuild @@ -12,7 +12,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="http://tmrc.mit.edu/mirror/twisted/Twisted/8.1/Twisted-8.1.0.tar.bz2" +[[DOWNLOAD FOLDER URL]]="http://tmrc.mit.edu/mirror/twisted/Twisted/8.2/Twisted-8.2.0.tar.bz2" # Source base name. if different from package name. Null ("") to default value. # Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' @@ -117,6 +117,7 @@ off: md5sum_download_and_check_0 off: md5sum_download_and_check_1 off: gpg_signature_check + on: manifest_check on: untar_source off: patch_source off: configure |