We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43d8a5 commit 060d566Copy full SHA for 060d566
recipes/twisted/recipe.sh
@@ -1,10 +1,10 @@
1
#!/bin/bash
2
3
-VERSION_twisted=${VERSION_twisted:-14.0}
4
-URL_twisted=http://twistedmatrix.com/Releases/Twisted/$VERSION_twisted/Twisted-$VERSION_twisted.0.tar.bz2
+VERSION_twisted=${VERSION_twisted:-15.2}
+URL_twisted=http://twistedmatrix.com/Releases/Twisted/$VERSION_twisted/Twisted-$VERSION_twisted.1.tar.bz2
5
6
DEPS_twisted=(zope)
7
-MD5_twisted=9625c094e0a18da77faa4627b98c9815
+MD5_twisted=4be066a899c714e18af1ecfcb01cfef7
8
BUILD_twisted=$BUILD_PATH/twisted/$(get_directory $URL_twisted)
9
RECIPE_twisted=$RECIPES_PATH/twisted
10
0 commit comments