From 2d777fc7bca4d3ef8e1cdad4b23142856cec4139 Mon Sep 17 00:00:00 2001
From: fritzkink <96341974+fritzkink@users.noreply.github.com>
Date: Mon, 25 Sep 2023 21:59:52 +0200
Subject: [PATCH] clang - fix runtime package

---
 components/developer/clang-17/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/components/developer/clang-17/Makefile b/components/developer/clang-17/Makefile
index 3c0de34..e485873 100644
--- a/components/developer/clang-17/Makefile
+++ b/components/developer/clang-17/Makefile
@@ -27,6 +27,7 @@
 COMPONENT_BASE_VERSION=	$(COMPONENT_MJR_VERSION).0
 COMPONENT_NAME=		clang-$(COMPONENT_MJR_VERSION)
 COMPONENT_VERSION=	$(COMPONENT_BASE_VERSION).1
+COMPONENT_REVISION=	1
 COMPONENT_SUMMARY=	LLVM tools and Clang compiler
 COMPONENT_PROJECT_URL=	https://llvm.org/
 COMPONENT_SRC=		$(LLVM_NAME)-$(COMPONENT_VERSION).src

--
Gitblit v1.9.3