Index: build/makearch.info ================================================================== --- build/makearch.info +++ build/makearch.info @@ -14,11 +14,11 @@ # each time a "makearch" is done. # # If @@SVNLCR@@ is used anywhere in this version number, it will be # replaced with the highest last-changed-rev from the output of # svn info -R (or 0) -VERS="0.2.1.@@SVNLCR@@" +VERS="0.2.2.@@SVNLCR@@" # Space sperated list of documents, if they exist, they will be # prefixed with the contents of the DOC_HDR file and substitution # will occur: # @@UTIL@@ becomes the utility name ${UTIL} Index: zlib/build.sh ================================================================== --- zlib/build.sh +++ zlib/build.sh @@ -9,13 +9,13 @@ echo 'ERROR: The TCLVERS environment variable is not set' >&2 exit 1 fi -ZLIBVERS="1.2.3" +ZLIBVERS="1.2.4" SRC="src/zlib-${ZLIBVERS}.tar.gz" -SRCURL="http://www.zlib.net/zlib-${ZLIBVERS}.tar.gz" +SRCURL="http://sourceforge.net/projects/libpng/files/zlib/${ZLIBVERS}/zlib-${ZLIBVERS}.tar.gz/download" BUILDDIR="$(pwd)/build/zlib-${ZLIBVERS}" OUTDIR="$(pwd)/out" INSTDIR="$(pwd)/inst" export ZLIBVERS SRC SRCURL BUILDDIR OUTDIR INSTDIR