pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/shells/nushell



Module Name:    pkgsrc
Committed By:   pin
Date:           Sun Sep 22 13:25:46 UTC 2024

Modified Files:
        pkgsrc/shells/nushell: Makefile

Log Message:
shells/nushell: fix curl-sys crate version


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/shells/nushell/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/nushell/Makefile
diff -u pkgsrc/shells/nushell/Makefile:1.62 pkgsrc/shells/nushell/Makefile:1.63
--- pkgsrc/shells/nushell/Makefile:1.62 Sat Sep 21 21:16:13 2024
+++ pkgsrc/shells/nushell/Makefile      Sun Sep 22 13:25:46 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2024/09/21 21:16:13 pin Exp $
+# $NetBSD: Makefile,v 1.63 2024/09/22 13:25:46 pin Exp $
 
 DISTNAME=      nushell-0.98.0
 CATEGORIES=    shells
@@ -9,7 +9,7 @@ HOMEPAGE=       https://www.nushell.sh/
 COMMENT=       New type of shell
 LICENSE=       mit
 
-SITES.curl-sys-0.4.73+curl-8.8.0.crate=        https://static.crates.io/crates/curl-sys/
+SITES.curl-sys-0.4.74+curl-8.9.0.crate=        https://static.crates.io/crates/curl-sys/
 
 .include "cargo-depends.mk"
 



Home | Main Index | Thread Index | Old Index