diff options
author | adam <adam@pkgsrc.org> | 2021-12-08 16:01:42 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-12-08 16:01:42 +0000 |
commit | ac26554d9f5c20806cbab620560e5cdb9f5af267 (patch) | |
tree | f19c5de6d0b7dd975754ab007486cb1a5d65f5ef /lang/rust | |
parent | 89042bb7303ab35491df57328b4ced04ed0f68bc (diff) | |
download | pkgsrc-ac26554d9f5c20806cbab620560e5cdb9f5af267.tar.gz |
revbump for icu and libffi
Diffstat (limited to 'lang/rust')
-rw-r--r-- | lang/rust/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 204bed26319..9302ec95411 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.247 2021/11/20 16:09:45 he Exp $ +# $NetBSD: Makefile,v 1.248 2021/12/08 16:05:23 adam Exp $ DISTNAME= rustc-1.56.1-src PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= https://static.rust-lang.org/dist/ |