summaryrefslogtreecommitdiff
path: root/bin/pull-dnspython
diff options
context:
space:
mode:
authorSergey Shepelev <temotor@gmail.com>2017-07-25 12:40:57 +0300
committerSergey Shepelev <temotor@gmail.com>2017-07-25 14:46:14 +0300
commit9e8c431fe387f37669d8a42f3bb70e4077dea571 (patch)
tree1960fbea0c27bc885dc53191896e8f4d1bd20b3a /bin/pull-dnspython
parentce72c4378b176cdb0d8b6039023e3ad0026becde (diff)
downloadeventlet-dns-427.tar.gz
support: upgrade bundled dnspython to 1.16.0 (22e9de1d7957e)dns-427
https://github.com/eventlet/eventlet/issues/427
Diffstat (limited to 'bin/pull-dnspython')
-rwxr-xr-xbin/pull-dnspython5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/pull-dnspython b/bin/pull-dnspython
index 56d1a76..5eb6029 100755
--- a/bin/pull-dnspython
+++ b/bin/pull-dnspython
@@ -1,6 +1,7 @@
-#!/bin/bash -eux
+#!/bin/bash
+set -eux
cd "$( dirname "${BASH_SOURCE[0]}" )/.."
-version=${1-bb0c9f21f4a6f56f2fe8d7c1fc991080ef89d223}
+version=${1-22e9de1d7957e558ea8f89f24e402cbbc8d50646}
upstream_path=./dnspython-${version}
if [[ ! -d "${upstream_path}" ]]; then
curl -L -odnspython.zip "https://github.com/rthalley/dnspython/archive/${version}.zip"