This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 786f9f0 Bump clang-format version to v4.0.2 / 2017-04-04
786f9f0 is described below
commit 786f9f0f8249b758d52270a7da0db298b7bcbec5
Author: Leif Hedstrom <[email protected]>
AuthorDate: Tue Apr 4 09:09:43 2017 -0600
Bump clang-format version to v4.0.2 / 2017-04-04
---
tools/clang-format.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/clang-format.sh b/tools/clang-format.sh
index 293965b..6b75165 100755
--- a/tools/clang-format.sh
+++ b/tools/clang-format.sh
@@ -22,8 +22,8 @@ set -e # exit on error
DIR=${1:-.}
ROOT=${ROOT:-$(cd $(dirname $0) && git rev-parse --show-toplevel)/.git/fmt}
-PACKAGE="clang-format-20160415.tar.bz2"
-VERSION="clang-format version 3.9.0 (trunk 265913)"
+PACKAGE="clang-format-20170404.tar.bz2"
+VERSION="clang-format version 4.0.1 (http://llvm.org/git/clang.git
559aa046fe3260d8640791f2249d7b0d458b5700) (http://llvm.org/git/llvm.git
08142cb734b8d2cefec8b1629f6bb170b3f94610)"
URL=${URL:-https://bintray.com/artifact/download/apache/trafficserver/${PACKAGE}}
@@ -58,7 +58,7 @@ if [ ! -e ${FORMAT} -o ! -e ${ROOT}/${PACKAGE} ] ; then
${CURL} -L --progress-bar -o ${ARCHIVE} ${URL}
${TAR} -x -C ${ROOT} -f ${ARCHIVE}
cat > ${ROOT}/sha1 << EOF
-d5558924377a6ad5799956cec5b37d4e421e2156 ${ARCHIVE}
+ebd00097e5e16d6895d6572638cf354d705f9fcf ${ARCHIVE}
EOF
${SHASUM} -c ${ROOT}/sha1
chmod +x ${FORMAT}
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].