diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2022-03-15 10:25:16 +0100 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2022-03-15 10:51:58 +0100 |
commit | e255ac5487b4968237729e953a156c2be8914617 (patch) | |
tree | 508fb761fc97d86de7ed08a7c4c81fe415025bed /editors/helix/Makefile | |
parent | lang/rust: Update to 1.59.0 (diff) |
lang/rust: Bump revisions after 1.59.0
Diffstat (limited to 'editors/helix/Makefile')
-rw-r--r-- | editors/helix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/helix/Makefile b/editors/helix/Makefile index a160e7760548..a77ac01ffca1 100644 --- a/editors/helix/Makefile +++ b/editors/helix/Makefile @@ -1,7 +1,7 @@ PORTNAME= helix DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MAINTAINER= ashish@FreeBSD.org |