summaryrefslogtreecommitdiff
path: root/lang/wasi-compiler-rt
diff options
context:
space:
mode:
Diffstat (limited to 'lang/wasi-compiler-rt')
-rw-r--r--lang/wasi-compiler-rt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/wasi-compiler-rt/Makefile b/lang/wasi-compiler-rt/Makefile
index 32c31744c6b..d9e0bd9be10 100644
--- a/lang/wasi-compiler-rt/Makefile
+++ b/lang/wasi-compiler-rt/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2022/02/04 12:12:12 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2022/04/18 19:11:31 adam Exp $
.include "../../lang/llvm/version.mk"
DISTNAME= compiler-rt-${LLVM_VERSION}.src
PKGNAME= ${DISTNAME:S/.src//:S/compiler-rt-/wasi-compiler-rt-/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= lang devel
MAINTAINER= pkgsrc-users@NetBSD.org