diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-06 14:59:30 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-06 14:59:30 +0000 |
commit | bf7e7cc61646b4c610b59889601ded2782b6c480 (patch) | |
tree | 6fb1ce1eb4282e08fdeed3a5d912014e60303729 | |
parent | a311409c7420c446d862ec080886520c35b0451e (diff) | |
download | ports-bf7e7cc61646b4c610b59889601ded2782b6c480.tar.gz ports-bf7e7cc61646b4c610b59889601ded2782b6c480.zip |
lang/python37: Update to 3.7.11
-rw-r--r-- | lang/python37/Makefile | 1 | ||||
-rw-r--r-- | lang/python37/Makefile.version | 2 | ||||
-rw-r--r-- | lang/python37/distinfo | 6 |
3 files changed, 4 insertions, 5 deletions
diff --git a/lang/python37/Makefile b/lang/python37/Makefile index d95dc23b192a..1fbc864fc546 100644 --- a/lang/python37/Makefile +++ b/lang/python37/Makefile @@ -2,7 +2,6 @@ PORTNAME= python DISTVERSION= ${PYTHON_DISTVERSION} -PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${DISTVERSION} PKGNAMESUFFIX= ${PYTHON_SUFFIX} diff --git a/lang/python37/Makefile.version b/lang/python37/Makefile.version index 043fc889c483..da1972114795 100644 --- a/lang/python37/Makefile.version +++ b/lang/python37/Makefile.version @@ -2,4 +2,4 @@ # Do not forget to update python documentation (lang/python-doc-*) # Run "make -C lang/python-doc-html makesum" -PYTHON_DISTVERSION= 3.7.10 +PYTHON_DISTVERSION= 3.7.11 diff --git a/lang/python37/distinfo b/lang/python37/distinfo index f1b7c200d57d..057fd48fcc79 100644 --- a/lang/python37/distinfo +++ b/lang/python37/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613477359 -SHA256 (python/Python-3.7.10.tar.xz) = f8d82e7572c86ec9d55c8627aae5040124fd2203af400c383c821b980306ee6b -SIZE (python/Python-3.7.10.tar.xz) = 17392580 +TIMESTAMP = 1625323731 +SHA256 (python/Python-3.7.11.tar.xz) = ddb4196ab5c4f69e895920a422cb60d42b46e2de2b173ce7fd57f1435459a734 +SIZE (python/Python-3.7.11.tar.xz) = 17393380 |