diff options
-rw-r--r-- | math/heyoka/Makefile | 2 | ||||
-rw-r--r-- | misc/py-pytorch/Makefile | 2 | ||||
-rw-r--r-- | misc/pytorch/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/math/heyoka/Makefile b/math/heyoka/Makefile index 2193737b957d..4830fd24ccfc 100644 --- a/math/heyoka/Makefile +++ b/math/heyoka/Makefile @@ -1,7 +1,7 @@ PORTNAME= heyoka DISTVERSIONPREFIX= v DISTVERSION= 6.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile index 06c8993ce0a3..4d8866293d97 100644 --- a/misc/py-pytorch/Makefile +++ b/misc/py-pytorch/Makefile @@ -1,7 +1,7 @@ PORTNAME= pytorch DISTVERSIONPREFIX= v DISTVERSION= 2.5.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc # machine-learning MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/pytorch/Makefile b/misc/pytorch/Makefile index 6cdc35d19417..acf8c7a78198 100644 --- a/misc/pytorch/Makefile +++ b/misc/pytorch/Makefile @@ -1,7 +1,7 @@ PORTNAME= pytorch DISTVERSIONPREFIX= v DISTVERSION= 2.4.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc # machine-learning MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/ DIST_SUBDIR= ${PORTNAME} |