diff options
| author | Michael Forney <mforney@mforney.org> | 2020-08-04 13:39:35 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-08-04 13:39:35 -0700 |
| commit | b5b6dac6027824754d9e7e605b1f82c9af0ca394 (patch) | |
| tree | 506064a264e72ec288685ae4b2cc8a7e011f1d54 /pkg/python | |
| parent | 0f8d7bb1af62dc762c5cb3736d28fa5377a0baac (diff) | |
python: Update to 3.8.5
Diffstat (limited to 'pkg/python')
| -rw-r--r-- | pkg/python/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/python/pyconfig.h | 2 | ||||
| -rw-r--r-- | pkg/python/sha256 | 2 | ||||
| -rw-r--r-- | pkg/python/url | 2 | ||||
| -rw-r--r-- | pkg/python/ver | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/pkg/python/.gitignore b/pkg/python/.gitignore index 8e992cc9..18392818 100644 --- a/pkg/python/.gitignore +++ b/pkg/python/.gitignore @@ -1,3 +1,3 @@ -/Python-3.8.3.tar.xz +/Python-3.8.5.tar.xz /modules.ninja /src diff --git a/pkg/python/pyconfig.h b/pkg/python/pyconfig.h index 2cd42c0f..8ba5406e 100644 --- a/pkg/python/pyconfig.h +++ b/pkg/python/pyconfig.h @@ -189,7 +189,7 @@ #define HAVE_LIBDL 1 /* #undef HAVE_LIBDLD */ /* #undef HAVE_LIBIEEE */ -/* #undef HAVE_LIBINTL_H */ +#define HAVE_LIBINTL_H 1 /* #undef HAVE_LIBREADLINE */ /* #undef HAVE_LIBRESOLV */ /* #undef HAVE_LIBSENDFILE */ diff --git a/pkg/python/sha256 b/pkg/python/sha256 index e0a4e46e..8c744506 100644 --- a/pkg/python/sha256 +++ b/pkg/python/sha256 @@ -1 +1 @@ -dfab5ec723c218082fe3d5d7ae17ecbdebffa9a1aea4d64aa3a2ecdd2e795864 Python-3.8.3.tar.xz +e3003ed57db17e617acb382b0cade29a248c6026b1bd8aad1f976e9af66a83b0 Python-3.8.5.tar.xz diff --git a/pkg/python/url b/pkg/python/url index 8659bac9..cd2bcf48 100644 --- a/pkg/python/url +++ b/pkg/python/url @@ -1 +1 @@ -url = "https://www.python.org/ftp/python/3.8.3/Python-3.8.3.tar.xz" +url = "https://www.python.org/ftp/python/3.8.5/Python-3.8.5.tar.xz" diff --git a/pkg/python/ver b/pkg/python/ver index 2929850e..4c6126d4 100644 --- a/pkg/python/ver +++ b/pkg/python/ver @@ -1 +1 @@ -3.8.3 r0 +3.8.5 r0 |
