diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2020-11-24 12:48:53 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2020-11-24 12:48:53 +0000 |
commit | 4e449e031e7d6145599f30b8f3ecb850eae7c550 (patch) | |
tree | c4dd2d942c9a8dd0a293afb06a81d625bddd8b18 /devel/pijul | |
parent | irc/irssi: Add pkg-message (diff) |
lang/rust: Update to 1.48.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.48.0
Reviewed by: jbeich
Tested by: bdragon, jbeich, mikael
Differential Revision: https://reviews.freebsd.org/D27293
Notes
Notes:
svn path=/head/; revision=556157
Diffstat (limited to 'devel/pijul')
-rw-r--r-- | devel/pijul/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pijul/Makefile b/devel/pijul/Makefile index 5e5c1afeca1a..00629ef85fa8 100644 --- a/devel/pijul/Makefile +++ b/devel/pijul/Makefile @@ -3,7 +3,7 @@ PORTNAME= pijul PORTVERSION= 0.12.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= devel MASTER_SITES= https://pijul.org/releases/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |