diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2023-09-08 11:05:03 +0200 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2023-09-08 11:06:24 +0200 |
commit | aba8da2be191461126505c67726fa87345ae63f8 (patch) | |
tree | 9a79dbf11a3c9f9a13c54a6ec0ac17a155ccf604 /misc/xd-rust | |
parent | games/veloren-weekly: Mark as broken with rust 1.72 (diff) |
lang/rust: Bump revisions after 1.72.0
PR: 273331
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 0492b25948f8..c59d19dd8ca6 100644 --- a/misc/xd-rust/Makefile +++ b/misc/xd-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= xd DISTVERSION= 0.0.4 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= misc MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/:main DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:main |