diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-02-09 21:01:43 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-02-11 13:18:09 -0800 |
commit | 3224f727bd7b7df4dbd9e3711a45966820ac45e3 (patch) | |
tree | 3363e7a3f605ef378dbf9032f532fb1f207a2ab4 /tools | |
parent | 29f71613601a013ffa2313db40ad141b65b88898 (diff) |
tools/depends: Python update to 3.11.2
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/native/python3/PYTHON3-VERSION | 4 | ||||
-rw-r--r-- | tools/depends/target/python3/PYTHON3-VERSION | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/depends/native/python3/PYTHON3-VERSION b/tools/depends/native/python3/PYTHON3-VERSION index a2b1bb1e85..290e333fe8 100644 --- a/tools/depends/native/python3/PYTHON3-VERSION +++ b/tools/depends/native/python3/PYTHON3-VERSION @@ -1,4 +1,4 @@ LIBNAME=Python -VERSION=3.11.1 +VERSION=3.11.2 ARCHIVE=$(LIBNAME)-$(VERSION).tar.xz -SHA512=5edd70c881e083c96199c60471f18f9ebc4c97a2d45dc66f89e16d7c3638d8a5d2cbf2e84b1be3d7f1178ce9f7fa4197884385c1ee3618ff66a538f872f318ed +SHA512=5684ec7eae2dce26facc54d448ccdb6901bbfa1cab03abbe8fd34e4268a2b701daa13df15903349492447035be78380d473389e8703b4e910a65b088d2462e8b diff --git a/tools/depends/target/python3/PYTHON3-VERSION b/tools/depends/target/python3/PYTHON3-VERSION index a2b1bb1e85..290e333fe8 100644 --- a/tools/depends/target/python3/PYTHON3-VERSION +++ b/tools/depends/target/python3/PYTHON3-VERSION @@ -1,4 +1,4 @@ LIBNAME=Python -VERSION=3.11.1 +VERSION=3.11.2 ARCHIVE=$(LIBNAME)-$(VERSION).tar.xz -SHA512=5edd70c881e083c96199c60471f18f9ebc4c97a2d45dc66f89e16d7c3638d8a5d2cbf2e84b1be3d7f1178ce9f7fa4197884385c1ee3618ff66a538f872f318ed +SHA512=5684ec7eae2dce26facc54d448ccdb6901bbfa1cab03abbe8fd34e4268a2b701daa13df15903349492447035be78380d473389e8703b4e910a65b088d2462e8b |