diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2022-01-17 12:47:39 +0100 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2022-01-17 12:57:45 +0100 |
commit | 835bd573300a74e379d8f37fefec3a0e9d24e391 (patch) | |
tree | 035300eb9057223373e0b7ee2463aba67fb452b3 /misc/xd-rust | |
parent | lang/rust: Update to 1.58.0 (diff) |
lang/rust: Bump revisions after 1.58.0
Diffstat (limited to 'misc/xd-rust')
-rw-r--r-- | misc/xd-rust/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xd-rust/Makefile b/misc/xd-rust/Makefile index 2998ad99bbbc..4a252bdd5ccf 100644 --- a/misc/xd-rust/Makefile +++ b/misc/xd-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= xd DISTVERSION= 0.0.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= misc MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/:main DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:main |