diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-09-16 03:41:35 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-09-16 04:09:36 +0800 |
commit | f01013c7ca039769891e8b6dc1a3835181da6dbf (patch) | |
tree | 22d16db6f93cb35190479708616c2902010d4636 /misc/pytorch | |
parent | devel/phpunit11: Update to 11.3.4 (diff) |
devel/protobuf: Update to 28.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
Diffstat (limited to 'misc/pytorch')
-rw-r--r-- | misc/pytorch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/pytorch/Makefile b/misc/pytorch/Makefile index 132b4b8b6414..7e76a295322e 100644 --- a/misc/pytorch/Makefile +++ b/misc/pytorch/Makefile @@ -1,7 +1,7 @@ PORTNAME= pytorch DISTVERSIONPREFIX= v DISTVERSION= 2.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc # machine-learning MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/ DIST_SUBDIR= ${PORTNAME} |