diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2025-02-24 08:51:38 +0100 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2025-02-24 08:55:52 +0100 |
commit | cf7c4b037d7e9cadfa539f3b9cd45396c1a00dfb (patch) | |
tree | 173227cb4419eacdeb23e3c86f1f09c26a2f03d7 /misc/xd-rust | |
parent | games/veloren-weekly: Fix build with rust-1.85 (diff) |
lang/rust: Bump revisions after 1.85.0
PR: 284884
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 dd6d4d0bfff3..9f6700935c4f 100644 --- a/misc/xd-rust/Makefile +++ b/misc/xd-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= xd DISTVERSION= 0.0.4 -PORTREVISION= 38 +PORTREVISION= 39 CATEGORIES= misc MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/:main DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:main |