mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Ports: Update Python to 3.11.3
Released on 2023-04-05. https://www.python.org/downloads/release/python-3113/
This commit is contained in:
parent
8d3e941ae6
commit
960b55dd7d
Notes:
sideshowbarker
2024-07-16 23:44:30 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/960b55dd7d Pull-request: https://github.com/SerenityOS/serenity/pull/18389
2 changed files with 4 additions and 4 deletions
|
@ -218,7 +218,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`printf`](printf/) | printf (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy |
|
||||
| [`pt2-clone`](pt2-clone/) | ProTracker 2 clone | 1.49 | https://github.com/8bitbubsy/pt2-clone |
|
||||
| [`pv`](pv/) | Pipe Viewer | 1.6.20 | http://www.ivarch.com/programs/pv.shtml |
|
||||
| [`python3`](python3/) | Python | 3.11.0 | https://www.python.org/ |
|
||||
| [`python3`](python3/) | Python | 3.11.3 | https://www.python.org/ |
|
||||
| [`qemu`](qemu/) | QEMU | 7.2.0 | https://qemu.org |
|
||||
| [`qoi`](qoi/) | Quite OK Image Format for fast, lossless image compression | edb8d7b | https://github.com/phoboslab/qoi |
|
||||
| [`qt6-qt5compat`](qt6-qt5compat/) | Qt6 Qt5Compat | 6.4.0 | https://doc.qt.io/qt-6/qtcore5-index.html |
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PYTHON_VERSION="3.11.0"
|
||||
PYTHON_VERSION_WITHOUT_SUFFIX="3.11.0" # PYTHON_VERSION but without the a1/b1/rc1/... suffix
|
||||
PYTHON_VERSION="3.11.3"
|
||||
PYTHON_VERSION_WITHOUT_SUFFIX="3.11.3" # PYTHON_VERSION but without the a1/b1/rc1/... suffix
|
||||
PYTHON_ARCHIVE="Python-${PYTHON_VERSION}.tar.xz"
|
||||
PYTHON_ARCHIVE_URL="https://www.python.org/ftp/python/${PYTHON_VERSION_WITHOUT_SUFFIX}/${PYTHON_ARCHIVE}"
|
||||
PYTHON_ARCHIVE_SHA256SUM="a57dc82d77358617ba65b9841cee1e3b441f386c3789ddc0676eca077f2951c3"
|
||||
PYTHON_ARCHIVE_SHA256SUM="8a5db99c961a7ecf27c75956189c9602c968751f11dbeae2b900dbff1c085b5e"
|
||||
|
|
Loading…
Reference in a new issue