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 acf8c7a78198..16c2f99f1fa3 100644 --- a/misc/pytorch/Makefile +++ b/misc/pytorch/Makefile @@ -1,7 +1,7 @@ PORTNAME= pytorch DISTVERSIONPREFIX= v DISTVERSION= 2.4.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= misc # machine-learning MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/ DIST_SUBDIR= ${PORTNAME} |