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 d8e343d236 Fixes clang-format v18.1.2 on linux AARCH64 (#11304)
d8e343d236 is described below
commit d8e343d2365134bd6164f697514ea05377217c38
Author: Leif Hedstrom <[email protected]>
AuthorDate: Tue Apr 30 15:11:30 2024 -0600
Fixes clang-format v18.1.2 on linux AARCH64 (#11304)
---
tools/clang-format.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/clang-format.sh b/tools/clang-format.sh
index be7dfa9cb7..7479470b2e 100755
--- a/tools/clang-format.sh
+++ b/tools/clang-format.sh
@@ -19,7 +19,7 @@
# limitations under the License.
# Update the PKGDATE with the new version date when making a new clang-format
binary package.
-PKGDATE="20240419"
+PKGDATE="20240430"
function main() {
set -e # exit on error
@@ -75,7 +75,7 @@ function main() {
${CURL} -L --progress-bar -o ${ARCHIVE} ${URL}
${TAR} -x -C ${ROOT} -f ${ARCHIVE}
cat > ${ROOT}/sha256 << EOF
-a569e8f6da82aa3af00fc3e746c5ca351715e4c54e23c4a14b9bc66554d6d690 ${ARCHIVE}
+1a42578eab04aa697fa90537decc840c11d36d351249c1c8ded0197c2f9bdd7b ${ARCHIVE}
EOF
${SHASUM} -c ${ROOT}/sha256
chmod +x ${FORMAT}