summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpin <pin@pkgsrc.org>2022-11-30 11:48:41 +0000
committerpin <pin@pkgsrc.org>2022-11-30 11:48:41 +0000
commit593572181ab46be6840b5337cba749b19fe51661 (patch)
tree3ad7c1d347167fe84f74103b41ba04eece901861
parent32e4d0529f186cd0c978ed2059290bd3d273f439 (diff)
downloadpkgsrc-593572181ab46be6840b5337cba749b19fe51661.tar.gz
shells/nushell: add update warning
-rw-r--r--shells/nushell/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile
index 0dc42945345..0e018c58958 100644
--- a/shells/nushell/Makefile
+++ b/shells/nushell/Makefile
@@ -1,5 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2022/11/10 22:01:15 pin Exp $
+# $NetBSD: Makefile,v 1.25 2022/11/30 11:48:41 pin Exp $
+# Please don't update to 0.72.0.
+# I have this ready to import but, it requires Rust-1.65 to build.
DISTNAME= nushell-0.71.0
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GITHUB:=nushell/}