Merge some portions on r1704725: ASF URL fix.

* dist.sh
  Use ASF repository.


git-svn-id: https://svn.apache.org/repos/asf/serf/branches/1.3.x@1757814 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dist.sh b/dist.sh
index 98cbd1d..ea68317 100755
--- a/dist.sh
+++ b/dist.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-REPOS="http://serf.googlecode.com/svn/"
+REPOS="https://svn.apache.org/repos/asf/serf"
 
 if test $# != 2; then
   echo "USAGE: $0 TAG APR-SOURCE-PARENT"