diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2025-02-11 12:15:14 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2025-02-11 12:15:14 +0100 |
commit | 51844acdcb43a244ccf02af61aaea7885fd6aff2 (patch) | |
tree | 2c4bb80d70166e338f5b5fa2e27865bec9441061 /misc/py-pytorch | |
parent | math/sleef: upgrade to 3.8 (diff) |
*/*: bump PORTREVISION to chase SLEEF
Diffstat (limited to 'misc/py-pytorch')
-rw-r--r-- | misc/py-pytorch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |