diff options
Diffstat (limited to 'bin/pull-dnspython')
| -rwxr-xr-x | bin/pull-dnspython | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pull-dnspython b/bin/pull-dnspython index ddbd6e1..56d1a76 100755 --- a/bin/pull-dnspython +++ b/bin/pull-dnspython @@ -1,6 +1,6 @@ #!/bin/bash -eux cd "$( dirname "${BASH_SOURCE[0]}" )/.." -version=${1-188aa701a6826c607da0624e31a8c4618d0a8017} +version=${1-bb0c9f21f4a6f56f2fe8d7c1fc991080ef89d223} upstream_path=./dnspython-${version} if [[ ! -d "${upstream_path}" ]]; then curl -L -odnspython.zip "https://github.com/rthalley/dnspython/archive/${version}.zip" |
