diff options
author | he <he@pkgsrc.org> | 2022-04-23 15:55:31 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2022-04-23 15:55:31 +0000 |
commit | 6d8d31431a2b147727c3b8b230929f3a22a6b27a (patch) | |
tree | b59eab619516e3a95ddd9ba051e2ba701bd5f1d8 /lang/rust | |
parent | d47ad804bde452978f321f14b547638de76eceda (diff) | |
download | pkgsrc-6d8d31431a2b147727c3b8b230929f3a22a6b27a.tar.gz |
lang/rust: bump PKGREVISION after removal of PR#56791 workaround.
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 54c277b9c27..257d013aaa8 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.253 2022/04/15 17:30:34 adam Exp $ +# $NetBSD: Makefile,v 1.254 2022/04/23 15:55:31 he Exp $ DISTNAME= rustc-1.59.0-src PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} CATEGORIES= lang MASTER_SITES= https://static.rust-lang.org/dist/ +PKGREVISION= 1 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.rust-lang.org/ |