diff options
Diffstat (limited to 'misc/pytorch/Makefile')
-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} |