Skip to content

Commit 060d566

Browse files
torfinnbersetkivy
authored and
kivy
committed
Bumped Twisted to version 15.2.1
1 parent a43d8a5 commit 060d566

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipes/twisted/recipe.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22

3-
VERSION_twisted=${VERSION_twisted:-14.0}
4-
URL_twisted=http://twistedmatrix.com/Releases/Twisted/$VERSION_twisted/Twisted-$VERSION_twisted.0.tar.bz2
3+
VERSION_twisted=${VERSION_twisted:-15.2}
4+
URL_twisted=http://twistedmatrix.com/Releases/Twisted/$VERSION_twisted/Twisted-$VERSION_twisted.1.tar.bz2
55

66
DEPS_twisted=(zope)
7-
MD5_twisted=9625c094e0a18da77faa4627b98c9815
7+
MD5_twisted=4be066a899c714e18af1ecfcb01cfef7
88
BUILD_twisted=$BUILD_PATH/twisted/$(get_directory $URL_twisted)
99
RECIPE_twisted=$RECIPES_PATH/twisted
1010

0 commit comments

Comments
 (0)